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 3e5bd0c commit 955a030Copy full SHA for 955a030
app/code/Magento/Checkout/Controller/Cart/EstimatePost.php
@@ -6,9 +6,10 @@
6
namespace Magento\Checkout\Controller\Cart;
7
8
use Magento\Framework;
9
+use Magento\Framework\App\Action\HttpPostActionInterface;
10
use Magento\Checkout\Model\Cart as CustomerCart;
11
-class EstimatePost extends \Magento\Checkout\Controller\Cart
12
+class EstimatePost extends \Magento\Checkout\Controller\Cart implements HttpPostActionInterface
13
{
14
/**
15
* @var \Magento\Quote\Api\CartRepositoryInterface
0 commit comments