File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
15
14
use Magento \SalesRule \Block \Adminhtml \Promo \Quote \Edit \Tab \Coupons \Grid ;
16
15
use Magento \Framework \View \Result \Layout ;
17
16
use Magento \Framework \App \ResponseInterface ;
17
+ use Magento \Framework \App \Action \HttpGetActionInterface ;
18
18
19
- class ExportCouponsCsv extends Quote
19
+ /**
20
+ * Export Coupons to csv file
21
+ *
22
+ * Class \Magento\SalesRule\Controller\Adminhtml\Promo\Quote\ExportCouponsCsv
23
+ */
24
+ class ExportCouponsCsv extends Quote implements HttpGetActionInterface
20
25
{
21
26
/**
22
27
* Export coupon codes as CSV file
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
15
14
use Magento \SalesRule \Block \Adminhtml \Promo \Quote \Edit \Tab \Coupons \Grid ;
16
15
use Magento \Framework \View \Result \Layout ;
17
16
use Magento \Framework \App \ResponseInterface ;
17
+ use Magento \Framework \App \Action \HttpGetActionInterface ;
18
18
19
- class ExportCouponsXml extends Quote
19
+ /**
20
+ * Export coupons to xml file
21
+ *
22
+ * Class \Magento\SalesRule\Controller\Adminhtml\Promo\Quote\ExportCouponsXml
23
+ */
24
+ class ExportCouponsXml extends Quote implements HttpGetActionInterface
20
25
{
21
26
/**
22
27
* Export coupon codes as excel xml file
You can’t perform that action at this time.
0 commit comments