spree-contrib / better_spree_paypal_express

A better Spree PayPal Express Extension.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
110 stars 270 forks source link

its support with spree 3.2.0 ? #193

Closed suryatresna closed 6 years ago

suryatresna commented 7 years ago

Helo, i am use spree 3.2.0 with rails 5. when i trying install this repo gem 'spree_paypal_express', github: 'spree-contrib/better_spree_paypal_express', branch: '3-0-stable' i get this error.

Bundler could not find compatible versions for gem "spree_core":
  In snapshot (Gemfile.lock):
    spree_core (= 3.2.0.rc2)

  In Gemfile:
    spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
      spree_core (= 3.2.0.rc2)

    spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
      spree_core (= 3.2.0.rc2)

    spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
      spree_core (= 3.2.0.rc2)

    spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
      spree_core (= 3.2.0.rc2)

    spree (~> 3.2.0.rc1) was resolved to 3.2.0.rc2, which depends on
      spree_core (= 3.2.0.rc2)

    spree_gateway (~> 3.2.0.beta) was resolved to 3.2.0.beta, which depends on
      spree_core (< 4.0, >= 3.1.0)

    spree_gateway (~> 3.2.0.beta) was resolved to 3.2.0.beta, which depends on
      spree_core (< 4.0, >= 3.1.0)

    spree_paypal_express was resolved to 2.0.3, which depends on
      spree_core (~> 2.4.0)

can it make support with it.

thanks,

jomarbarnobal commented 7 years ago

same

Shanison commented 7 years ago

The 3-0-stable branch's source code is working fine with Spree 3.2.0 but needs to bump up the dependency request. I have created a new 3-2-stable branch and have sent in a pull request. https://github.com/spree-contrib/better_spree_paypal_express/pull/194

If you wish to use immediately, you can checkout the code from https://github.com/Shanison/better_spree_paypal_express

jomarbarnobal commented 7 years ago

is it working now ?

justinemar commented 6 years ago

How about 3.3?

damianlegawiec commented 6 years ago

@suryatresna @jomarbarnobal @justinemar

master branch now works with Spree 3.1, 3.2, 3.3 and 3.4 :)