AuthorizeNet.CustomerGateway(...).Authorize(order)
and
Authorize,netGateway(...).Send(authoirzationrequest)
Don't they both essentially do the same thing?
Solved! Go to Solution.
โ07-22-2014 01:48 PM
It looks like when I change it to ServiceMode.Live, it also changes the URL which it points to.
My data is in the sandbox, not production. If I have to set the ServiceMode to Live, I still want to be pointing to the sandbox.
Anyway around this?
โ07-22-2014 04:41 PM
turn testmode off on your merchant account under account settings
https://sandbox.authorize.net/
and set it back to ServiceMode.test
the servicemode is not the same as testmode, as you have discover it change where the url is location.
โ07-22-2014 05:41 PM
Ok that fixed the issue. Thanks!
One last questions.... What is Test Mode used for?
โ07-23-2014 08:02 AM
โ07-23-2014 08:22 AM
Thanks!
โ07-23-2014 09:38 AM