Skip to content

Commit 8f8d228

Browse files
AnujNehraAnujNehra
authored andcommitted
ACP2E-1975: GraphQL cannot add product with customizable option to cart
1 parent 2c41698 commit 8f8d228

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Quote/Model/Cart/AddProductsToCart.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
/**
2020
* Unified approach to add products to the Shopping Cart.
2121
* Client code must validate, that customer is eligible to call service with provided {cartId} and {cartItems}
22+
*
23+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2224
*/
2325
class AddProductsToCart
2426
{

0 commit comments

Comments
 (0)