File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
code/Magento/Sales/view/adminhtml/templates/order/create/billing/method
design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/order Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
<label class="admin__field-label" for="p_method_<?php /* @escapeNotVerified */ echo $ _code ?> "><?php echo $ block ->escapeHtml ($ _method ->getTitle ()) ?> </label>
34
34
</dt>
35
- <dd class="admin__payment-method-wapper ">
35
+ <dd class="admin__payment-method-wrapper ">
36
36
<?php /* @escapeNotVerified */ echo $ block ->getChildHtml ('payment.method. ' . $ _code ) ?>
37
37
</dd>
38
38
<?php endforeach ; ?>
Original file line number Diff line number Diff line change 7
7
// Order Payment & Shipping Information
8
8
// ---------------------------------------------
9
9
10
- .admin__payment-method-wapper {
10
+ .admin__payment-method-wrapper {
11
11
margin : 0 ;
12
12
.admin__field {
13
13
margin-left : 0 ;
You can’t perform that action at this time.
0 commit comments