@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.cjs
CHANGED
|
@@ -2174,8 +2174,7 @@ var orderFormAdapter = {
|
|
|
2174
2174
|
return couponMessages.map((msg) => msg.text).join(" | ");
|
|
2175
2175
|
},
|
|
2176
2176
|
coupon: (context) => {
|
|
2177
|
-
|
|
2178
|
-
return context.appliedCoupon || ((_b = (_a = context == null ? void 0 : context.orderForm) == null ? void 0 : _a.marketingData) == null ? void 0 : _b.coupon) || null;
|
|
2177
|
+
return context.appliedCoupon || null;
|
|
2179
2178
|
},
|
|
2180
2179
|
seller_cod_name: (context) => {
|
|
2181
2180
|
return context.appliedSellerCodName || null;
|