Wow, I THINK i found the problem.


I just noticed something in the A.NET Log file.

"
[Session] => 4a4c2470f47ddd2153a9874e1df72209
[x_test_request] => TRUE
[url] => https://secure.authorize.net/gateway/transact.dll
"

it seems to be posting to https://secure.authorize.net/gateway/transact.dll instead of https://test.authorize.net/gateway/transact.dll

What would be the best way to fix this? What variable determines where A.NET module post to? Should I go into the php file and hard-code in the correct test address.

Thanks again, DrByte.