Releases: tebexio/TebexCheckout-OpenAPI
Releases · tebexio/TebexCheckout-OpenAPI
v1.1.3
v1.1.2
- Added
ip
to CreateBasket - Added
cancellation_requested_at
to RecurringPayment
v1.1.0
- 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
1.0.0
Initial release.