I have tried following instructions for all threads I was able to go through. Cannot get this to work.
Authorize.net is in Testmode. using https://secure.authorize.net/gateway/transact.dll and passing in Testmode string = true, I still cannot get an authorized response.
Debugging the Authorize_net Gateway module code, at the point in the override "AutoResponse" where "If Not Request.Form("x_response_code") Is Nothing Then"
Nothing is being returned and I have no way to validate if the sub is working or to hash out what needs to be done to complete the test transaction.
The Blank skin page shows the the right module, but no data nor paymentOK.msg template is displayed, but I receive the email informing me of my purchase.
I'm at wits end...how do I know this will work for real if the tests do not allow me to verify?
Using
Authorize.net is in Testmode. using https://secure.authorize.net/gateway/transact.dll and passing in Testmode string = true, I still cannot get an authorized response.
Debugging the Authorize_net Gateway module code, at the point in the override "AutoResponse" where "If Not Request.Form("x_response_code") Is Nothing Then"
Nothing is being returned and I have no way to validate if the sub is working or to hash out what needs to be done to complete the test transaction.
The Blank skin page shows the the right module, but no data nor paymentOK.msg template is displayed, but I receive the email informing me of my purchase.
I'm at wits end...how do I know this will work for real if the tests do not allow me to verify?
Using