coinbase / coinbase-php

DEPRECATED — PHP wrapper for the Coinbase API
Apache License 2.0
297 stars 198 forks source link

Unrecognized resource type: ethereum_classic_network and zcash_network #206

Closed szwagros closed 4 years ago

szwagros commented 5 years ago

Hi,

I'm trying to get information about transaction using following code:

        $transaction = new Transaction(
            null,
            $additionalData['transaction']['resource_path']
        );

        $this->client->refreshTransaction($transaction);

$additoonaData is data send to webhook notificaiton addres (https://developers.coinbase.com/api/v2#notifications)

But for ETC and ZEC exception is thrown with error "Unrecognized resource type: ethereum_classic_network" or zcash_network.

How can I fix this ?

hungnm92 commented 4 years ago

The same issue #204 , please review issue for solution to fix.

drewrothstein commented 4 years ago

Hi, we are closing out PRs + Issues as this project is being archived.