Skip to content

Commit

Permalink
chore: update comflicting event name with webhook suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Dec 28, 2024
1 parent b48828f commit e989b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/v1/sources/shopify/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const PIXEL_EVENT_MAPPING = {
};

const RUDDER_ECOM_MAP = {
checkouts_create: 'Checkout Started Server',
checkouts_create: 'Checkout Started - Webhook',
checkouts_update: 'Checkout Updated',
orders_updated: 'Order Updated',
orders_create: 'Order Created',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const checkoutEventsTestScenarios = [
SHOPIFY: true,
},
type: 'track',
event: 'Checkout Started Server',
event: 'Checkout Started - Webhook',
properties: {
order_id: '35550298931313',
value: '600.00',
Expand Down

0 comments on commit e989b14

Please sign in to comment.