DotNetShipping icon indicating copy to clipboard operation
DotNetShipping copied to clipboard

Returning Charges even wrong postal code

Open dotnetclassic opened this issue 7 years ago • 1 comments

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 avatar Apr 25 '18 19:04 dotnetclassic

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

dotnetclassic avatar Apr 25 '18 19:04 dotnetclassic