File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Checkout/view/frontend/web/template
Sales/Controller/Adminhtml/Order/Invoice Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
<!--/ko-->
17
17
<!--/ko-->
18
18
< form id ="co-payment-form " class ="form payments " novalidate ="novalidate ">
19
- < input data-bind ='attr: {value: getFormKey()} ' type ="hidden " name ="form_key "/ >
19
+ < input data-bind ='attr: {value: getFormKey()} ' type ="hidden " name ="form_key ">
20
20
< fieldset class ="fieldset ">
21
21
< legend class ="legend ">
22
22
< span data-bind ="i18n: 'Payment Information' "> </ span >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Save extends \Magento\Backend\App\Action implements HttpPostActionInterfac
30
30
*
31
31
* @see _isAllowed()
32
32
*/
33
- const ADMIN_RESOURCE = 'Magento_Sales::sales_invoice ' ;
33
+ public const ADMIN_RESOURCE = 'Magento_Sales::sales_invoice ' ;
34
34
35
35
/**
36
36
* @var InvoiceSender
You can’t perform that action at this time.
0 commit comments