Paypal api – How to fix NoMethodError undefined method `escape' for URI:Module?
I'm following this guide for implementing the PayPal REST API in my Rails app, and it gives an error that's said in the title, specifically pointing to this line in the code under create_order. response = @client.execute request I'm sure…