bitpay / php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
MIT License
166 stars 147 forks source link

There is no way to get invoices #210

Closed dopesong closed 6 years ago

dopesong commented 8 years ago

Endpoint exists, method not.

Interface method commented out.

Any ETA when this will be implemented?

https://github.com/bitpay/php-bitpay-client/blob/da057b930fc8391894e596931e73bbd818d96aa6/src/Bitpay/Client/ClientInterface.php#L50

pieterpoorthuis commented 6 years ago

There is an endpoint to fetch an invoice: $invoice = $client->getInvoice($id);