@ikas/storefront 1.0.3-beta.2 → 1.0.3-beta.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/build/index.es.js +0 -1
- package/build/index.js +0 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -70853,7 +70853,6 @@ var IkasCartStore = /** @class */ (function () {
|
|
|
70853
70853
|
}); };
|
|
70854
70854
|
this.findExistingItem = function (variant, product) {
|
|
70855
70855
|
var _a, _b, _c, _d, _e;
|
|
70856
|
-
debugger;
|
|
70857
70856
|
if (!product.productOptionSetId) {
|
|
70858
70857
|
return (_a = _this.cart) === null || _a === void 0 ? void 0 : _a.items.find(function (item) { return item.variant.id === variant.id; });
|
|
70859
70858
|
}
|
package/build/index.js
CHANGED
|
@@ -70830,7 +70830,6 @@ var IkasCartStore = /** @class */ (function () {
|
|
|
70830
70830
|
}); };
|
|
70831
70831
|
this.findExistingItem = function (variant, product) {
|
|
70832
70832
|
var _a, _b, _c, _d, _e;
|
|
70833
|
-
debugger;
|
|
70834
70833
|
if (!product.productOptionSetId) {
|
|
70835
70834
|
return (_a = _this.cart) === null || _a === void 0 ? void 0 : _a.items.find(function (item) { return item.variant.id === variant.id; });
|
|
70836
70835
|
}
|