Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from commercelayer/feat/add_order_subscription…
Browse files Browse the repository at this point in the history
…s_events

Add events for `order_subscriptions` last run
  • Loading branch information
pfferrari authored Mar 12, 2024
2 parents 5e935e5 + fb63e48 commit 8727e60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/src/data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ export const webhookEvents: Record<ResourceWithEvent, string[]> = {
'destroy',
'activate',
'deactivate',
'cancel'
'cancel',
'last_run_failed',
'last_run_succeeded'
],
parcels: [
'create',
Expand Down

0 comments on commit 8727e60

Please sign in to comment.