Skip to content

Commit 97b9f89

Browse files
author
Alexander Makeev
committed
MAGETWO-48285: Two PayPal Express methods are shown on checkout when PayPal Credit is disabled
- Fixed static test
1 parent 06c10c6 commit 97b9f89

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Vault/view/frontend/web/js/view/payment/vault.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define(
2828
* Custom payment method types comparator
2929
* @param {String} typeA
3030
* @param {String} typeB
31-
* @return {boolean}
31+
* @return {Boolean}
3232
*/
3333
typeComparatorCallback: function (typeA, typeB) {
3434
return typeA.indexOf(typeB) === 0;

0 commit comments

Comments
 (0)