1.15.0 (stable) / 2019-02-05
1.15.0 (stable) / 2019-02-05
Note: this release contains a bug in SubscriptionAddoOn. Please use version 1.15.1 or higher instead.
- Bug fixes PR
- Remove broken test PR
- Add SubscriptionChange class PR
- Update the User Agent PR
- Add TransactionError property to Transaction class PR
Upgrade Notes
This release contains two breaking changes:
1. Subscription Change Objects
To update a subscription, a SubscriptionChange object must be passed into the ChangeSubscription() method.
See the C# example in our dev docs.
2. Address class and Purchase po_number requires empty string to clear values
In the past, if you were to leave a value such as FirstName 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.