@azzas/azzas-tracker-web 2.0.3-preview.0 → 2.0.3-preview.1
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 +2 -2
- package/dist/mod.cjs.map +1 -1
- package/dist/mod.global.js +2 -2
- package/dist/mod.global.js.map +1 -1
- package/dist/mod.js +2 -2
- package/dist/mod.js.map +1 -1
- package/dist/mod.vtex.global.js +2 -2
- package/package.json +1 -1
package/dist/mod.cjs
CHANGED
|
@@ -2027,8 +2027,8 @@ var orderFormAdapter = {
|
|
|
2027
2027
|
item_name: (_l = item == null ? void 0 : item.name.replace(item == null ? void 0 : item.skuName, "").trim()) != null ? _l : null,
|
|
2028
2028
|
price: (item == null ? void 0 : item.sellingPrice) / 100,
|
|
2029
2029
|
discount: ((item == null ? void 0 : item.listPrice) - (item == null ? void 0 : item.sellingPrice)) / 100,
|
|
2030
|
-
item_variant:
|
|
2031
|
-
item_variant2: size
|
|
2030
|
+
item_variant: color != null ? color : null,
|
|
2031
|
+
item_variant2: (_m = size == null ? void 0 : size.toUpperCase()) != null ? _m : null,
|
|
2032
2032
|
item_shipping_tier: getItemShippingTier2(context.orderForm, item),
|
|
2033
2033
|
item_ref: (item == null ? void 0 : item.productRefId) || (item == null ? void 0 : item.refId.replace(/_\d+$/, "")) || null,
|
|
2034
2034
|
item_category: (_n = getItemCategory7(item)) != null ? _n : null,
|