kylewest / DotNetShipping

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

UPS negotiated rates #47

Closed dotNetNoob closed 8 years ago

dotNetNoob commented 8 years ago

I saw that bmcdavid added some overloads for UPS negotiated rates, but am not sure if they were ever incorporated into the codebase?

jeffmowens commented 8 years ago

This just needs to be added in the RatingServiceSelection / Request / Shipment / element of the BuildRatesRequestMessage method of UPSProvider.cs.

<RateInformation>
        <NegotiatedRatesIndicator/>
</RateInformation>
kylewest commented 8 years ago

Pull request #32 had to be merged manually. It has been merged and released to the NuGet feed as version 0.9.4.51.