Skip to content

v0.0.12

Compare
Choose a tag to compare
@AchoArnold AchoArnold released this 21 Jun 14:46
· 55 commits to main since this release

New 🎊

  • Webhooks API endpoints implemented
    • PATCH /v1/webhooks/:id: Update a webhook
    • GET /v1/webhooks/:id: Retrieve a webhook
    • GET /v1/webhooks: List all webhooks
    • DELETE /v1/webhooks/{id}: Update a webhook
  • Created objects for webhook request payload WebhookRequestOrder WebhookRequestSubscription WebhookRequestSubscriptionInvoice WebhookRequestLicenseKey

Bug Fixes πŸͺ²

  • Change the refunded field from int to bool in Order and Subscription objects. Thanks @jokimina