Skip to content

Commit ede68ec

Browse files
Merge remote-tracking branch '39297/fix-offline-invoice-capture' into aprilcomprs
2 parents 0ac260f + 7db9b4c commit ede68ec

File tree

1 file changed

+4
-5
lines changed
  • app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice

1 file changed

+4
-5
lines changed

app/code/Magento/Sales/Controller/Adminhtml/Order/Invoice/Capture.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?php
22
/**
3-
*
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
3+
* Copyright 2014 Adobe
4+
* All Rights Reserved.
65
*/
76
namespace Magento\Sales\Controller\Adminhtml\Order\Invoice;
87

9-
use Magento\Framework\App\Action\HttpPostActionInterface;
8+
use Magento\Framework\App\Action\HttpGetActionInterface;
109
use Magento\Sales\Controller\Adminhtml\Invoice\AbstractInvoice\View;
1110

12-
class Capture extends View implements HttpPostActionInterface
11+
class Capture extends View implements HttpGetActionInterface
1312
{
1413
/**
1514
* Authorization level of a basic admin session

0 commit comments

Comments
 (0)