Skip to content

1.16.0 (stable) / 2019-07-16

Choose a tag to compare

@aaron-junot aaron-junot released this 16 Jul 22:49
263f197

1.16.0 (stable) / 2019-07-16

  • Fix timeoutMilliseconds when using config file PR
  • Only send Address object if Address properties were changed PR
  • Add missing properties to XML serializer for Adjustment class PR

Upgrade Notes

This release contains one breaking change:

When updating an Invoice, the embedded Address object is only sent to the API if explicitly set on the object, and the following fields require an empty string to clear values:

  • CustomerNotes
  • TermsAndConditions
  • VatReverseChargeNotes
  • GatewayCode
  • PoNumber

In the past, if you were to leave a value such as CustomerNotes null, it would nullify it via the API.
Now, you must explicitly nullify it by setting it to empty string "". See this conversation for an example.