braintree / credit-card-type

A library for determining credit card type
MIT License
980 stars 154 forks source link

Correct Mastercard bin range for series 2 bins #63

Closed crookedneighbor closed 6 years ago

crookedneighbor commented 6 years ago

closes #62

Series 2 bins are in the range 222100-272099 (https://www.mastercard.us/en-us/issuers/get-support/2-series-bin-expansion.html), and our pattern doesn't account for all cards in those ranges.

Checked this against the pattern that Braintree uses on the server to validate Mastercards.

sikeruwu commented 4 years ago

nice