Skip to content

Commit

Permalink
fix: stitched events through redis in pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Jan 7, 2025
1 parent 17cb53b commit 306821e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/sources/shopify/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const RUDDER_ECOM_MAP = {
orders_create: 'Order Created',
};

const SERVERSIDE_STITCHED_EVENTS = Object.keys(RUDDER_ECOM_MAP);
const SERVERSIDE_STITCHED_EVENTS = Object.values(RUDDER_ECOM_MAP);

const contextualFieldMappingJSON = JSON.parse(
fs.readFileSync(path.resolve(__dirname, 'pixelEventsMappings', 'contextualFieldMapping.json')),
Expand Down

0 comments on commit 306821e

Please sign in to comment.