Hi,
I've followed the instructions in this thread, but got a bit lost since there now seems to be more references to the Authorize.net Web site in the authorizenet_aim.php code now.
I assume I need to adjust the following code:
Code:
// set URL
$url = 'https://secure.authorize.net/gateway/transact.dll';
if (defined('AUTHORIZENET_DEVELOPER_MODE')) {
if (AUTHORIZENET_DEVELOPER_MODE == 'on') $url = 'https://test.authorize.net/gateway/transact.dll';
if (AUTHORIZENET_DEVELOPER_MODE == 'echo' || MODULE_PAYMENT_AUTHORIZENET_AIM_DEBUGGING == 'echo') $url = 'https://developer.authorize.net/param_dump.asp';
if (AUTHORIZENET_DEVELOPER_MODE == 'certify') $url = 'https://certification.authorize.net/gateway/transact.dll';
}
if (MODULE_PAYMENT_AUTHORIZENET_AIM_DEBUGGING == 'echo') $url = 'https://developer.authorize.net/param_dump.asp';
So, I'm planning on using the following as suggested in the post (originating in 2007) above.
So, there are five references to authorize.net Web sites in the current PHP page code as noted above, but the post only references three URLs, so I'm missing two of the needed URLs.
Any suggestions?
Thanks in advance.
- Running Zen Cart 1.3.8a
- This is a new store, without any previous CC processing working yet
- No add ons yet
- I've been customizing a theme a bit
- URL is https://shop.grayguns.com
Bookmarks