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 4f82be7 commit 522ffadCopy full SHA for 522ffad
app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Cancel.php
@@ -1,15 +1,14 @@
1
<?php
2
/**
3
- *
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
+ * Copyright 2014 Adobe
+ * All Rights Reserved.
6
*/
7
namespace Magento\Sales\Controller\Adminhtml\Order\Invoice;
8
9
-use Magento\Framework\App\Action\HttpPostActionInterface;
+use Magento\Framework\App\Action\HttpGetActionInterface;
10
use Magento\Sales\Controller\Adminhtml\Invoice\AbstractInvoice\View;
11
12
-class Cancel extends View implements HttpPostActionInterface
+class Cancel extends View implements HttpGetActionInterface
13
{
14
15
* Authorization level of a basic admin session
0 commit comments