bitpay / php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
MIT License
165 stars 149 forks source link

Version 3.x doesn't support for the new, BCH-enabled API (yet) #263

Closed petski closed 6 years ago

petski commented 6 years ago

i.e. no way to set supportedTransactionCurrencies for an invoice https://bitpay.com/api#resource-Invoices

pieterpoorthuis commented 6 years ago

as soon as supportedTransactionCurrencies will be fully supported by BitPay's API, I will put it in the PHP library. For now it's not possible to create BTC only invoices.

petski commented 6 years ago

Ok, thanks, will this also be for the 3.x version(s)?

pieterpoorthuis commented 6 years ago

No, the 3.x version is not maintained.

All development goes in the 2.x version