Skip to content

Commit 4879fae

Browse files
committed
MAGETWO-95892: Selecting Gift Options for items redirects on 404 Page
1 parent b61b5ce commit 4879fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
use Magento\Checkout\Model\Cart\RequestQuantityProcessor;
1010
use Magento\Framework\App\Action\HttpPostActionInterface;
11+
use Magento\Framework\App\Action\HttpGetActionInterface;
1112

12-
class UpdatePost extends \Magento\Checkout\Controller\Cart implements HttpPostActionInterface
13+
class UpdatePost extends \Magento\Checkout\Controller\Cart implements HttpPostActionInterface, HttpGetActionInterface
1314
{
1415
/**
1516
* @var RequestQuantityProcessor

0 commit comments

Comments
 (0)