The following errors have occurred.
(92) The gateway no longer supports the requested method of integration.
This happened when I used this code for the pay button:
- Code: Select all
<FORM ACTION="https://secure.authorize.net/gateway/transact.dll" METHOD="POST">
<SCRIPT>
CheckoutCart();
</SCRIPT>
<INPUT TYPE=HIDDEN NAME="x_Login" VALUE="xxxxxxxxxxxx">
<INPUT type=submit value="Proceed to payment">
</FORM>
I saw a fix for it on the forums here, but it was in Perl and I don't think Perl is working properly on my server (I've tried several Perl scripts in the past, and when I ask for support from the hosting company, they just say the code is wrong).
I think Authorize.net requires it be changed into MD5 encrypted information.
I hope someone can help me with this. This is the only shopping cart that we have found to really work with our site, and I hope I can actually use it with Authorize.net
