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

I can't use the tracking service. #128

Closed rvmartins closed 2 years ago

rvmartins commented 4 years ago

Does this API still work? How to switch to production mode? I just want to use the tracking service. If I put the production data in the credentials.php file, there is an error in the return.

tylerwood commented 4 years ago

to switch to using the production mode, uncomment this line in your code, so that you're using the production endpoint 'ws.fedex.com' instead of 'wsbeta.fedex.com':

//$rateServiceRequest->getSoapClient()->__setLocation(Request::PRODUCTION_URL); //use production URL

rvmartins commented 4 years ago

Thanks.

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.