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
I forked active_shipping, fixed some stuff, and added UPS back. You can find it here. All unit tests are passing.
I also forked spree_active_shipping, fixed some stuff for it to work with Spree 4.2, and made some improvements. It requires the active_merchant fork/branch that I mentioned above for it to work. You can find it here.
To add them to your application:
gem'deface'# Required by spree_active_shipping and not bundled by default with Spree 4.2.gem'active_shipping',github: 'zavan/active_shipping',branch: 'ups'gem'spree_active_shipping',github: 'zavan/spree_active_shipping',branch: 'spree4.2'
I tested Fedex and UPS on my application and they both worked, but I can't guarantee anything (not even that I'll keep updating them or make releases, but PRs are welcome).
Hey
I'm just curious if you have plans to upgrading dependencies?
The text was updated successfully, but these errors were encountered: