paypal / paypalhttp_ruby

MIT License
6 stars 38 forks source link

Please allow bump in Checkout-Ruby-SDK #24

Closed fabn closed 2 years ago

fabn commented 2 years ago

Please allow version bump in https://github.com/paypal/Checkout-Ruby-SDK otherwise changes made in #19 are not available to users. Alternatively could you release a 1.x version of this gem with the deprecation solved?

darkBuddha commented 2 years ago

If somebody needs this as urgently as I do, please feel free to use my fork.

Just add this in your Gemfile:

gem 'paypalhttp', '~> 2.0.0'
gem 'paypal-checkout-sdk' , git: 'https://github.com/darkBuddha/Checkout-Ruby-SDK.git'

It seems to work fine; I will not change anything else.

crookedneighbor commented 2 years ago

The Checkout-Ruby-SDK is deprecated and no longer receiving updates. You are welcome to fork it (as @darkBuddha has done) and update it yourself, or collaborate on a community fork of the SDK.