MetacoSA / NBitpayClient

A non official library for using bitpay's API
MIT License
19 stars 18 forks source link

Just a heads up #14

Closed MrTarantula closed 6 years ago

MrTarantula commented 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:

"payoutPercentage": { "USD": 100 }
NicolasDorier commented 6 years ago

Shit :(

Will fix this today.

NicolasDorier commented 6 years ago

Can you test the new package I just pushed and close if it fix your issue?

MrTarantula commented 6 years ago

I'm using the official BitPay client, but that's exactly how I modified it and it works. Closing.