Skip to content

Commit 7f36b80

Browse files
committed
Support new MasterCard BIN ranges (222100–272099)
stripe-archive/jquery.payment#168
1 parent 60b5ee5 commit 7f36b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payform.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595
{
9696
type: 'mastercard'
97-
pattern: /^5[0-5]/
97+
pattern: /^(5[0-5]|2[2-7])/
9898
format: defaultFormat
9999
length: [16]
100100
cvcLength: [3]

0 commit comments

Comments
 (0)