paypal / paypalhttp_ruby

MIT License
6 stars 38 forks source link

Add Support for Ruby 3.x #10

Closed cshirley closed 2 years ago

cshirley commented 3 years ago

Issue

Ruby 3.x removed support for URI::Escape, which is used in the form_encoded serialize.

Resolution

Replaced URI:Escape with CGI:Escape

thushw commented 3 years ago

I'd like this to be addressed too. Can't use the payouts lib because of this bug.

otikev commented 3 years ago

Can't upgrade to Ruby 3.x because of the issue addressed in this PR. This should be merged ASAP.

rbclark commented 3 years ago

@HDLahlou Please address one of the PRs on this issue, it is blocking everyone from having the ability to use ruby 3.0.

pablogfb commented 2 years ago

Merge this please

crookedneighbor commented 2 years ago

This is fixed in v2.0.0, which was just released.