Python Unified SDK v6.0.3
11 months ago by Robert Brodie
This is a patch release that addresses a type issue with paymentTotals.*
and paymentSubtotals.*
where it was defined as an int
but is coming back from the API with scientific notation. These large numbers such as 1.321044547e+21
will not fit in an int
, so we have to import the decimal
library and define them as the Decimal type.
Python Unified SDK v6.0.2
11 months ago by Robert Brodie
This is a patch release that addresses a type issue with satoshisPerByte
where it was defined as an int
but is coming back from the API as a float
. We've also updated the examples to remove .value
on the facade as it's not necessary.
Java Unified SDK v10.0.1
11 months ago by Robert Brodie
This is a patch version that bumps version dependencies.
BitPay Checkout for WooCommerce v5.4.1
11 months ago by Pat Maguire
This is a patch release that adds the following functionality:
BitPay Checkout for WooCommerce v5.4.0
11 months ago by Pat Maguire
This is a minor release that adds the following functionality: