File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/QuoteGraphQl/Model/Resolver Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments