File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Reports/Controller/Adminhtml/Report/Product Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
namespace Magento \Reports \Controller \Adminhtml \Report \Product ;
10
10
11
11
use Magento \Backend \Block \Widget \Grid \ExportInterface ;
12
- use Magento \Framework \App \Action \HttpPostActionInterface ;
12
+ use Magento \Framework \App \Action \HttpGetActionInterface ;
13
13
use Magento \Framework \App \ResponseInterface ;
14
14
use Magento \Framework \App \Filesystem \DirectoryList ;
15
15
use Magento \Reports \Controller \Adminhtml \Report \Product ;
16
16
17
- class ExportSoldCsv extends Product implements HttpPostActionInterface
17
+ class ExportSoldCsv extends Product implements HttpGetActionInterface
18
18
{
19
19
/**
20
20
* Authorization level of a basic admin session
Original file line number Diff line number Diff line change 9
9
namespace Magento \Reports \Controller \Adminhtml \Report \Product ;
10
10
11
11
use Magento \Backend \Block \Widget \Grid \ExportInterface ;
12
- use Magento \Framework \App \Action \HttpPostActionInterface ;
12
+ use Magento \Framework \App \Action \HttpGetActionInterface ;
13
13
use Magento \Framework \App \ResponseInterface ;
14
14
use Magento \Framework \App \Filesystem \DirectoryList ;
15
15
use Magento \Reports \Controller \Adminhtml \Report \Product ;
16
16
17
- class ExportSoldExcel extends Product implements HttpPostActionInterface
17
+ class ExportSoldExcel extends Product implements HttpGetActionInterface
18
18
{
19
19
/**
20
20
* Authorization level of a basic admin session
You can’t perform that action at this time.
0 commit comments