v0.0.12
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 fromint
tobool
inOrder
andSubscription
objects. Thanks @jokimina