msullivan52
04-02-2006, 07:23 PM
I get the following error when using the Ipayment module.
Warning: Missing argument 4 for cc_validation::validate() in /home/msulliva/public_html/includes/classes/cc_validation.php on line 17
Warning: Missing argument 5 for cc_validation::validate() in /home/msulliva/public_html/includes/classes/cc_validation.php on line 17
I used the fix reported in the bug tracker #0000116...
Edit cc.php in your modules directory change line 103.
$result = $cc_validation->validate($HTTP_POST_VARS['cc_number'], $HTTP_POST_VARS['cc_expires_month'], $HTTP_POST_VARS['cc_expires_year'], $HTTP_POST_VARS['cc_checkcode'], $HTTP_POST_VARS['cc_card_type']);
Nothing has worked. I have tried authorize.net successfully with the test card #411111111111.
Help! Please.
Warning: Missing argument 4 for cc_validation::validate() in /home/msulliva/public_html/includes/classes/cc_validation.php on line 17
Warning: Missing argument 5 for cc_validation::validate() in /home/msulliva/public_html/includes/classes/cc_validation.php on line 17
I used the fix reported in the bug tracker #0000116...
Edit cc.php in your modules directory change line 103.
$result = $cc_validation->validate($HTTP_POST_VARS['cc_number'], $HTTP_POST_VARS['cc_expires_month'], $HTTP_POST_VARS['cc_expires_year'], $HTTP_POST_VARS['cc_checkcode'], $HTTP_POST_VARS['cc_card_type']);
Nothing has worked. I have tried authorize.net successfully with the test card #411111111111.
Help! Please.