1.9.0 (stable) / 2017-12-01
- Add missing 'DinersClub' credit card type #258
- Fix creation of an empty invoice when InvoiceList is empty #260
- Make optional ints nullable #263
- API v2.9 changes #264
- Fix revenue_schedule_type spelling #265
Upgrade Notes
This version brings us up to API version 2.9. There is a small set of breaking changes coming from PR #263. These properties have been converted to nullable so you may have to unwrap them to use them:
- AddOn#DefaultQuantity
- Plan#PlanIntervalLength
- Plan#TrialIntervalLength
- GiftCard#BalanceInCents
Invoice.SubscriptionUUID is no longer set when retrieving and invoice in favor of fetching the list of invoices. This may or may not result in a change needed for your code.