Closed MrTarantula closed 6 years ago
https://support.bitpay.com/hc/en-us/articles/360000502006-Overview-of-Upcoming-BitPay-API-Changes-May-7-2018-
Not listed there is the change to InvoiceData.PayoutPercentage, which broke my app. It's now an object:
InvoiceData.PayoutPercentage
"payoutPercentage": { "USD": 100 }
Shit :(
Will fix this today.
Can you test the new package I just pushed and close if it fix your issue?
I'm using the official BitPay client, but that's exactly how I modified it and it works. Closing.
https://support.bitpay.com/hc/en-us/articles/360000502006-Overview-of-Upcoming-BitPay-API-Changes-May-7-2018-
Not listed there is the change to
InvoiceData.PayoutPercentage
, which broke my app. It's now an object: