kylewest / DotNetShipping

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

Returning Charges even wrong postal code #85

Open dotnetclassic opened 6 years ago

dotnetclassic commented 6 years ago

I am trying to get providers and rates with wrong destination postal code and it still getting rates

`var origin = new Address("", "", "72204", "US");

var destination = new Address("", "", "11111111111111111111111111", "US"); // US Address`

dotnetclassic commented 6 years ago

See result it should not give rates with wrong postal code. https://www.screencast.com/t/LLUSkjcdQ