Skip to content

Commit

Permalink
Fix card discrepancies in Diners and Discover
Browse files Browse the repository at this point in the history
  • Loading branch information
ayodejidev committed Jan 24, 2024
1 parent 9a19866 commit 6b33242
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@
"cardnumber" : "3607 0500 0010 20",
"expiry" : "03/30",
"CVC" : "737",
"country" : "NL"
},
{
"cardnumber" : "3056 9309 0259 04",
"expiry" : "03/30",
"CVC" : "737",
"country" : "n/a",
"secure3DS" : true
}
Expand All @@ -151,9 +157,11 @@
"country" : "GB"
},
{
"cardnumber" : "3056 9309 0259 04",
"cardnumber" : "6011 1111 1111 1117",
"expiry" : "03/30",
"CVC" : "737"
"CVC" : "737",
"country" : "n/a",
"secure3DS" : true
}
]
},
Expand Down

0 comments on commit 6b33242

Please sign in to comment.