bitpay / php-bitpay-light-client

Light version of the PHP library for the new cryptographically secure BitPay API
MIT License
18 stars 23 forks source link

v2.2.2112 causes internal error 500 since 2024-03-11 #26

Closed Stifler9000 closed 7 months ago

Stifler9000 commented 7 months ago

Hello there, as of today (2024-03-11), calling the following piece of code causes an http error 500. This code was unchanged for about year so it's probably due to Bitpay API changes.

$bitpay->createInvoice($invoice);

Any chance this could be looked into? This is a big detriment to our customers. Thanks!

Stifler9000 commented 7 months ago

This issue seems to be resolved. Customers are now able to use BitPay again. Seems like a temporary outage that was resolved on BitPays side, or temporary server issues.