system/config/credit_cards.php
Credit card validation configuration.
Options for each credit card:
- length
- All the allowed card number lengths, in a comma separated string
- prefix
- The digits the card needs to start with, in regex format
- luhn
- Enable or disable card number validation by the Luhn algorithm