mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Fix Debugger entfernt
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user