Skip to content

6.0.3

Latest
Compare
Choose a tag to compare
@bobbrodie bobbrodie released this 20 May 00:54
3c798de

Overview

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.

What's Changed

  • Changed paymentTotals.* and paymentSubtotals.* to the Decimal type

Full Changelog: 6.0.2...6.0.3