Skip to content

Commit 45b060e

Browse files
committed
MAGETWO-58251: PayPal Best Practice to Separate Saved Tokens
- fixed wrong iteration break
1 parent 19732be commit 45b060e

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view/payment

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ define([
155155
displayArea: currentGroup.displayArea
156156
}
157157
)]);
158-
159-
return true;
160158
}
161159
}.bind(this));
162160
},

0 commit comments

Comments
 (0)