Shopify / active_shipping

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

Re-authenticate with stamps api on two additional faults. #545

Closed rdunlop closed 6 years ago

rdunlop commented 6 years ago

According to the Stamps API documentation re-authenticating is also a potential fix for 'Conversation Out-Of-Sync' and 'Invalid Conversation Token' faults.

Ref: http://developer.stamps.com/assets/documents/developer/downloads/Stamps.com_SWSIM_Reference_v42.pdf

Note: This is just bringing back https://github.com/Shopify/active_shipping/pull/312, but with CI passing. CI was failing on #312 due to bad luck... @kvanwagenen forked the project while it was broken ( https://github.com/Shopify/active_shipping/commit/9ac1bb447068fd141edd2f78f6f66d5bf9e81c70 fixed the remote test failure)