Node.js Unified SDK v6.0.1
This is a patch release that updates dependencies.
Python Unified SDK v6.0.5
This is a patch release that updates dependencies.
Java Unified SDK v10.0.3
This is a patch release that updates dependencies.
Python Unified SDK v6.0.4
This is a patch update that provides the following:
PHP Unified SDK v9.0.3
This is a patch update that provides the following:
PHP Key Utils v2.0.2
This is a patch update that provides the following:
Node.js Unified SDK v6.0.0
We are releasing the next major version of the Node.js SDK - version 6.0.0. There are some minor incompatibilities due to the updating and correction of some field types, but the overall implementation is similar to 5.0.0.
Python Unified SDK v6.0.3
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.