Shopify / active_shipping

ActiveShipping is a simple shipping abstraction library extracted from Shopify
http://shopify.github.io/active_shipping
MIT License
812 stars 547 forks source link

Should pass state for FedEx rates #305

Open trishume opened 9 years ago

trishume commented 9 years ago

Currently for US addresses we don't pass the state on FedEx rate lookups. It seems FedEx has changed their API and now want states but they are doing the transition somewhat gracefully and allowing non-stated states for now and just giving a warning.

The warning given is "NOTE - 820: The destination state/province code has been changed."

This is mostly guesswork based on the warning and the fact that we don't pass through states. I don't have a recent copy of the API docs on hand right now to check.

@eboswort @kmcphillips

jimhj commented 7 years ago

same issue