@azzas/azzas-tracker-web 2.0.3-preview.1 → 2.0.3-preview.3

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
@@ -2145,8 +2145,7 @@ var orderFormAdapter = {
2145
2145
  return couponMessages.map((msg) => msg.text).join(" | ");
2146
2146
  },
2147
2147
  coupon: (context) => {
2148
- var _a, _b;
2149
- return context.appliedCoupon || ((_b = (_a = context == null ? void 0 : context.orderForm) == null ? void 0 : _a.marketingData) == null ? void 0 : _b.coupon) || null;
2148
+ return context.appliedCoupon || null;
2150
2149
  },
2151
2150
  seller_cod_name: (context) => {
2152
2151
  return context.appliedSellerCodName || null;