JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

Switch from Testing to Production #133

Closed dspeer closed 2 years ago

dspeer commented 4 years ago

Hello! I have everything working, and now I am making the switch to Production environment. I am doing this by setting the URI in 'TESTING' to the same as in PRODUCTION and changing the credentials file. But that can't be the solution. Is there a way to do this by changing one setting? I figured this out for shipment request but not for address validation

imykie commented 4 years ago

I have the same question as well

iMezied commented 4 years ago

I tried this as mentioned in the example and the same result, fail with an authentication after tracking the request I fount the get rate service use shipment endpoint in production I solved this by set the production URL as a string as below $rateServiceRequest->getSoapClient()->__setLocation('https://ws.fedex.com:443/web-services/rate');

I hope this useful

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.