17 Commits

Author SHA1 Message Date
Evan Broder
69a96ecc4b Parse URL query string in tests to deal with hash order differences
My rvm 1.8.7 Linux build of Ruby appears to generate query strings in
a different order than the test suite expected.
2012-04-23 10:00:29 -07:00
Brian Collins
00a4be73f9 Charge descriptions can be updated 2012-04-01 15:49:15 -07:00
Brian Collins
97c5d77154 Fix failing tests since baking query string into to get and delete requests 2012-04-01 13:25:02 -07:00
Greg Brockman
cfef69ac06 Store the HTTP status code, HTTP body, and parsed JSON body on exceptions 2012-01-25 16:59:56 -08:00
Sheena Pakanati
94d8bdf681 Coupon support. 2011-10-11 22:06:51 -07:00
Greg Brockman
e81afe05a1 Only exclude nil parameters 2011-10-05 13:18:24 -07:00
Greg Brockman
1a709b6d51 Don't pass nil values to the API 2011-10-05 13:13:03 -07:00
Greg Brockman
50d562ae90 Manually symbolize_names
A user ran into an issue where names were not being symbolized
properly. I guess there's some library out that breaks
:symbolize_names => true
2011-10-03 22:10:35 -07:00
Ross Boucher
5fcaa49495 Update stripe tests for newer API format. 2011-09-15 14:09:03 -07:00
Greg Brockman
21fd38e13e Add test around customer subscription cancelation 2011-07-12 23:28:37 -07:00
Bradley Grzesiak
c065589076 Fix a require in tests 2011-07-08 17:33:19 -07:00
Bradley Grzesiak
16c3d4f3b9 Update syntax to work in ruby 1.9 2011-07-08 17:28:50 -07:00
Bradley Grzesiak
b03a4165df Remove circular dependency in gemspec 2011-07-08 17:28:50 -07:00
Greg Brockman
a981f4910c Put params for get/head/delete into query string 2011-07-04 19:23:40 -07:00
Ross Boucher
98a5766381 Fix for updating subscriptions.
Also switches tests to 'shoulda' from 'context'.
2011-06-20 11:49:15 -07:00
Greg Brockman
24dcd8707e Raise InvalidRequestError if no id provided 2011-05-30 14:35:15 -07:00
Greg Brockman
0813418b74 1.5.0 release 2011-05-26 11:47:01 -07:00