cholojuanito / credit_card_type_detector

A Dart package that detects credit card types based on their prefixes
MIT License
25 stars 17 forks source link

Update Mir card pattern #13

Closed glin94 closed 1 year ago

glin94 commented 1 year ago

TYPE_MIR: {Pattern(const ['2200', '2204'])}

it is necessary to add 2202

cholojuanito commented 1 year ago

The pattern 2202 is encompassed by that range of prefixes.