kylewest / DotNetShipping

UPS, FedEx, USPS shipping rate calculators for .NET
MIT License
78 stars 66 forks source link

FedEx: Add option for development vs. production environments #40

Closed sahartash closed 7 years ago

sahartash commented 8 years ago

image

vincentw56 commented 8 years ago

I just tried it with your address information and it worked fine. Currently, it looks like FedEx dev environment is having issues getting any other rate than Ground. Since I don't have your FedEx account information, I cannot tell if it is an issue with your account. If you set a break point in the FedExProvider.cs file at line 136 (I think), you can check any replies coming back. Here is a screenshot:

capture

You can also download the files from FedEx and use it to make sure it is working.

https://www.fedex.com/us/developer/web-services/process.html?tab=tab2

carlosredondo commented 8 years ago

We experienced this same bug, and we found that Fedex integration wasn't returning rate information because Fedex class provider was configured to use production URL as default.

kylewest commented 7 years ago

closed by #51