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 99namespace Magento \Reports \Controller \Adminhtml \Report \Product ;
1010
1111use Magento \Backend \Block \Widget \Grid \ExportInterface ;
12- use Magento \Framework \App \Action \HttpPostActionInterface ;
12+ use Magento \Framework \App \Action \HttpGetActionInterface ;
1313use Magento \Framework \App \ResponseInterface ;
1414use Magento \Framework \App \Filesystem \DirectoryList ;
1515use Magento \Reports \Controller \Adminhtml \Report \Product ;
1616
17- class ExportSoldCsv extends Product implements HttpPostActionInterface
17+ class ExportSoldCsv extends Product implements HttpGetActionInterface
1818{
1919 /**
2020 * Authorization level of a basic admin session
Original file line number Diff line number Diff line change 99namespace Magento \Reports \Controller \Adminhtml \Report \Product ;
1010
1111use Magento \Backend \Block \Widget \Grid \ExportInterface ;
12- use Magento \Framework \App \Action \HttpPostActionInterface ;
12+ use Magento \Framework \App \Action \HttpGetActionInterface ;
1313use Magento \Framework \App \ResponseInterface ;
1414use Magento \Framework \App \Filesystem \DirectoryList ;
1515use Magento \Reports \Controller \Adminhtml \Report \Product ;
1616
17- class ExportSoldExcel extends Product implements HttpPostActionInterface
17+ class ExportSoldExcel extends Product implements HttpGetActionInterface
1818{
1919 /**
2020 * Authorization level of a basic admin session
You can’t perform that action at this time.
0 commit comments