You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Create the XML, CountryCode of Shipment.OriginAddress.CountryCode is not wriiten. Due to this shipping rates for shippings which have origin country Canada not comes.
When I insert 'writer.WriteElementString("CountryCode", Shipment.OriginAddress.CountryCode);' at UPSProvider 176 It stared to giving shipping rates for Canada.
The text was updated successfully, but these errors were encountered:
While Create the XML, CountryCode of Shipment.OriginAddress.CountryCode is not wriiten. Due to this shipping rates for shippings which have origin country Canada not comes.
When I insert 'writer.WriteElementString("CountryCode", Shipment.OriginAddress.CountryCode);' at UPSProvider 176 It stared to giving shipping rates for Canada.
The text was updated successfully, but these errors were encountered: