We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec680f commit 179651dCopy full SHA for 179651d
app/code/Magento/WishlistGraphQl/Model/Resolver/Wishlist/AddToCart.php
@@ -59,7 +59,7 @@ class AddToCart implements ResolverInterface
59
/**
60
* @var LocaleQuantityProcessor
61
*/
62
- protected $quantityProcessor;
+ private $quantityProcessor;
63
64
65
* @var CreateEmptyCartForCustomer
@@ -84,6 +84,7 @@ class AddToCart implements ResolverInterface
84
* @param WishlistDataMapper $wishlistDataMapper
85
* @param LocaleQuantityProcessor $quantityProcessor
86
* @param CreateEmptyCartForCustomer $createEmptyCartForCustomer
87
+ * @param AddProductsToCartService $addProductsToCart
88
* @param CartItemsRequestBuilder $cartItemsRequestBuilder
89
90
public function __construct(
0 commit comments