We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378ac7a commit 0d1b884Copy full SHA for 0d1b884
app/code/Magento/Sales/view/adminhtml/templates/order/create/billing/method/form.phtml
@@ -32,7 +32,7 @@
32
33
<label class="admin__field-label" for="p_method_<?php /* @escapeNotVerified */ echo $_code ?>"><?php echo $block->escapeHtml($_method->getTitle()) ?></label>
34
</dt>
35
- <dd class="admin__payment-method-wapper">
+ <dd class="admin__payment-method-wrapper">
36
<?php /* @escapeNotVerified */ echo $block->getChildHtml('payment.method.' . $_code) ?>
37
</dd>
38
<?php endforeach; ?>
0 commit comments