Skip to content

Commit 07d43db

Browse files
committed
#11380: Payment Method Issue in Admin
1 parent c6e891d commit 07d43db

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/create/billing/method

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
'Magento_Sales/order/create/form'
5656
], function(mage) {
5757
mage.apply();
58-
<?php if ($_methodsCount != 1) : ?>
5958
order.setPaymentMethod('<?= $block->escapeHtml($block->getSelectedMethodCode()); ?>');
60-
<?php endif; ?>
6159
});
6260
</script>
6361
<?php else : ?>

0 commit comments

Comments
 (0)