We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c10c6 commit 97b9f89Copy full SHA for 97b9f89
app/code/Magento/Vault/view/frontend/web/js/view/payment/vault.js
@@ -28,7 +28,7 @@ define(
28
* Custom payment method types comparator
29
* @param {String} typeA
30
* @param {String} typeB
31
- * @return {boolean}
+ * @return {Boolean}
32
*/
33
typeComparatorCallback: function (typeA, typeB) {
34
return typeA.indexOf(typeB) === 0;
0 commit comments