braintree / credit-card-type

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

docs: specify that normalization happens prior to creditCardType #149

Closed cgdibble closed 1 year ago

cgdibble commented 1 year ago

Relevant issue: https://github.com/braintree/credit-card-type/issues/148

Internal ref: LI-670

The expectation for this library is that the credit card number string is normalized prior to its use with creditCardType. This PR updates the docs to specify that.