Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Authorize.net error


wmh0954

Recommended Posts

has anyone seen this error message before?

 

The first four digits of the number entered are: <br>If that number is correct, we do not accept that type of credit card.<br>If it is wrong, please try again.

 

I have searched the forum for Authorize.net info. and I am unable to fix the problem with all of the changes that I have installed.

 

I am currently running authorizenet.php,v 1.48 2003/04/10 21:42:30 project3000 Exp

 

with the following fix:

 

catalog/includes/modules/payment/authorizenet_aim.php

AT LINE 338 CHANGE

 

 

tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . $x_response_text . ' - ' . urlencode(MODULE_PAYMENT_AUTHORIZENET_AIM_TEXT_DECLINED_MESSAGE), 'SSL', true, false));

 

 

WITH

 

tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'payment_error=' . $this->code . '&error=' . $x_response_text . ' - ' . urlencode(MODULE_PAYMENT_AUTHORIZENET_AIM_TEXT_DECLINED_MESSAGE), 'SSL', true, false));

 

 

Any assistance would be greatly appreciated.

Link to comment
Share on other sites

Wayne! Are you still out ther?

 

I need the fix for this ASAP!!! Please e-mail me info@cedarhillweb.com..

 

 

Please Please!

 

No one is answering on this issue....

 

 

Never mind. I got it working with a previous version of the authorizenet.php script.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...