Skip to content

Commit 7667122

Browse files
AnujNehraAnujNehra
authored andcommitted
ACP2E-1975: GraphQL cannot add product with customizable option to cart
1 parent 72ea82d commit 7667122

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\Quote\Model\Cart;
99

10-
use Magento\Catalog\Api\Data\ProductInterface;
1110
use Magento\Framework\Exception\NoSuchEntityException;
1211
use Magento\Quote\Api\CartRepositoryInterface;
1312
use Magento\Quote\Model\Cart\BuyRequest\BuyRequestBuilder;
@@ -19,8 +18,6 @@
1918
/**
2019
* Unified approach to add products to the Shopping Cart.
2120
* Client code must validate, that customer is eligible to call service with provided {cartId} and {cartItems}
22-
*
23-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2421
*/
2522
class AddProductsToCart
2623
{

0 commit comments

Comments
 (0)