mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
Add Humo card type (#227)
This commit is contained in:
parent
2f51f121bd
commit
0317ed841b
@ -23,6 +23,18 @@ creditCardType.addCard({
|
||||
}
|
||||
});
|
||||
|
||||
creditCardType.addCard({
|
||||
niceType: 'Humo',
|
||||
type: 'humo',
|
||||
patterns: [9860],
|
||||
gaps: [4, 8, 12],
|
||||
lengths: [16],
|
||||
code: {
|
||||
name: 'CVV',
|
||||
size: 3
|
||||
}
|
||||
});
|
||||
|
||||
const initSentry = async (dsn: string) => {
|
||||
const env = await getEnv();
|
||||
Sentry.init({
|
||||
|
Loading…
Reference in New Issue
Block a user