Skip to content

1.9.0 (stable) / 2017-12-01

Choose a tag to compare

@bhelx bhelx released this 01 Dec 20:33
78e19f2
  • 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.