Skip to content

Commit

Permalink
Update dinner club enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
phieronymus committed Feb 25, 2021
1 parent 3a218b8 commit 767308b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/common/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export enum CardBrand {
MASTERCARD = "mastercard",
MAESTRO = "maestro",
AMEX = "american_express",
DINERS = "diners_club",
DINERS = "diners_club_international",
DISCOVER = "discover",
JCB = "jcb",
UNIONPAY = "unionpay",
Expand Down

0 comments on commit 767308b

Please sign in to comment.