mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
I added this for a regression suite so that 1.8.7 could pass its tests, but unfortunately this caused a regression in the way that parameters are encoded for arrays of hashes. This patch reverts the change and adds tests to detect a future regression. (And 1.8.7 is expected to fail on this initial commit.)