spree-contrib / spree_active_shipping

Spree integration for Shopify's active_shipping gem.
http://guides.spreecommerce.org
134 stars 207 forks source link

spree v4 #289

Open bidva opened 4 years ago

bidva commented 4 years ago

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

staycreativedesign commented 3 years ago

Yes!! Please update dependencies :)

zavan commented 3 years ago

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