Skip to content

Commit 6645cb2

Browse files
nmalevanecsaphaljha
authored andcommitted
Fix static test.
1 parent 9b9d451 commit 6645cb2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ define([
6666
navigate: function () {
6767
var self = this;
6868

69-
if(!self.hasShippingMethod()) {
69+
if (!self.hasShippingMethod()) {
7070
this.isVisible(false);
7171
stepNavigator.setHash('shipping');
7272
} else {

0 commit comments

Comments
 (0)