Skip to content

Commit e78592a

Browse files
committed
Fix static test.
1 parent 3beb15a commit e78592a

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)