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 41cb468 commit f03ed7aCopy full SHA for f03ed7a
app/code/Magento/Checkout/Controller/Cart/UpdatePost.php
@@ -1,6 +1,5 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
@@ -10,6 +9,9 @@
10
9
use Magento\Framework\App\Action\HttpPostActionInterface;
11
use Magento\Framework\App\Action\HttpGetActionInterface;
12
+/**
13
+ * Post update shopping cart.
14
+ */
15
class UpdatePost extends \Magento\Checkout\Controller\Cart implements HttpGetActionInterface, HttpPostActionInterface
16
{
17
0 commit comments