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
{{ message }}
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
I'm running in to an issue when calculating shipping for packages. See below for the setup. The shipping_service object is just ActiveShipping::USPS.new(login: 'my-login-key')
I'm running in to an issue when calculating shipping for packages. See below for the setup. The
shipping_service
object is justActiveShipping::USPS.new(login: 'my-login-key')
This seems to work when I just do 1 package (doesn't matter which one) but it never has worked with 2 packages.
Any thoughts?
The text was updated successfully, but these errors were encountered: