Skip to content

Commit 0d1b884

Browse files
authored
Fix a typo
Fix a typo
1 parent 378ac7a commit 0d1b884

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<label class="admin__field-label" for="p_method_<?php /* @escapeNotVerified */ echo $_code ?>"><?php echo $block->escapeHtml($_method->getTitle()) ?></label>
3434
</dt>
35-
<dd class="admin__payment-method-wapper">
35+
<dd class="admin__payment-method-wrapper">
3636
<?php /* @escapeNotVerified */ echo $block->getChildHtml('payment.method.' . $_code) ?>
3737
</dd>
3838
<?php endforeach; ?>

0 commit comments

Comments
 (0)