kylewest / DotNetShipping

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

insured value in UPS provider #1

Closed kylewest closed 9 years ago

szuranski commented 9 years ago

I am passing in a value of 150 for the insuredValue parameter in the packages.Add method. If I use the shipping calculator at UPS Shipping Calculator there is a $2.70 declared value fee added to the total. The shipment rate I get back after calling the GetRates method is exactly $2.70 less. It appears adding the isurance cost to the total has not been implemented. Is my assumption correct?

kylewest commented 9 years ago

UPS now properly handles package insured value. If you are still having issues with it please post a sample package.