waynerobinson / xeroizer

Xero accounting system API library.
http://waynerobinson.github.com/xeroizer
Other
238 stars 311 forks source link

Make sure we can convert to BigDecimal with discount_amount #486

Closed jasonheecs closed 5 years ago

jasonheecs commented 5 years ago

Error introduced with https://github.com/waynerobinson/xeroizer/pull/483. We need to convert the calculated value into a string as we can't convert a float without a precision.

image