Miss E. Laneous, Etc Posted October 10, 2008 Posted October 10, 2008 I have installed the new USPS Methods and gotten USPS to turn on the production server for me. My question is - where do I place the URLs for the production server they have given me? I have been trying to look for that line in the files. I am not sure which file it should be in and I have to conduct the search line by line, which is taking forever. Can someone give me a clue so I can insert these URLs? Thanks for the help :) Quote
hwkd Posted October 13, 2008 Posted October 13, 2008 I have installed the new USPS Methods and gotten USPS to turn on the production server for me. My question is - where do I place the URLs for the production server they have given me? I have been trying to look for that line in the files. I am not sure which file it should be in and I have to conduct the search line by line, which is taking forever. Can someone give me a clue so I can insert these URLs? Thanks for the help :) Hey, If I understand the question correctly, the answer is in: includes/languages/modules/payments/authorizenet_cc_aim.php two URLs should look like this and should be a different color in php editor or text editor. switch (MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_SERVER) { case 'Live': $gateway_url = 'https://secure.authorize.net/gateway/transact.dll'; break; default: $gateway_url = 'https://secure.authorize.net/gateway/transact.dll'; break; } Quote
rcarmickle Posted October 14, 2008 Posted October 14, 2008 I need an answer to this also. I have tried all kind of things and nothing is working. even tried loading the newest contribution and it don't work either. Contacted postal service but they said I'm hooked up. And obviously authorize.net is the solution for usps. :( PLEASE HELP !!! Quote
Miss E. Laneous, Etc Posted October 14, 2008 Author Posted October 14, 2008 Hey, If I understand the question correctly, the answer is in: includes/languages/modules/payments/authorizenet_cc_aim.php two URLs should look like this and should be a different color in php editor or text editor. switch (MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_SERVER) { case 'Live': $gateway_url = 'https://secure.authorize.net/gateway/transact.dll'; break; default: $gateway_url = 'https://secure.authorize.net/gateway/transact.dll'; break; } Quote
Miss E. Laneous, Etc Posted October 14, 2008 Author Posted October 14, 2008 Hey, If I understand the question correctly, the answer is in: includes/languages/modules/payments/authorizenet_cc_aim.php two URLs should look like this and should be a different color in php editor or text editor. switch (MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_SERVER) { case 'Live': $gateway_url = 'https://secure.authorize.net/gateway/transact.dll'; break; default: $gateway_url = 'https://secure.authorize.net/gateway/transact.dll'; break; } Quote
Miss E. Laneous, Etc Posted October 14, 2008 Author Posted October 14, 2008 I am not sure how an authorize payment fix relates to the http: pathnames provided by the USPS folks to access their server for mailing/shipping orders? Quote
rcarmickle Posted October 14, 2008 Posted October 14, 2008 I am not sure how an authorize payment fix relates to the http: pathnames provided by the USPS folks to access their server for mailing/shipping orders? :blush: OOPs sorry I meant to say "Oviously authorize.net DOES NOT fix a problem for usps. So once again, CAN SOMEONE HELP US PLEASE !!!! Quote
hwkd Posted October 14, 2008 Posted October 14, 2008 :blush: OOPs sorry I meant to say "Oviously authorize.net DOES NOT fix a problem for usps. So once again, CAN SOMEONE HELP US PLEASE !!!! Here is the forum thread that put it together for me. http://www.oscommerce.com/forums/lofiversion/i...hp?t220583.html Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.