@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.cjs +1 -5
- package/dist/mod.cjs.map +1 -1
- package/dist/mod.d.cts +2 -2
- package/dist/mod.d.ts +2 -2
- package/dist/mod.global.js +1 -5
- package/dist/mod.global.js.map +1 -1
- package/dist/mod.js +1 -5
- package/dist/mod.js.map +1 -1
- package/dist/mod.vtex.global.js +1 -3
- package/package.json +1 -1
package/dist/mod.vtex.global.js
CHANGED
|
@@ -1826,7 +1826,6 @@ var AzzasTracker = function() {
|
|
|
1826
1826
|
"region",
|
|
1827
1827
|
"currency",
|
|
1828
1828
|
"promotion_name",
|
|
1829
|
-
"promotion_url",
|
|
1830
1829
|
"creative_slot",
|
|
1831
1830
|
"creative_name"
|
|
1832
1831
|
]
|
|
@@ -3720,8 +3719,7 @@ var AzzasTracker = function() {
|
|
|
3720
3719
|
}).join(" | ");
|
|
3721
3720
|
},
|
|
3722
3721
|
coupon: function(context) {
|
|
3723
|
-
|
|
3724
|
-
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;
|
|
3722
|
+
return context.appliedCoupon || null;
|
|
3725
3723
|
},
|
|
3726
3724
|
seller_cod_name: function(context) {
|
|
3727
3725
|
return context.appliedSellerCodName || null;
|