Changeset 1865 for trunk/system/config/credit_cards.php
- Timestamp:
- 01/29/2008 01:48:29 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/credit_cards.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/credit_cards.php
r1809 r1865 2 2 /** 3 3 * Credit card validation configuration. 4 * 5 * Options for each credit card: 6 * length - All the allowed card number lengths, in a comma separated string 7 * prefix - The digits the card needs to start with, in regex format 8 * luhn - Enable or disable card number validation by the Luhn algorithm 4 9 */ 5 10 $config = array
