braintree / credit-card-type

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

Hipercard type support #58

Closed sibelius closed 6 years ago

sibelius commented 6 years ago

Based on this one https://github.com/moip/credit-card-validator/blob/4786855a/src/main/java/br/com/moip/creditcard/HipercardCreditCard.java#L6-L7

crookedneighbor commented 6 years ago

Closed as a duplicate of https://github.com/braintree/credit-card-type/issues/57

We must have official documentation before we can add additional card types to this library. I'm happy to re-open this issue if you can provide the documentation.

crookedneighbor commented 6 years ago

v6.2.0 allows you to add custom card brands. See https://github.com/braintree/credit-card-type#adding-card-types for documentation.

sibelius commented 6 years ago

Great to know, tks