@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.
@@ -3437,8 +3437,7 @@ var AzzasTracker = function() {
3437
3437
  }).join(" | ");
3438
3438
  },
3439
3439
  coupon: function(context) {
3440
- var _context_orderForm_marketingData, _context_orderForm;
3441
- return context.appliedCoupon || (context === null || context === void 0 ? void 0 : (_context_orderForm = context.orderForm) === null || _context_orderForm === void 0 ? void 0 : (_context_orderForm_marketingData = _context_orderForm.marketingData) === null || _context_orderForm_marketingData === void 0 ? void 0 : _context_orderForm_marketingData.coupon) || null;
3440
+ return context.appliedCoupon || null;
3442
3441
  },
3443
3442
  seller_cod_name: function(context) {
3444
3443
  return context.appliedSellerCodName || null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azzas/azzas-tracker-web",
3
- "version": "2.0.3-preview.1",
3
+ "version": "2.0.3-preview.3",
4
4
  "type": "module",
5
5
  "main": "./dist/mod.cjs",
6
6
  "module": "./dist/mod.js",