kylewest / DotNetShipping

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

Fedex UK destination addresses return no rates #36

Closed cbotha24 closed 8 years ago

cbotha24 commented 8 years ago

UK Destination addresses result in a rate type of INTERNATIONAL_FIRST which is not included in the _serviceCodes Dictionary in the FedexProvider. This results in an exception being thrown when the rate is added and no rates being added to the shipment.

kylewest commented 8 years ago

Can you please provide sample code to recreate this issue? I just tried a UK address and did not have any issues. Thanks,

Kyle