Skip to content

Commit

Permalink
perf: receive cart webhooks on customer set only
Browse files Browse the repository at this point in the history
BREAKING CHANGE: editing app procedure triggers, must reinstall
  • Loading branch information
leomp12 committed Feb 9, 2023
1 parent 7bcbc0b commit 976f38f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/ecom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@ procedures.push({
action: 'create',
},

// Receive notifications when cart is created with customer:
{
resource: 'carts',
action: 'create',
field: 'customers',
},

/* Receive notifications when order financial/fulfillment status changes:
Expand Down

0 comments on commit 976f38f

Please sign in to comment.