@nuskin/ns-shop 7.6.0-mdigi-280.1 → 7.6.0-mdigi-280.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-shop",
3
- "version": "7.6.0-mdigi-280.1",
3
+ "version": "7.6.0-mdigi-280.2",
4
4
  "description": "The description that will amaze and astound your audience when they read it",
5
5
  "main": "src/shop.js",
6
6
  "scripts": {
@@ -1039,12 +1039,12 @@ const populateSalesOrder = (action, adr) => {
1039
1039
  if (user && user.isGuest) {
1040
1040
  addToCustomList(salesOrder.Custom, "FLAG", "GUEST", "TRUE");
1041
1041
  }
1042
- addToCustomList(salesOrder.Custom, "FLAG", "UTM_SOURCE", utmInfo.utm_source);
1043
- addToCustomList(salesOrder.Custom, "FLAG", "UTM_MEDIUM", utmInfo.utm_medium);
1044
- addToCustomList(salesOrder.Custom, "FLAG", "UTM_CAMPAIGN", utmInfo.utm_campaign);
1045
- addToCustomList(salesOrder.Custom, "FLAG", "UTM_CAMPAIGN_ID", utmInfo.utm_id);
1046
- addToCustomList(salesOrder.Custom, "FLAG", "UTM_CONTENT", utmInfo.utm_content);
1047
- addToCustomList(salesOrder.Custom, "FLAG", "UTM_TERM", utmInfo.utm_term);
1042
+ addToCustomList(salesOrder.Custom, "UTM", "SOURCE", utmInfo.utm_source);
1043
+ addToCustomList(salesOrder.Custom, "UTM", "MEDIUM", utmInfo.utm_medium);
1044
+ addToCustomList(salesOrder.Custom, "UTM", "CAMPAIGN", utmInfo.utm_campaign);
1045
+ addToCustomList(salesOrder.Custom, "UTM", "CAMPAIGN_ID", utmInfo.utm_id);
1046
+ addToCustomList(salesOrder.Custom, "UTM", "CONTENT", utmInfo.utm_content);
1047
+ addToCustomList(salesOrder.Custom, "UTM", "TERM", utmInfo.utm_term);
1048
1048
  const microsite = getCachedConfigField('microsite');
1049
1049
  if (microsite) {
1050
1050
  salesOrder.Reason = "CUSTOM";