Skip to content

Commit 7641b8f

Browse files
author
Dale Sikkema
committed
MAGETWO-33609: pull request for stories in this sprint
1 parent 2061253 commit 7641b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Controller/Cart/CouponPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(
3030
\Magento\Checkout\Model\Session $checkoutSession,
3131
\Magento\Framework\Store\StoreManagerInterface $storeManager,
3232
\Magento\Framework\Data\Form\FormKey\Validator $formKeyValidator,
33-
CustomerCart $cart,
33+
\Magento\Checkout\Model\Cart $cart,
3434
\Magento\Framework\Controller\Result\RedirectFactory $resultRedirectFactory,
3535
\Magento\Quote\Model\QuoteRepository $quoteRepository
3636
) {

0 commit comments

Comments
 (0)