Skip to content

Commit c519272

Browse files
author
Stanislav Idolov
committed
MAGETWO-41405: Payment methods are not loaded on checkout
1 parent 37229a1 commit c519272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/template/payment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<li id="opc-payment" role="presentation" class="checkout-payment-method" data-bind="fadeVisible: isVisible">
7+
<li id="payment" role="presentation" class="checkout-payment-method" data-bind="fadeVisible: isVisible">
88
<div class="step-title" data-bind="i18n: title" data-role="title"></div>
99
<div id="checkout-step-payment"
1010
class="step-content"

app/code/Magento/Checkout/view/frontend/web/template/shipping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<li id="opc-shipping" class="checkout-shipping-address" data-bind="fadeVisible: visible()">
7+
<li id="shipping" class="checkout-shipping-address" data-bind="fadeVisible: visible()">
88
<div class="step-title" data-bind="i18n: 'Shipping Address'" data-role="title"></div>
99
<div id="checkout-step-shipping"
1010
class="step-content"

0 commit comments

Comments
 (0)