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(
90
90
$ customerCart = $ this ->getCartForUser ->execute ($ customerMaskedCartId , $ currentUserId , $ storeId );
91
91
$ guestCart = $ this ->getCartForUser ->execute ($ guestMaskedCartId , null , $ storeId );
92
92
93
- // // Validate cart quantities before merging and reload cart before cart merge
93
+ // Validate cart quantities before merging and reload cart before cart merge
94
94
if ($ this ->cartQuantityValidator ->validateFinalCartQuantities ($ customerCart , $ guestCart )) {
95
95
$ guestCart = $ this ->getCartForUser ->execute ($ guestMaskedCartId , null , $ storeId );
96
96
$ customerCart = $ this ->getCartForUser ->execute ($ customerMaskedCartId , $ currentUserId , $ storeId );
You can’t perform that action at this time.
0 commit comments