Skip to content

Commit fccecf3

Browse files
committed
8410: Custom Checkout Step and Shipping Step are Highlighted
1 parent 04ff661 commit fccecf3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/payment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ define([
5555
stepNavigator.steps().some(function (element) {
5656
if (element.isVisible()) {
5757
self.isVisible(false);
58+
5859
return true;
5960
}
6061
});

app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ define([
8787
stepNavigator.steps().some(function (element) {
8888
if (element.isVisible()) {
8989
self.visible(false);
90+
9091
return true;
9192
}
9293
});

0 commit comments

Comments
 (0)