paypal / paypalhttp_ruby

MIT License
6 stars 38 forks source link

Fix/CGI.escape Function Issue #23

Closed camlau-pp-dev closed 2 years ago

camlau-pp-dev commented 2 years ago

Overview

RUBY_PR_IMAGE

hlahlou-pp-dev commented 2 years ago

This change also reverts the functionality for encoding spaces, as CGI would make " " => "+" while this URI Parser replaces spaces with " " => "%20"