Skip to content

Commit bb14227

Browse files
committed
ACP2E-2897: [CLOUD] graphql addProductsToCart api issue with custom option
1 parent 4f55c1c commit bb14227

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/AddProductWithOptionsToCartTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,7 @@ private function getAddProductWithDifferentOptionValuesMutation(
342342
string $cartId,
343343
string $sku,
344344
string $optionUid
345-
): string
346-
{
345+
): string {
347346
return <<<QRY
348347
mutation {
349348
addProductsToCart(

0 commit comments

Comments
 (0)