Skip to content

Commit

Permalink
fix: correct typo for order fulfillment event, add test
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Sep 27, 2024
1 parent 7fa7c8d commit fbd376a
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v0/sources/shopify/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const SHOPIFY_TRACK_MAP = {
orders_cancelled: 'Order Cancelled',
orders_fulfilled: 'Order Fulfilled',
orders_paid: 'Order Paid',
orders_partially_fullfilled: 'Order Partially Fulfilled',
orders_partially_fulfilled: 'Order Partially Fulfilled',
// following are the events that supported by rudderstack pixel app as generic track events
customer_tags_added: 'Customer Tags Added',
customer_tags_removed: 'Customer Tags Removed',
Expand Down Expand Up @@ -125,7 +125,7 @@ const SUPPORTED_TRACK_EVENTS = [
'orders_cancelled',
'orders_fulfilled',
'orders_paid',
'orders_partially_fullfilled',
'orders_partially_fulfilled',
// following are the events that supported by rudderstack pixel app as generic track events
'customer_tags_added',
'customer_tags_removed',
Expand Down
Loading

0 comments on commit fbd376a

Please sign in to comment.