Skip to content

Releases: tebexio/TebexCheckout-OpenAPI

v1.1.3

09 Sep 20:39
e660e17
Compare
Choose a tag to compare
  • Added email_immutable, recurring_items, payment to Basket
  • Added price_paid, payment_method, revenue_share, decline_reason to Payment

v1.1.2

14 Aug 13:36
Compare
Choose a tag to compare
  • Added ip to CreateBasket
  • Added cancellation_requested_at to RecurringPayment

v1.1.0

08 Jul 16:13
Compare
Choose a tag to compare
  • Checkout API now supports baskets with both single and subscription packages in a single transaction.
    • Added Package.type which replaces Basket.type. Type may be single or subscription.
    • Changed Package.metaData -> Package.custom
  • 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

28 Jun 17:03
Compare
Choose a tag to compare

Initial release.