kylewest / DotNetShipping

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

Use exact Weight in FedEx carrier instead of RoundWeight, added a way to specify FedEx that we want to use Account Rates instead of Listed rates #78

Closed couellet closed 3 years ago

couellet commented 6 years ago

The actual FedEx implementation uses RoundedWeight, however, sometimes package can weight less than 1 lbs and FedEx supports it already. So we get higher rates than expected. This PR fixes it.

I also added a way to specify to FedEx that we want to use Account rates instead of Listed rates.