Skip to content

Commit

Permalink
Merge pull request #39 from sam-artuso/feat/add-mastercard-3ds-card-2
Browse files Browse the repository at this point in the history
Add Mastercard 3DS card (take #2)
  • Loading branch information
gcatanese authored Jan 26, 2024
2 parents 020b7dc + 1dc3dd0 commit 8b5d994
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@
"expiry" : "03/30",
"CVC" : "737",
"country" : "BR"
},
{
"cardnumber" : "5454 5454 5454 5454",
"expiry" : "03/30",
"CVC" : "737",
"secure3DS" : true,
"country": "n/a"
}
]
},
Expand Down

0 comments on commit 8b5d994

Please sign in to comment.