@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.cjs +1 -2
- package/dist/mod.cjs.map +1 -1
- package/dist/mod.global.js +1 -2
- package/dist/mod.global.js.map +1 -1
- package/dist/mod.js +1 -2
- package/dist/mod.js.map +1 -1
- package/dist/mod.vtex.global.js +1 -2
- package/package.json +1 -1
package/dist/mod.vtex.global.js
CHANGED
|
@@ -3437,8 +3437,7 @@ var AzzasTracker = function() {
|
|
|
3437
3437
|
}).join(" | ");
|
|
3438
3438
|
},
|
|
3439
3439
|
coupon: function(context) {
|
|
3440
|
-
|
|
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;
|