Add Humo card type (#227)

This commit is contained in:
Ildar Galeev 2023-08-03 18:07:11 +03:00 committed by GitHub
parent 2f51f121bd
commit 0317ed841b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({