kylewest / DotNetShipping

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

Postal code of International address (ship-to) is not sent in request #67

Closed amart7 closed 7 years ago

amart7 commented 7 years ago

@kylewest I was debugging and found that PostalCode was not sent for International addresses see line 201 in "UPSProvider.cs" file and see attached file. Why do we not allow PostalCode for International Address (ship-to)? debugmadrid

amart7 commented 7 years ago

@kylewest I cannot get shipping rate for international address because zip code is not sent. Can we send zip code for International address?

kylewest commented 7 years ago

sure. send me a pull request. Thanks.

amart7 commented 7 years ago

@kylewest I am not able to send pull request. Are you able to change on your side? image

image

amart7 commented 7 years ago

@kylewest I do not have permission to submit pull request. Cabn you give me permission or modify cvode based on my notes?

amart7 commented 7 years ago

@kylewest finally I was able to create pull request: https://github.com/kylewest/DotNetShipping/pull/71

amart7 commented 7 years ago

@kylewest Sorry, how to add you as assignee/reviewr to my pull request? https://github.com/kylewest/DotNetShipping/pull/71

Soulfire86 commented 7 years ago

I'll try to take a look tonight or tomorrow unless kyle gets to it first.