You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a more comprehensive and collaborative credit card list involves leveraging community contributions, adhering to security and privacy guidelines, and continuously updating the list with accurate information.
'''
// Collaborative Credit Card List
const collaborativeCreditCards = [
{
name: 'ExampleCard',
bins: /^(123456|789012)[0-9]{10,12}/,
codeLength: 3,
},
// Add more card types contributed by the community...
];
Want to request a feature or report a bug?
I need again validate creditcard but now in another language, think a moment about this, why not extract the current list (
https://github.com/ContaAzul/creditcard.js/blob/master/src/cards.js) to a json or csv for a better consumer in similar fashion tz-data works (https://www.iana.org/time-zones)
What is the current behavior?
CreditCard list is very specified for creditcard.js project
What is the expected behavior?
Create a more comprehensive and collaborative creditcard list
The text was updated successfully, but these errors were encountered: