Fix Debugger entfernt

This commit is contained in:
Lorenz Hilpert
2021-03-04 10:26:46 +01:00
parent d9084760a6
commit 687f6ee0f8

View File

@@ -176,7 +176,7 @@ export class PurchasingOptionsModalComponent {
const existingItem = shoppingCart?.items?.find(
({ data }) => data.product.ean === item.product.ean && data.features['orderType'] === this.getNameForOption(option)
);
debugger;
if (shoppingCartItem || existingItem) {
await this.checkoutService
.updateItemInShoppingCart({