Skip to content

Commit 73e9991

Browse files
committed
MAGETWO-66151: [GitHub][PR] Fix a typo #8883
- Merge Pull Request #8883 from evgk/magento2:patch-3
2 parents 3c34e1d + 69716e5 commit 73e9991

File tree

2 files changed

+2
-2
lines changed
  • app
    • code/Magento/Sales/view/adminhtml/templates/order/create/billing/method
    • design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/order

2 files changed

+2
-2
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; ?>

app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/order/_payment-shipping.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Order Payment & Shipping Information
88
// ---------------------------------------------
99

10-
.admin__payment-method-wapper {
10+
.admin__payment-method-wrapper {
1111
margin: 0;
1212
.admin__field {
1313
margin-left: 0;

0 commit comments

Comments
 (0)