Skip to content

Commit

Permalink
Merge pull request #432 from skyflowapi/SK-1576
Browse files Browse the repository at this point in the history
SK-1576 update MasterCard to Mastercard
  • Loading branch information
skyflow-shravan authored Jul 29, 2024
2 parents 6b050cf + 6e7e5ee commit 4699960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export enum CardType {

export const CardTypeValues = {
[CardType.VISA]: 'Visa',
[CardType.MASTERCARD]: 'MasterCard',
[CardType.MASTERCARD]: 'Mastercard',
[CardType.AMEX]: 'Amex',
[CardType.DINERS_CLUB]: 'DinersClub',
[CardType.DISCOVER]: 'Discover',
Expand Down

0 comments on commit 4699960

Please sign in to comment.