diff --git a/functions/ecom.config.js b/functions/ecom.config.js index abd6016..16157d1 100644 --- a/functions/ecom.config.js +++ b/functions/ecom.config.js @@ -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: