braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 128 forks source link

Update Maestro card number detection #47

Closed demerino closed 6 years ago

demerino commented 6 years ago

Support an expanded range of prefixes in addition to exact matches. Exact matches will be checked before the relaxed prefixes.

iOS has been merged: https://github.com/braintree/braintree-ios-drop-in/pull/116

Web already uses this approach.