Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spree v4 #289

Open
bidva opened this issue Jun 30, 2020 · 2 comments
Open

spree v4 #289

bidva opened this issue Jun 30, 2020 · 2 comments

Comments

@bidva
Copy link

bidva commented Jun 30, 2020

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

@staycreativedesign
Copy link

Yes!! Please update dependencies :)

@zavan
Copy link

zavan commented Apr 3, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants