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 b61b5ce commit 4879faeCopy full SHA for 4879fae
app/code/Magento/Checkout/Controller/Cart/UpdatePost.php
@@ -8,8 +8,9 @@
8
9
use Magento\Checkout\Model\Cart\RequestQuantityProcessor;
10
use Magento\Framework\App\Action\HttpPostActionInterface;
11
+use Magento\Framework\App\Action\HttpGetActionInterface;
12
-class UpdatePost extends \Magento\Checkout\Controller\Cart implements HttpPostActionInterface
13
+class UpdatePost extends \Magento\Checkout\Controller\Cart implements HttpPostActionInterface, HttpGetActionInterface
14
{
15
/**
16
* @var RequestQuantityProcessor
0 commit comments