
Originally Posted by
billc108
Or is there some code that I can throw in there to very simply capture what Auth is sending back and display it on the browser?
The debug logging in v1.3.7 does that - captures what is received and stores it to file and/or emails it. Well, for failures it does. If you want to make it log successes too, run this via Install SQL Patch tool:
Code:
UPDATE configuration set configuration_value = 'All' where configuration_key = 'MODULE_PAYMENT_AUTHORIZENET_AIM_DEBUGGING';
... this will cause it to log successes as well, which is apparently what's needed in the current case.