Skip to content

Commit 3088f46

Browse files
authored
Merge pull request #1694 from CodeNow/fix-matching-mastercard
Fixed mastercard case matching.
2 parents 86ec455 + fe7e2e6 commit 3088f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/directives/modals/settingsModal/forms/billingForm/showPaymentForm/showPaymentFormDirective.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function showPaymentForm(
3939
var paymentMapping = {
4040
'Amex': 'amex',
4141
'Visa': 'visa',
42-
'Mastercard': 'mastercard',
42+
'MasterCard': 'mastercard',
4343
'JCB': 'jcb'
4444
};
4545
var brand = keypather.get($scope, 'paymentMethod.card.brand');

0 commit comments

Comments
 (0)