Skip to content

Commit c9c329d

Browse files
author
Sergey Shvets
committed
Merge remote-tracking branch 'origin/MAGETWO-81128' into Chaika_2.2.4_PR2
2 parents 7d0940b + 4225d47 commit c9c329d

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

app/code/Magento/Sales/view/adminhtml/templates/order/create/billing/method/form.phtml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
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>
@@ -55,13 +54,13 @@
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 : ?>

0 commit comments

Comments
 (0)