File tree 1 file changed +5
-6
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/create/billing/method
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 45
45
</label>
46
46
</dt>
47
47
<dd class="admin__payment-method-wrapper">
48
- <?= /* @noEscape */
49
- $ block ->getChildHtml ('payment.method. ' . $ _code ) ?>
48
+ <?= /* @noEscape */ $ block ->getChildHtml ('payment.method. ' . $ _code ) ?>
50
49
</dd>
51
50
<?php endforeach ; ?>
52
51
</dl>
55
54
require([
56
55
'mage/apply/main',
57
56
'Magento_Sales/order/create/form'
58
- ], function (mage) {
57
+ ], function(mage) {
59
58
mage.apply();
60
- <?php if ($ _methodsCount != 1 ) : ?>
59
+ <?php if ($ _methodsCount != 1 ) : ?>
61
60
order.setPaymentMethod('<?= $ block ->escapeHtml ($ currentSelectedMethod ); ?> ');
62
- <?php else : ?>
61
+ <?php else : ?>
63
62
payment.switchMethod('<?= $ block ->escapeHtml ($ currentSelectedMethod ); ?> ');
64
- <?php endif ; ?>
63
+ <?php endif ; ?>
65
64
});
66
65
</script>
67
66
<?php else : ?>
You can’t perform that action at this time.
0 commit comments