Skip to content

Commit

Permalink
chore: added dummy card scheme for testing cobadged cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskar2001 committed Oct 8, 2024
1 parent f16c820 commit 3d5365c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/CardPattern.res
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,12 @@ let cardPatterns = [
length: [16],
pincodeRequired: false,
},
{
issuer: "CartesBancaires",
pattern: %re("/^4/"),
cvcLength: [3],
length: [16],
maxCVCLenth: 3,
pincodeRequired: true,
},
]

0 comments on commit 3d5365c

Please sign in to comment.