Skip to content

Commit 8614bfa

Browse files
committed
Static tests stabilization
1 parent ee9ec95 commit 8614bfa

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento

2 files changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/template/payment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!--/ko-->
1717
<!--/ko-->
1818
<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">
2020
<fieldset class="fieldset">
2121
<legend class="legend">
2222
<span data-bind="i18n: 'Payment Information'"></span>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Save extends \Magento\Backend\App\Action implements HttpPostActionInterfac
3030
*
3131
* @see _isAllowed()
3232
*/
33-
const ADMIN_RESOURCE = 'Magento_Sales::sales_invoice';
33+
public const ADMIN_RESOURCE = 'Magento_Sales::sales_invoice';
3434

3535
/**
3636
* @var InvoiceSender

0 commit comments

Comments
 (0)