woocommerce / wc-api-ruby

A Ruby wrapper for the WooCommerce API.
MIT License
69 stars 73 forks source link

Encode spaces in query string for oauth signature #16

Closed danielhoey closed 8 years ago

danielhoey commented 8 years ago

CGI::escape encodes a space as '+' but we need it as %20

Fixes #14