Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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 :)

Posted
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;

}

Posted

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 !!!

Posted
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;

}

Posted
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;

}

Posted
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 !!!!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...