Skip to content

Commit 9f0d29b

Browse files
Update app/code/Magento/QuoteGraphQl/Model/Resolver/MergeCarts.php
Co-authored-by: Deepak Soni <[email protected]>
1 parent 939e0af commit 9f0d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/QuoteGraphQl/Model/Resolver/MergeCarts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function resolve(
9090
$customerCart = $this->getCartForUser->execute($customerMaskedCartId, $currentUserId, $storeId);
9191
$guestCart = $this->getCartForUser->execute($guestMaskedCartId, null, $storeId);
9292

93-
// // Validate cart quantities before merging and reload cart before cart merge
93+
// Validate cart quantities before merging and reload cart before cart merge
9494
if ($this->cartQuantityValidator->validateFinalCartQuantities($customerCart, $guestCart)) {
9595
$guestCart = $this->getCartForUser->execute($guestMaskedCartId, null, $storeId);
9696
$customerCart = $this->getCartForUser->execute($customerMaskedCartId, $currentUserId, $storeId);

0 commit comments

Comments
 (0)