@azzas/azzas-tracker-web 2.0.0-preview.22 → 2.0.0-preview.23

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
@@ -1573,7 +1573,7 @@ var reservaAdapter = {
1573
1573
  quantity: 1,
1574
1574
  index: (_f = item == null ? void 0 : item.index) != null ? _f : 0,
1575
1575
  item_brand: (_i = (_h = (_g = item.brand) == null ? void 0 : _g.name) == null ? void 0 : _h.toLowerCase()) != null ? _i : null,
1576
- item_name: (_j = item.name) != null ? _j : null,
1576
+ item_name: (_j = item.isVariantOf.name) != null ? _j : null,
1577
1577
  price: (_l = (_k = item.offers) == null ? void 0 : _k.lowPrice) != null ? _l : null,
1578
1578
  discount: Math.round((Number(listPrice) - Number((_m = item == null ? void 0 : item.offers) == null ? void 0 : _m.lowPrice)) * 100) / 100,
1579
1579
  item_variant: ((_o = (_n = item == null ? void 0 : item.name) == null ? void 0 : _n.split(" - ")[0]) == null ? void 0 : _o.replace(COLOR_REGEX, "").replace(/_/g, " ")) || null,