- Checkout API now supports baskets with both single and subscription packages in a single transaction.
- Added
Package.type
which replacesBasket.type
. Type may besingle
orsubscription
. - Changed
Package.metaData -> Package.custom
- Added
- Authorization is now included with bundled SDKs
- Added models for webhooks and webhook subjects
TebexWebhook
PaymentSubject
RecurringPaymentSubject
- Removed
RecurringPeriod
model - Removed
Basket.recurringPeriod
- Removed
Basket.recurringNextPaymentDate
- Initial release.