mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-06 00:00:29 -05:00
It's a bit unfortunate we have to do this, but this avoids an even more unfortunate interaction between rest-client and hashery that prevents passing a hash as the payload. Also update the tests appropriately. This is also a bit messy, but I didn't want to pull in Rack just for a handful of tests. Fixes #38