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 2061253 commit 7641b8fCopy full SHA for 7641b8f
app/code/Magento/Checkout/Controller/Cart/CouponPost.php
@@ -30,7 +30,7 @@ public function __construct(
30
\Magento\Checkout\Model\Session $checkoutSession,
31
\Magento\Framework\Store\StoreManagerInterface $storeManager,
32
\Magento\Framework\Data\Form\FormKey\Validator $formKeyValidator,
33
- CustomerCart $cart,
+ \Magento\Checkout\Model\Cart $cart,
34
\Magento\Framework\Controller\Result\RedirectFactory $resultRedirectFactory,
35
\Magento\Quote\Model\QuoteRepository $quoteRepository
36
) {
0 commit comments