@azzas/azzas-tracker-web 2.0.3-preview.2 → 2.0.3-preview.4

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/dist/mod.js CHANGED
@@ -115,7 +115,6 @@ var EVENTS = {
115
115
  "promotion_name",
116
116
  "creative_slot",
117
117
  "creative_name"
118
- // "items",
119
118
  ]
120
119
  },
121
120
  SELECT_PROMOTION: {
@@ -127,10 +126,8 @@ var EVENTS = {
127
126
  "region",
128
127
  "currency",
129
128
  "promotion_name",
130
- "promotion_url",
131
129
  "creative_slot",
132
130
  "creative_name"
133
- // "items",
134
131
  ]
135
132
  },
136
133
  SELECT_CONTENT: {
@@ -2359,8 +2356,7 @@ var orderFormAdapter = {
2359
2356
  return couponMessages.map((msg) => msg.text).join(" | ");
2360
2357
  },
2361
2358
  coupon: (context) => {
2362
- var _a, _b;
2363
- return context.appliedCoupon || ((_b = (_a = context == null ? void 0 : context.orderForm) == null ? void 0 : _a.marketingData) == null ? void 0 : _b.coupon) || null;
2359
+ return context.appliedCoupon || null;
2364
2360
  },
2365
2361
  seller_cod_name: (context) => {
2366
2362
  return context.appliedSellerCodName || null;