spree_active_shipping icon indicating copy to clipboard operation
spree_active_shipping copied to clipboard

spree v4

Open bidva opened this issue 4 years ago • 2 comments

Hey I'm just curious if you have plans to upgrading dependencies?

bidva avatar Jun 30 '20 06:06 bidva

Yes!! Please update dependencies :)

staycreativedesign avatar Dec 18 '20 14:12 staycreativedesign

If anyone bumps into this:

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).

zavan avatar Apr 03 '21 12:04 zavan