Guest Posted March 17, 2007 Posted March 17, 2007 Credit Card Error! The first four digits of the number entered:<br> If that number is correct, we donot accept that type of credit card. >br? if it is wrong, please try again.. I have look every where in the core of the linkpoint.php and through the checkout_payment.php code and cannot determine where the err :angry: or is being generated from. Please help.
djmonkey1 Posted March 17, 2007 Posted March 17, 2007 Credit Card Error!The first four digits of the number entered:<br> If that number is correct, we donot accept that type of credit card. >br? if it is wrong, please try again.. I have look every where in the core of the linkpoint.php and through the checkout_payment.php code and cannot determine where the err :angry: or is being generated from. Please help. That error is defined at catalog/includes/languages/english.php: define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The first four digits of the number entered are: %s If that number is correct, we do not accept that type of credit card. If it is wrong, please try again.'); TEXT_CCVAL_ERROR_UNKNOWN_CARD appears in a number of payment modules, always in conjunction with the validate function of the cc_validation class file (catalog/includes/classes/cc_validate.php). If the card number you entered doesn't match up with one of the cards listed in the validate function you get an error. Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.