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 b1b6894 commit 54e70fbCopy full SHA for 54e70fb
app/code/Magento/Tax/Controller/Adminhtml/Rule/AjaxLoadRates.php
@@ -7,6 +7,7 @@
7
8
use Magento\Framework\App\Action\Context;
9
use Magento\Framework\App\Action\Action;
10
+use Magento\Framework\App\Action\HttpGetActionInterface;
11
use Magento\Framework\Controller\Result\Json;
12
use Magento\Framework\Controller\ResultFactory;
13
use Magento\Tax\Model\Rate\Provider as RatesProvider;
@@ -17,7 +18,7 @@
17
18
* Class AjaxLoadRates is intended to load existing
19
* Tax rates as options for a select element.
20
*/
-class AjaxLoadRates extends Action
21
+class AjaxLoadRates extends Action implements HttpGetActionInterface
22
{
23
/**
24
* @var RatesProvider
0 commit comments