@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.js CHANGED
@@ -1998,8 +1998,8 @@ var orderFormAdapter = {
1998
1998
  item_name: (_l = item == null ? void 0 : item.name.replace(item == null ? void 0 : item.skuName, "").trim()) != null ? _l : null,
1999
1999
  price: (item == null ? void 0 : item.sellingPrice) / 100,
2000
2000
  discount: ((item == null ? void 0 : item.listPrice) - (item == null ? void 0 : item.sellingPrice)) / 100,
2001
- item_variant: (_m = color == null ? void 0 : color.toUpperCase()) != null ? _m : null,
2002
- item_variant2: size != null ? size : null,
2001
+ item_variant: color != null ? color : null,
2002
+ item_variant2: (_m = size == null ? void 0 : size.toUpperCase()) != null ? _m : null,
2003
2003
  item_shipping_tier: getItemShippingTier2(context.orderForm, item),
2004
2004
  item_ref: (item == null ? void 0 : item.productRefId) || (item == null ? void 0 : item.refId.replace(/_\d+$/, "")) || null,
2005
2005
  item_category: (_n = getItemCategory7(item)) != null ? _n : null,