File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/create/billing/method Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 4545 </label>
4646 </dt>
4747 <dd class="admin__payment-method-wrapper">
48- <?= /* @noEscape */
49- $ block ->getChildHtml ('payment.method. ' . $ _code ) ?>
48+ <?= /* @noEscape */ $ block ->getChildHtml ('payment.method. ' . $ _code ) ?>
5049 </dd>
5150 <?php endforeach ; ?>
5251 </dl>
5554 require([
5655 'mage/apply/main',
5756 'Magento_Sales/order/create/form'
58- ], function (mage) {
57+ ], function(mage) {
5958 mage.apply();
60- <?php if ($ _methodsCount != 1 ) : ?>
59+ <?php if ($ _methodsCount != 1 ) : ?>
6160 order.setPaymentMethod('<?= $ block ->escapeHtml ($ currentSelectedMethod ); ?> ');
62- <?php else : ?>
61+ <?php else : ?>
6362 payment.switchMethod('<?= $ block ->escapeHtml ($ currentSelectedMethod ); ?> ');
64- <?php endif ; ?>
63+ <?php endif ; ?>
6564 });
6665 </script>
6766<?php else : ?>
You can’t perform that action at this time.
0 commit comments