recurly 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of recurly might be problematic. Click here for more details.

Files changed (65) hide show
  1. data/lib/patches/rails2/active_resource/connection.rb +10 -0
  2. data/lib/patches/{active_resource → rails3/active_resource}/connection.rb +0 -0
  3. data/lib/recurly.rb +7 -2
  4. data/lib/recurly/transparent.rb +4 -1
  5. data/lib/recurly/version.rb +1 -1
  6. data/spec/integration/transaction_spec.rb +5 -2
  7. data/spec/unit/transparent_spec.rb +59 -1
  8. data/spec/vcr/account/accept-language-account/1297746103.yml +8 -11
  9. data/spec/vcr/account/close/1297746103.yml +23 -30
  10. data/spec/vcr/account/create-blank/1297746103.yml +5 -7
  11. data/spec/vcr/account/create-duplicate/1297746103.yml +13 -18
  12. data/spec/vcr/account/create-min/1297746103.yml +8 -11
  13. data/spec/vcr/account/create/1297746103.yml +8 -11
  14. data/spec/vcr/account/find/1297746103.yml +22 -29
  15. data/spec/vcr/account/list/1297746103.yml +150 -196
  16. data/spec/vcr/account/update/1297746103.yml +37 -46
  17. data/spec/vcr/billing/create/1298594128.yml +24 -31
  18. data/spec/vcr/billing/destroy/1298594128.yml +35 -46
  19. data/spec/vcr/billing/find/1298594128.yml +32 -41
  20. data/spec/vcr/billing/update/1298594128.yml +32 -41
  21. data/spec/vcr/charge/create/1297746103.yml +36 -45
  22. data/spec/vcr/charge/delete-uninvoiced/1297746103.yml +46 -59
  23. data/spec/vcr/charge/list-all/1297746103.yml +51 -62
  24. data/spec/vcr/charge/list-invoiced/1297746103.yml +82 -97
  25. data/spec/vcr/charge/list-pending/1297746103.yml +51 -62
  26. data/spec/vcr/charge/lookup/1297746103.yml +28 -35
  27. data/spec/vcr/coupon/create/1299714521.yml +23 -30
  28. data/spec/vcr/coupon/destroy/1299714521.yml +26 -35
  29. data/spec/vcr/credit/create/1299714599.yml +28 -35
  30. data/spec/vcr/credit/delete/1299714599.yml +41 -52
  31. data/spec/vcr/credit/list/1299714599.yml +51 -62
  32. data/spec/vcr/credit/lookup/1299714599.yml +28 -35
  33. data/spec/vcr/invoice/create-no-charges/1297746103.yml +21 -28
  34. data/spec/vcr/invoice/create/1297746103.yml +50 -61
  35. data/spec/vcr/invoice/list/1297746103.yml +73 -88
  36. data/spec/vcr/invoice/lookup/1297746103.yml +52 -63
  37. data/spec/vcr/plan/all.yml +18 -24
  38. data/spec/vcr/plan/find.yml +18 -24
  39. data/spec/vcr/plan/update.yml +18 -24
  40. data/spec/vcr/subscription/addons/add/1297746103.yml +331 -38
  41. data/spec/vcr/subscription/addons/create/1297746103.yml +331 -38
  42. data/spec/vcr/subscription/addons/remove/1297746103.yml +331 -38
  43. data/spec/vcr/subscription/cancel-with-code/1297746103.yml +71 -86
  44. data/spec/vcr/subscription/cancel/1297746103.yml +59 -72
  45. data/spec/vcr/subscription/change1/1297746103.yml +55 -68
  46. data/spec/vcr/subscription/change2/1297746103.yml +55 -68
  47. data/spec/vcr/subscription/create/1297746103.yml +25 -32
  48. data/spec/vcr/subscription/find/1297746103.yml +35 -44
  49. data/spec/vcr/subscription/reactivate/1297746103.yml +64 -79
  50. data/spec/vcr/subscription/refund-full/1297746103.yml +52 -65
  51. data/spec/vcr/subscription/refund-none/1297746103.yml +52 -65
  52. data/spec/vcr/subscription/refund-partial/1297746103.yml +52 -65
  53. data/spec/vcr/transaction/all/1300473500.yml +387 -0
  54. data/spec/vcr/transaction/create-no-account/{1297746103.yml → 1300473500.yml} +19 -22
  55. data/spec/vcr/transaction/create-with-account/{1297746103.yml → 1300473500.yml} +55 -43
  56. data/spec/vcr/transaction/list-filled/1300473500.yml +603 -0
  57. data/spec/vcr/transaction/list-initial/{1297746103.yml → 1300473500.yml} +45 -52
  58. data/spec/vcr/transaction/lookup/1300473500.yml +561 -0
  59. data/spec/vcr/transaction/refund/{1297746103.yml → 1300473500.yml} +113 -41
  60. data/spec/vcr/transaction/void/1300473500.yml +620 -0
  61. metadata +21 -20
  62. data/spec/vcr/transaction/all/1297746103.yml +0 -389
  63. data/spec/vcr/transaction/list-filled/1297746103.yml +0 -213
  64. data/spec/vcr/transaction/lookup/1297746103.yml +0 -213
  65. data/spec/vcr/transaction/void/1297746103.yml +0 -213
@@ -32,27 +32,24 @@
32
32
  response: !ruby/struct:VCR::Response
33
33
  status: !ruby/struct:VCR::ResponseStatus
34
34
  code: 201
35
- message: "Created "
35
+ message: Created
36
36
  headers:
37
37
  cache-control:
38
38
  - no-cache
39
39
  location:
40
40
  - http://app.recurly.local:3000/accounts/account-create-1297746103
41
41
  x-runtime:
42
- - "449"
42
+ - "314"
43
43
  content-type:
44
44
  - application/xml; charset=utf-8
45
45
  content-length:
46
46
  - "583"
47
- server:
48
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
49
- date:
50
- - Fri, 11 Mar 2011 18:45:45 GMT
47
+ set-cookie:
48
+ - _recurly_session=d03108b7097a27a0767e8aabf17714f3; domain=.recurly.local; path=/; HttpOnly
51
49
  connection:
52
50
  - close
53
- set-cookie:
54
- - account_credentials=bd0944dfe2017bbfd67692efb2354b46904c8f2c155207933c1c21f90e232bdebeda4b0a3e6934d272d7f12a3aea1b15af90efbfabcc068a0a14be912398f928%3A%3A; domain=.recurly.local; path=/
55
- - _recurly_session=ba0113cf8727f3875945727b2d28a0ab; domain=.recurly.local; path=/; HttpOnly
51
+ server:
52
+ - thin 1.2.7 codename No Hup
56
53
  body: |
57
54
  <?xml version="1.0" encoding="UTF-8"?>
58
55
  <account>
@@ -65,8 +62,8 @@
65
62
  <company_name>Recurly Ruby Gem</company_name>
66
63
  <balance_in_cents type="integer">0</balance_in_cents>
67
64
  <closed type="boolean">false</closed>
68
- <hosted_login_token>44c14fd5c80347b9995d73178a593897</hosted_login_token>
69
- <created_at type="datetime">2011-03-11T18:45:44Z</created_at>
65
+ <hosted_login_token>7e2960f749fc4a7aa33e91f2ca7e9dff</hosted_login_token>
66
+ <created_at type="datetime">2011-03-18T18:45:43Z</created_at>
70
67
  <state>active</state>
71
68
  </account>
72
69
 
@@ -32,27 +32,24 @@
32
32
  response: !ruby/struct:VCR::Response
33
33
  status: !ruby/struct:VCR::ResponseStatus
34
34
  code: 201
35
- message: "Created "
35
+ message: Created
36
36
  headers:
37
37
  cache-control:
38
38
  - no-cache
39
39
  location:
40
40
  - http://app.recurly.local:3000/accounts/account-get-1297746103
41
41
  x-runtime:
42
- - "357"
42
+ - "464"
43
43
  content-type:
44
44
  - application/xml; charset=utf-8
45
45
  content-length:
46
46
  - "577"
47
- server:
48
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
49
- date:
50
- - Fri, 11 Mar 2011 18:45:48 GMT
47
+ set-cookie:
48
+ - _recurly_session=8dad887af61acd3ae6e1b64aca385875; domain=.recurly.local; path=/; HttpOnly
51
49
  connection:
52
50
  - close
53
- set-cookie:
54
- - account_credentials=55f740f1b3305420116008519a23e0abbf5a465c7a9c4f16226e963f446e7cf813d6c25684d92fc2cf63454ab2419bfef58d307e8cc6e8f8f8a9ac4b79cd9338%3A%3A; domain=.recurly.local; path=/
55
- - _recurly_session=d3819ca518bcaf03a30a3db01c26a410; domain=.recurly.local; path=/; HttpOnly
51
+ server:
52
+ - thin 1.2.7 codename No Hup
56
53
  body: |
57
54
  <?xml version="1.0" encoding="UTF-8"?>
58
55
  <account>
@@ -65,8 +62,8 @@
65
62
  <company_name>Recurly Ruby Gem</company_name>
66
63
  <balance_in_cents type="integer">0</balance_in_cents>
67
64
  <closed type="boolean">false</closed>
68
- <hosted_login_token>aa928e42c7454ca987a4df3be71fe5fc</hosted_login_token>
69
- <created_at type="datetime">2011-03-11T18:45:48Z</created_at>
65
+ <hosted_login_token>80ebc83e86b74e1abfec70c5001590d2</hosted_login_token>
66
+ <created_at type="datetime">2011-03-18T18:46:01Z</created_at>
70
67
  <state>active</state>
71
68
  </account>
72
69
 
@@ -90,26 +87,24 @@
90
87
  response: !ruby/struct:VCR::Response
91
88
  status: !ruby/struct:VCR::ResponseStatus
92
89
  code: 200
93
- message: "OK "
90
+ message: OK
94
91
  headers:
95
92
  x-runtime:
96
- - "170"
93
+ - "266"
97
94
  content-type:
98
95
  - application/xml; charset=utf-8
99
96
  etag:
100
- - "\"f2e9d7bce54dde44753f9948996aafb6\""
97
+ - "\"3fb9d62c339c4ad9d9341948d31d58e5\""
101
98
  cache-control:
102
99
  - private, max-age=0, must-revalidate
103
100
  content-length:
104
101
  - "577"
105
- server:
106
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
107
- date:
108
- - Fri, 11 Mar 2011 18:45:50 GMT
102
+ set-cookie:
103
+ - _recurly_session=3dd92cbdfa692acad2821bf55cf65678; domain=.recurly.local; path=/; HttpOnly
109
104
  connection:
110
105
  - close
111
- set-cookie:
112
- - _recurly_session=bdf4b64dc1409ce563773fa07283ea9d; domain=.recurly.local; path=/; HttpOnly
106
+ server:
107
+ - thin 1.2.7 codename No Hup
113
108
  body: |
114
109
  <?xml version="1.0" encoding="UTF-8"?>
115
110
  <account>
@@ -122,8 +117,8 @@
122
117
  <company_name>Recurly Ruby Gem</company_name>
123
118
  <balance_in_cents type="integer">0</balance_in_cents>
124
119
  <closed type="boolean">false</closed>
125
- <hosted_login_token>aa928e42c7454ca987a4df3be71fe5fc</hosted_login_token>
126
- <created_at type="datetime">2011-03-11T18:45:48Z</created_at>
120
+ <hosted_login_token>80ebc83e86b74e1abfec70c5001590d2</hosted_login_token>
121
+ <created_at type="datetime">2011-03-18T18:46:01Z</created_at>
127
122
  <state>active</state>
128
123
  </account>
129
124
 
@@ -147,7 +142,7 @@
147
142
  response: !ruby/struct:VCR::Response
148
143
  status: !ruby/struct:VCR::ResponseStatus
149
144
  code: 404
150
- message: "Not Found "
145
+ message: Not Found
151
146
  headers:
152
147
  cache-control:
153
148
  - no-cache
@@ -155,14 +150,12 @@
155
150
  - application/xml; charset=utf-8
156
151
  content-length:
157
152
  - "93"
158
- server:
159
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
160
- date:
161
- - Fri, 11 Mar 2011 18:45:52 GMT
153
+ set-cookie:
154
+ - _recurly_session=6319a4e1b64f06415420291e8cbcec7a; domain=.recurly.local; path=/; HttpOnly
162
155
  connection:
163
156
  - close
164
- set-cookie:
165
- - _recurly_session=ebfd522fb528213931b1aadc4348e46d; domain=.recurly.local; path=/; HttpOnly
157
+ server:
158
+ - thin 1.2.7 codename No Hup
166
159
  body: |
167
160
  <?xml version="1.0" encoding="UTF-8"?>
168
161
  <errors>
@@ -32,27 +32,24 @@
32
32
  response: !ruby/struct:VCR::Response
33
33
  status: !ruby/struct:VCR::ResponseStatus
34
34
  code: 201
35
- message: "Created "
35
+ message: Created
36
36
  headers:
37
37
  cache-control:
38
38
  - no-cache
39
39
  location:
40
40
  - http://app.recurly.local:3000/accounts/account-list-num-0-1297746103
41
41
  x-runtime:
42
- - "415"
42
+ - "320"
43
43
  content-type:
44
44
  - application/xml; charset=utf-8
45
45
  content-length:
46
46
  - "591"
47
- server:
48
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
49
- date:
50
- - Fri, 11 Mar 2011 18:45:54 GMT
47
+ set-cookie:
48
+ - _recurly_session=22d0beeff2f9a68acb46cc05550ee9f1; domain=.recurly.local; path=/; HttpOnly
51
49
  connection:
52
50
  - close
53
- set-cookie:
54
- - account_credentials=fe84280687cff55f891d7dc2981ac8719cfb4c4b6f9a2505e47948359350a384bbfdcb88840d134245d22d57a7072034bdcb60dbee2766899e68da4ab08cfb39%3A%3A; domain=.recurly.local; path=/
55
- - _recurly_session=ab773a146c823348dd27672fff6ffc73; domain=.recurly.local; path=/; HttpOnly
51
+ server:
52
+ - thin 1.2.7 codename No Hup
56
53
  body: |
57
54
  <?xml version="1.0" encoding="UTF-8"?>
58
55
  <account>
@@ -65,8 +62,8 @@
65
62
  <company_name>Recurly Ruby Gem</company_name>
66
63
  <balance_in_cents type="integer">0</balance_in_cents>
67
64
  <closed type="boolean">false</closed>
68
- <hosted_login_token>52a23c6e2c9e4539b4a28c956e84f673</hosted_login_token>
69
- <created_at type="datetime">2011-03-11T18:45:54Z</created_at>
65
+ <hosted_login_token>75b13bea9ee542dd94f25a1d00ca3632</hosted_login_token>
66
+ <created_at type="datetime">2011-03-18T18:46:07Z</created_at>
70
67
  <state>active</state>
71
68
  </account>
72
69
 
@@ -104,27 +101,24 @@
104
101
  response: !ruby/struct:VCR::Response
105
102
  status: !ruby/struct:VCR::ResponseStatus
106
103
  code: 201
107
- message: "Created "
104
+ message: Created
108
105
  headers:
109
106
  cache-control:
110
107
  - no-cache
111
108
  location:
112
109
  - http://app.recurly.local:3000/accounts/account-list-num-1-1297746103
113
110
  x-runtime:
114
- - "355"
111
+ - "486"
115
112
  content-type:
116
113
  - application/xml; charset=utf-8
117
114
  content-length:
118
115
  - "591"
119
- server:
120
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
121
- date:
122
- - Fri, 11 Mar 2011 18:45:55 GMT
116
+ set-cookie:
117
+ - _recurly_session=9b5641771e09e88c793ad4be2a27d095; domain=.recurly.local; path=/; HttpOnly
123
118
  connection:
124
119
  - close
125
- set-cookie:
126
- - account_credentials=c2c3d8abd77114d86d9b1621ad671bf30b02cbd3a07cf51dd48b2f3b614fcfe802e8128a2299433ae0745ba4a648d8c8aceb82dbf3b7580a34055e3a9063fee1%3A%3A; domain=.recurly.local; path=/
127
- - _recurly_session=fdfa1369f7f7a12c8ed33dd487814a22; domain=.recurly.local; path=/; HttpOnly
120
+ server:
121
+ - thin 1.2.7 codename No Hup
128
122
  body: |
129
123
  <?xml version="1.0" encoding="UTF-8"?>
130
124
  <account>
@@ -137,8 +131,8 @@
137
131
  <company_name>Recurly Ruby Gem</company_name>
138
132
  <balance_in_cents type="integer">0</balance_in_cents>
139
133
  <closed type="boolean">false</closed>
140
- <hosted_login_token>5733ead32c3f48b4b1ff9872eb904b85</hosted_login_token>
141
- <created_at type="datetime">2011-03-11T18:45:55Z</created_at>
134
+ <hosted_login_token>d5170207a94944959eaaa6d3e2ab8b67</hosted_login_token>
135
+ <created_at type="datetime">2011-03-18T18:46:09Z</created_at>
142
136
  <state>active</state>
143
137
  </account>
144
138
 
@@ -176,27 +170,24 @@
176
170
  response: !ruby/struct:VCR::Response
177
171
  status: !ruby/struct:VCR::ResponseStatus
178
172
  code: 201
179
- message: "Created "
173
+ message: Created
180
174
  headers:
181
175
  cache-control:
182
176
  - no-cache
183
177
  location:
184
178
  - http://app.recurly.local:3000/accounts/account-list-num-2-1297746103
185
179
  x-runtime:
186
- - "362"
180
+ - "427"
187
181
  content-type:
188
182
  - application/xml; charset=utf-8
189
183
  content-length:
190
184
  - "591"
191
- server:
192
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
193
- date:
194
- - Fri, 11 Mar 2011 18:45:57 GMT
185
+ set-cookie:
186
+ - _recurly_session=106481790c035ea75f04ab81b15e5b0d; domain=.recurly.local; path=/; HttpOnly
195
187
  connection:
196
188
  - close
197
- set-cookie:
198
- - account_credentials=4b429b8df59ef9896c25014765354e50329ed970c9e374bd1180016276ca9d224546db1dad622ef4d2ee2ec228de67139db8bc186cbfa29c07b3b25fb15902e1%3A%3A; domain=.recurly.local; path=/
199
- - _recurly_session=ccbb477bbd4e6b78392e732bfb6cb754; domain=.recurly.local; path=/; HttpOnly
189
+ server:
190
+ - thin 1.2.7 codename No Hup
200
191
  body: |
201
192
  <?xml version="1.0" encoding="UTF-8"?>
202
193
  <account>
@@ -209,8 +200,8 @@
209
200
  <company_name>Recurly Ruby Gem</company_name>
210
201
  <balance_in_cents type="integer">0</balance_in_cents>
211
202
  <closed type="boolean">false</closed>
212
- <hosted_login_token>1c94344ec3e6433fab6f547a09b08704</hosted_login_token>
213
- <created_at type="datetime">2011-03-11T18:45:57Z</created_at>
203
+ <hosted_login_token>b06d728c30ef4ac48add5c524b97838c</hosted_login_token>
204
+ <created_at type="datetime">2011-03-18T18:46:12Z</created_at>
214
205
  <state>active</state>
215
206
  </account>
216
207
 
@@ -248,27 +239,24 @@
248
239
  response: !ruby/struct:VCR::Response
249
240
  status: !ruby/struct:VCR::ResponseStatus
250
241
  code: 201
251
- message: "Created "
242
+ message: Created
252
243
  headers:
253
244
  cache-control:
254
245
  - no-cache
255
246
  location:
256
247
  - http://app.recurly.local:3000/accounts/account-list-num-3-1297746103
257
248
  x-runtime:
258
- - "352"
249
+ - "292"
259
250
  content-type:
260
251
  - application/xml; charset=utf-8
261
252
  content-length:
262
253
  - "591"
263
- server:
264
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
265
- date:
266
- - Fri, 11 Mar 2011 18:45:59 GMT
254
+ set-cookie:
255
+ - _recurly_session=178af83ad76c44035770ff681f7b5989; domain=.recurly.local; path=/; HttpOnly
267
256
  connection:
268
257
  - close
269
- set-cookie:
270
- - account_credentials=13cb12e2521f6604b5dbd5fcdb4f1194f21e2071ab06625ae3e87b2f9d63a1ca4addde3db1655331f3132232d809807374e53dae3aacddd36705d1a527979fe3%3A%3A; domain=.recurly.local; path=/
271
- - _recurly_session=e5408d7168f7763324771892dae1e407; domain=.recurly.local; path=/; HttpOnly
258
+ server:
259
+ - thin 1.2.7 codename No Hup
272
260
  body: |
273
261
  <?xml version="1.0" encoding="UTF-8"?>
274
262
  <account>
@@ -281,8 +269,8 @@
281
269
  <company_name>Recurly Ruby Gem</company_name>
282
270
  <balance_in_cents type="integer">0</balance_in_cents>
283
271
  <closed type="boolean">false</closed>
284
- <hosted_login_token>042288523a014f008bb96d29ea579bcf</hosted_login_token>
285
- <created_at type="datetime">2011-03-11T18:45:59Z</created_at>
272
+ <hosted_login_token>7379846a12814ca293129ea9da291c30</hosted_login_token>
273
+ <created_at type="datetime">2011-03-18T18:46:14Z</created_at>
286
274
  <state>active</state>
287
275
  </account>
288
276
 
@@ -320,27 +308,24 @@
320
308
  response: !ruby/struct:VCR::Response
321
309
  status: !ruby/struct:VCR::ResponseStatus
322
310
  code: 201
323
- message: "Created "
311
+ message: Created
324
312
  headers:
325
313
  cache-control:
326
314
  - no-cache
327
315
  location:
328
316
  - http://app.recurly.local:3000/accounts/account-list-num-4-1297746103
329
317
  x-runtime:
330
- - "386"
318
+ - "329"
331
319
  content-type:
332
320
  - application/xml; charset=utf-8
333
321
  content-length:
334
322
  - "591"
335
- server:
336
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
337
- date:
338
- - Fri, 11 Mar 2011 18:46:01 GMT
323
+ set-cookie:
324
+ - _recurly_session=7a8140ab9cc50a6cb31e94419fe9ad7a; domain=.recurly.local; path=/; HttpOnly
339
325
  connection:
340
326
  - close
341
- set-cookie:
342
- - account_credentials=0efc6b2d77aaa566596beefd353352c63675762954e0a9a20f35dd629e8aaeaa19c66ef0193cbfdeb6ca029dd459a11acc048914613c9163d43041c404958b5e%3A%3A; domain=.recurly.local; path=/
343
- - _recurly_session=9ff0f31e9558be34db29f44bba4e78ad; domain=.recurly.local; path=/; HttpOnly
327
+ server:
328
+ - thin 1.2.7 codename No Hup
344
329
  body: |
345
330
  <?xml version="1.0" encoding="UTF-8"?>
346
331
  <account>
@@ -353,8 +338,8 @@
353
338
  <company_name>Recurly Ruby Gem</company_name>
354
339
  <balance_in_cents type="integer">0</balance_in_cents>
355
340
  <closed type="boolean">false</closed>
356
- <hosted_login_token>c547b68f2d8746d39b611a6a08a6e758</hosted_login_token>
357
- <created_at type="datetime">2011-03-11T18:46:01Z</created_at>
341
+ <hosted_login_token>785030fd6194414aad6f3e580a3a1591</hosted_login_token>
342
+ <created_at type="datetime">2011-03-18T18:46:16Z</created_at>
358
343
  <state>active</state>
359
344
  </account>
360
345
 
@@ -392,27 +377,24 @@
392
377
  response: !ruby/struct:VCR::Response
393
378
  status: !ruby/struct:VCR::ResponseStatus
394
379
  code: 201
395
- message: "Created "
380
+ message: Created
396
381
  headers:
397
382
  cache-control:
398
383
  - no-cache
399
384
  location:
400
385
  - http://app.recurly.local:3000/accounts/account-list-num-5-1297746103
401
386
  x-runtime:
402
- - "365"
387
+ - "455"
403
388
  content-type:
404
389
  - application/xml; charset=utf-8
405
390
  content-length:
406
391
  - "591"
407
- server:
408
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
409
- date:
410
- - Fri, 11 Mar 2011 18:46:03 GMT
392
+ set-cookie:
393
+ - _recurly_session=57a547e2db57101e798603a47a994674; domain=.recurly.local; path=/; HttpOnly
411
394
  connection:
412
395
  - close
413
- set-cookie:
414
- - account_credentials=bfcacd2b57a908110b5f32d6a9977b0b400f0c1831a86d961ac7537fb36e2a7ec014fb63edc149bd878eb546517106be51794bd045e41c08d2bec6552d3419b2%3A%3A; domain=.recurly.local; path=/
415
- - _recurly_session=4b89ef03461ddbf86ebf93ddd9d71a0a; domain=.recurly.local; path=/; HttpOnly
396
+ server:
397
+ - thin 1.2.7 codename No Hup
416
398
  body: |
417
399
  <?xml version="1.0" encoding="UTF-8"?>
418
400
  <account>
@@ -425,8 +407,8 @@
425
407
  <company_name>Recurly Ruby Gem</company_name>
426
408
  <balance_in_cents type="integer">0</balance_in_cents>
427
409
  <closed type="boolean">false</closed>
428
- <hosted_login_token>011ab21fb8994e2382e7fb52bf7ab637</hosted_login_token>
429
- <created_at type="datetime">2011-03-11T18:46:03Z</created_at>
410
+ <hosted_login_token>f2c7899ff1804453a6de7bf07bf098b8</hosted_login_token>
411
+ <created_at type="datetime">2011-03-18T18:46:18Z</created_at>
430
412
  <state>active</state>
431
413
  </account>
432
414
 
@@ -464,27 +446,24 @@
464
446
  response: !ruby/struct:VCR::Response
465
447
  status: !ruby/struct:VCR::ResponseStatus
466
448
  code: 201
467
- message: "Created "
449
+ message: Created
468
450
  headers:
469
451
  cache-control:
470
452
  - no-cache
471
453
  location:
472
454
  - http://app.recurly.local:3000/accounts/account-list-num-6-1297746103
473
455
  x-runtime:
474
- - "358"
456
+ - "318"
475
457
  content-type:
476
458
  - application/xml; charset=utf-8
477
459
  content-length:
478
460
  - "591"
479
- server:
480
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
481
- date:
482
- - Fri, 11 Mar 2011 18:46:05 GMT
461
+ set-cookie:
462
+ - _recurly_session=91fce57af1de9ff747db2b1b874be563; domain=.recurly.local; path=/; HttpOnly
483
463
  connection:
484
464
  - close
485
- set-cookie:
486
- - account_credentials=6f6dc077b88d5a4c14e8705301a0faf815e871f187b2a9faebb0f78bdffe469314a44ca326c185a9253094dca9c7ff96f10059bbe8541c6118b51bfa5fd2da9d%3A%3A; domain=.recurly.local; path=/
487
- - _recurly_session=4b7b7602d3ac7fc769cab6e289d9e04a; domain=.recurly.local; path=/; HttpOnly
465
+ server:
466
+ - thin 1.2.7 codename No Hup
488
467
  body: |
489
468
  <?xml version="1.0" encoding="UTF-8"?>
490
469
  <account>
@@ -497,8 +476,8 @@
497
476
  <company_name>Recurly Ruby Gem</company_name>
498
477
  <balance_in_cents type="integer">0</balance_in_cents>
499
478
  <closed type="boolean">false</closed>
500
- <hosted_login_token>9653028a0b354081928b03ea882f122e</hosted_login_token>
501
- <created_at type="datetime">2011-03-11T18:46:05Z</created_at>
479
+ <hosted_login_token>73183350288a405d9e026bf503315a13</hosted_login_token>
480
+ <created_at type="datetime">2011-03-18T18:46:20Z</created_at>
502
481
  <state>active</state>
503
482
  </account>
504
483
 
@@ -536,27 +515,24 @@
536
515
  response: !ruby/struct:VCR::Response
537
516
  status: !ruby/struct:VCR::ResponseStatus
538
517
  code: 201
539
- message: "Created "
518
+ message: Created
540
519
  headers:
541
520
  cache-control:
542
521
  - no-cache
543
522
  location:
544
523
  - http://app.recurly.local:3000/accounts/account-list-num-7-1297746103
545
524
  x-runtime:
546
- - "357"
525
+ - "302"
547
526
  content-type:
548
527
  - application/xml; charset=utf-8
549
528
  content-length:
550
529
  - "591"
551
- server:
552
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
553
- date:
554
- - Fri, 11 Mar 2011 18:46:07 GMT
530
+ set-cookie:
531
+ - _recurly_session=a7ce665a28ca5d82b08681a92e2cf19e; domain=.recurly.local; path=/; HttpOnly
555
532
  connection:
556
533
  - close
557
- set-cookie:
558
- - account_credentials=470d459a2432eccf6af06ba3c648b2e16acf7677adad97586f6eadfcaca8902d1aec36b6a43875b0d504dc46029d69f1016cd9383d7421bbf7e5ac3904f465a3%3A%3A; domain=.recurly.local; path=/
559
- - _recurly_session=eb001c9d5602976502fde144c14f0356; domain=.recurly.local; path=/; HttpOnly
534
+ server:
535
+ - thin 1.2.7 codename No Hup
560
536
  body: |
561
537
  <?xml version="1.0" encoding="UTF-8"?>
562
538
  <account>
@@ -569,8 +545,8 @@
569
545
  <company_name>Recurly Ruby Gem</company_name>
570
546
  <balance_in_cents type="integer">0</balance_in_cents>
571
547
  <closed type="boolean">false</closed>
572
- <hosted_login_token>affa62a9fd2144bd805291df763a2629</hosted_login_token>
573
- <created_at type="datetime">2011-03-11T18:46:07Z</created_at>
548
+ <hosted_login_token>3cbdb3203ff944ebb7aee530d6b3d3ad</hosted_login_token>
549
+ <created_at type="datetime">2011-03-18T18:46:22Z</created_at>
574
550
  <state>active</state>
575
551
  </account>
576
552
 
@@ -594,10 +570,10 @@
594
570
  response: !ruby/struct:VCR::Response
595
571
  status: !ruby/struct:VCR::ResponseStatus
596
572
  code: 200
597
- message: "OK "
573
+ message: OK
598
574
  headers:
599
575
  x-runtime:
600
- - "164"
576
+ - "256"
601
577
  content-type:
602
578
  - application/xml; charset=utf-8
603
579
  etag:
@@ -606,14 +582,12 @@
606
582
  - private, max-age=0, must-revalidate
607
583
  content-length:
608
584
  - "1146"
609
- server:
610
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
611
- date:
612
- - Fri, 11 Mar 2011 18:46:09 GMT
585
+ set-cookie:
586
+ - _recurly_session=1740b8cf5713712a2cfc9694493af00f; domain=.recurly.local; path=/; HttpOnly
613
587
  connection:
614
588
  - close
615
- set-cookie:
616
- - _recurly_session=423a898cde7d6034c922b89617c9c524; domain=.recurly.local; path=/; HttpOnly
589
+ server:
590
+ - thin 1.2.7 codename No Hup
617
591
  body: |
618
592
  <?xml version="1.0" encoding="UTF-8"?>
619
593
  <plan>
@@ -677,8 +651,8 @@
677
651
  <username type="yaml" nil="true"></username>
678
652
  <balance-in-cents type="integer">0</balance-in-cents>
679
653
  <closed type="boolean">false</closed>
680
- <hosted-login-token>52a23c6e2c9e4539b4a28c956e84f673</hosted-login-token>
681
- <created-at type="datetime">2011-03-11T18:45:54Z</created-at>
654
+ <hosted-login-token>75b13bea9ee542dd94f25a1d00ca3632</hosted-login-token>
655
+ <created-at type="datetime">2011-03-18T18:46:07Z</created-at>
682
656
  <state>active</state>
683
657
  </account>
684
658
  <addons type="array"/>
@@ -698,24 +672,22 @@
698
672
  response: !ruby/struct:VCR::Response
699
673
  status: !ruby/struct:VCR::ResponseStatus
700
674
  code: 201
701
- message: "Created "
675
+ message: Created
702
676
  headers:
703
677
  cache-control:
704
678
  - no-cache
705
679
  x-runtime:
706
- - "23489"
680
+ - "7587"
707
681
  content-type:
708
682
  - application/xml; charset=utf-8
709
683
  content-length:
710
684
  - "906"
711
- server:
712
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
713
- date:
714
- - Fri, 11 Mar 2011 18:46:34 GMT
685
+ set-cookie:
686
+ - _recurly_session=f526c7aeb5c28b98cb4f7c1088c3a85e; domain=.recurly.local; path=/; HttpOnly
715
687
  connection:
716
688
  - close
717
- set-cookie:
718
- - _recurly_session=d5fb4e2457b7ca5aa4c2133a72a8b9b0; domain=.recurly.local; path=/; HttpOnly
689
+ server:
690
+ - thin 1.2.7 codename No Hup
719
691
  body: |
720
692
  <?xml version="1.0" encoding="UTF-8"?>
721
693
  <subscription>
@@ -728,11 +700,11 @@
728
700
  <state>active</state>
729
701
  <quantity type="integer">1</quantity>
730
702
  <total_amount_in_cents type="integer">1000</total_amount_in_cents>
731
- <activated_at type="datetime">2011-03-11T18:46:11Z</activated_at>
703
+ <activated_at type="datetime">2011-03-18T18:46:26Z</activated_at>
732
704
  <canceled_at nil="true" type="datetime"></canceled_at>
733
705
  <expires_at nil="true" type="datetime"></expires_at>
734
- <current_period_started_at type="datetime">2011-03-11T18:46:11Z</current_period_started_at>
735
- <current_period_ends_at type="datetime">2011-03-12T18:46:11Z</current_period_ends_at>
706
+ <current_period_started_at type="datetime">2011-03-18T18:46:26Z</current_period_started_at>
707
+ <current_period_ends_at type="datetime">2011-03-19T18:46:26Z</current_period_ends_at>
736
708
  <trial_started_at nil="true" type="datetime"></trial_started_at>
737
709
  <trial_ends_at nil="true" type="datetime"></trial_ends_at>
738
710
  <add_ons type="array">
@@ -759,10 +731,10 @@
759
731
  response: !ruby/struct:VCR::Response
760
732
  status: !ruby/struct:VCR::ResponseStatus
761
733
  code: 200
762
- message: "OK "
734
+ message: OK
763
735
  headers:
764
736
  x-runtime:
765
- - "158"
737
+ - "270"
766
738
  content-type:
767
739
  - application/xml; charset=utf-8
768
740
  etag:
@@ -771,14 +743,12 @@
771
743
  - private, max-age=0, must-revalidate
772
744
  content-length:
773
745
  - "1146"
774
- server:
775
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
776
- date:
777
- - Fri, 11 Mar 2011 18:46:36 GMT
746
+ set-cookie:
747
+ - _recurly_session=56c65367e1d5f5abf50e29074e986de5; domain=.recurly.local; path=/; HttpOnly
778
748
  connection:
779
749
  - close
780
- set-cookie:
781
- - _recurly_session=594827e5f60d20b58ca0c2fdac7f42d1; domain=.recurly.local; path=/; HttpOnly
750
+ server:
751
+ - thin 1.2.7 codename No Hup
782
752
  body: |
783
753
  <?xml version="1.0" encoding="UTF-8"?>
784
754
  <plan>
@@ -842,8 +812,8 @@
842
812
  <username type="yaml" nil="true"></username>
843
813
  <balance-in-cents type="integer">0</balance-in-cents>
844
814
  <closed type="boolean">false</closed>
845
- <hosted-login-token>5733ead32c3f48b4b1ff9872eb904b85</hosted-login-token>
846
- <created-at type="datetime">2011-03-11T18:45:55Z</created-at>
815
+ <hosted-login-token>d5170207a94944959eaaa6d3e2ab8b67</hosted-login-token>
816
+ <created-at type="datetime">2011-03-18T18:46:09Z</created-at>
847
817
  <state>active</state>
848
818
  </account>
849
819
  <addons type="array"/>
@@ -863,24 +833,22 @@
863
833
  response: !ruby/struct:VCR::Response
864
834
  status: !ruby/struct:VCR::ResponseStatus
865
835
  code: 201
866
- message: "Created "
836
+ message: Created
867
837
  headers:
868
838
  cache-control:
869
839
  - no-cache
870
840
  x-runtime:
871
- - "5279"
841
+ - "6959"
872
842
  content-type:
873
843
  - application/xml; charset=utf-8
874
844
  content-length:
875
845
  - "906"
876
- server:
877
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
878
- date:
879
- - Fri, 11 Mar 2011 18:46:43 GMT
846
+ set-cookie:
847
+ - _recurly_session=f2d4b23e1e3874159398c3aee3b5a11d; domain=.recurly.local; path=/; HttpOnly
880
848
  connection:
881
849
  - close
882
- set-cookie:
883
- - _recurly_session=e82df2b30a54d74946623a6999b58a73; domain=.recurly.local; path=/; HttpOnly
850
+ server:
851
+ - thin 1.2.7 codename No Hup
884
852
  body: |
885
853
  <?xml version="1.0" encoding="UTF-8"?>
886
854
  <subscription>
@@ -893,11 +861,11 @@
893
861
  <state>active</state>
894
862
  <quantity type="integer">1</quantity>
895
863
  <total_amount_in_cents type="integer">1000</total_amount_in_cents>
896
- <activated_at type="datetime">2011-03-11T18:46:38Z</activated_at>
864
+ <activated_at type="datetime">2011-03-18T18:46:37Z</activated_at>
897
865
  <canceled_at nil="true" type="datetime"></canceled_at>
898
866
  <expires_at nil="true" type="datetime"></expires_at>
899
- <current_period_started_at type="datetime">2011-03-11T18:46:38Z</current_period_started_at>
900
- <current_period_ends_at type="datetime">2011-03-12T18:46:38Z</current_period_ends_at>
867
+ <current_period_started_at type="datetime">2011-03-18T18:46:37Z</current_period_started_at>
868
+ <current_period_ends_at type="datetime">2011-03-19T18:46:37Z</current_period_ends_at>
901
869
  <trial_started_at nil="true" type="datetime"></trial_started_at>
902
870
  <trial_ends_at nil="true" type="datetime"></trial_ends_at>
903
871
  <add_ons type="array">
@@ -924,10 +892,10 @@
924
892
  response: !ruby/struct:VCR::Response
925
893
  status: !ruby/struct:VCR::ResponseStatus
926
894
  code: 200
927
- message: "OK "
895
+ message: OK
928
896
  headers:
929
897
  x-runtime:
930
- - "157"
898
+ - "266"
931
899
  content-type:
932
900
  - application/xml; charset=utf-8
933
901
  etag:
@@ -936,14 +904,12 @@
936
904
  - private, max-age=0, must-revalidate
937
905
  content-length:
938
906
  - "1146"
939
- server:
940
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
941
- date:
942
- - Fri, 11 Mar 2011 18:46:44 GMT
907
+ set-cookie:
908
+ - _recurly_session=64abfab7848b86c5ea3211c123a8e049; domain=.recurly.local; path=/; HttpOnly
943
909
  connection:
944
910
  - close
945
- set-cookie:
946
- - _recurly_session=bc768e52405c81c19b8f3f4535b6ac8b; domain=.recurly.local; path=/; HttpOnly
911
+ server:
912
+ - thin 1.2.7 codename No Hup
947
913
  body: |
948
914
  <?xml version="1.0" encoding="UTF-8"?>
949
915
  <plan>
@@ -1007,8 +973,8 @@
1007
973
  <username type="yaml" nil="true"></username>
1008
974
  <balance-in-cents type="integer">0</balance-in-cents>
1009
975
  <closed type="boolean">false</closed>
1010
- <hosted-login-token>1c94344ec3e6433fab6f547a09b08704</hosted-login-token>
1011
- <created-at type="datetime">2011-03-11T18:45:57Z</created-at>
976
+ <hosted-login-token>b06d728c30ef4ac48add5c524b97838c</hosted-login-token>
977
+ <created-at type="datetime">2011-03-18T18:46:12Z</created-at>
1012
978
  <state>active</state>
1013
979
  </account>
1014
980
  <addons type="array"/>
@@ -1028,24 +994,22 @@
1028
994
  response: !ruby/struct:VCR::Response
1029
995
  status: !ruby/struct:VCR::ResponseStatus
1030
996
  code: 201
1031
- message: "Created "
997
+ message: Created
1032
998
  headers:
1033
999
  cache-control:
1034
1000
  - no-cache
1035
1001
  x-runtime:
1036
- - "4711"
1002
+ - "7010"
1037
1003
  content-type:
1038
1004
  - application/xml; charset=utf-8
1039
1005
  content-length:
1040
1006
  - "906"
1041
- server:
1042
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
1043
- date:
1044
- - Fri, 11 Mar 2011 18:46:50 GMT
1007
+ set-cookie:
1008
+ - _recurly_session=658047e9ff7d17e41fd9640224f3328a; domain=.recurly.local; path=/; HttpOnly
1045
1009
  connection:
1046
1010
  - close
1047
- set-cookie:
1048
- - _recurly_session=c24be0496beadc7089257a1a03d92db8; domain=.recurly.local; path=/; HttpOnly
1011
+ server:
1012
+ - thin 1.2.7 codename No Hup
1049
1013
  body: |
1050
1014
  <?xml version="1.0" encoding="UTF-8"?>
1051
1015
  <subscription>
@@ -1058,11 +1022,11 @@
1058
1022
  <state>active</state>
1059
1023
  <quantity type="integer">1</quantity>
1060
1024
  <total_amount_in_cents type="integer">1000</total_amount_in_cents>
1061
- <activated_at type="datetime">2011-03-11T18:46:46Z</activated_at>
1025
+ <activated_at type="datetime">2011-03-18T18:46:47Z</activated_at>
1062
1026
  <canceled_at nil="true" type="datetime"></canceled_at>
1063
1027
  <expires_at nil="true" type="datetime"></expires_at>
1064
- <current_period_started_at type="datetime">2011-03-11T18:46:46Z</current_period_started_at>
1065
- <current_period_ends_at type="datetime">2011-03-12T18:46:46Z</current_period_ends_at>
1028
+ <current_period_started_at type="datetime">2011-03-18T18:46:47Z</current_period_started_at>
1029
+ <current_period_ends_at type="datetime">2011-03-19T18:46:47Z</current_period_ends_at>
1066
1030
  <trial_started_at nil="true" type="datetime"></trial_started_at>
1067
1031
  <trial_ends_at nil="true" type="datetime"></trial_ends_at>
1068
1032
  <add_ons type="array">
@@ -1089,10 +1053,10 @@
1089
1053
  response: !ruby/struct:VCR::Response
1090
1054
  status: !ruby/struct:VCR::ResponseStatus
1091
1055
  code: 200
1092
- message: "OK "
1056
+ message: OK
1093
1057
  headers:
1094
1058
  x-runtime:
1095
- - "157"
1059
+ - "376"
1096
1060
  content-type:
1097
1061
  - application/xml; charset=utf-8
1098
1062
  etag:
@@ -1101,14 +1065,12 @@
1101
1065
  - private, max-age=0, must-revalidate
1102
1066
  content-length:
1103
1067
  - "1146"
1104
- server:
1105
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
1106
- date:
1107
- - Fri, 11 Mar 2011 18:46:52 GMT
1068
+ set-cookie:
1069
+ - _recurly_session=c3afd13a83bd3ee910ba29688e0a2b25; domain=.recurly.local; path=/; HttpOnly
1108
1070
  connection:
1109
1071
  - close
1110
- set-cookie:
1111
- - _recurly_session=e71064af4b044af12911e2e53b0cf670; domain=.recurly.local; path=/; HttpOnly
1072
+ server:
1073
+ - thin 1.2.7 codename No Hup
1112
1074
  body: |
1113
1075
  <?xml version="1.0" encoding="UTF-8"?>
1114
1076
  <plan>
@@ -1172,8 +1134,8 @@
1172
1134
  <username type="yaml" nil="true"></username>
1173
1135
  <balance-in-cents type="integer">0</balance-in-cents>
1174
1136
  <closed type="boolean">false</closed>
1175
- <hosted-login-token>042288523a014f008bb96d29ea579bcf</hosted-login-token>
1176
- <created-at type="datetime">2011-03-11T18:45:59Z</created-at>
1137
+ <hosted-login-token>7379846a12814ca293129ea9da291c30</hosted-login-token>
1138
+ <created-at type="datetime">2011-03-18T18:46:14Z</created-at>
1177
1139
  <state>active</state>
1178
1140
  </account>
1179
1141
  <addons type="array"/>
@@ -1193,24 +1155,22 @@
1193
1155
  response: !ruby/struct:VCR::Response
1194
1156
  status: !ruby/struct:VCR::ResponseStatus
1195
1157
  code: 201
1196
- message: "Created "
1158
+ message: Created
1197
1159
  headers:
1198
1160
  cache-control:
1199
1161
  - no-cache
1200
1162
  x-runtime:
1201
- - "4441"
1163
+ - "7153"
1202
1164
  content-type:
1203
1165
  - application/xml; charset=utf-8
1204
1166
  content-length:
1205
1167
  - "906"
1206
- server:
1207
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
1208
- date:
1209
- - Fri, 11 Mar 2011 18:46:58 GMT
1168
+ set-cookie:
1169
+ - _recurly_session=5a16c7570da219986cc8f7b31d86e086; domain=.recurly.local; path=/; HttpOnly
1210
1170
  connection:
1211
1171
  - close
1212
- set-cookie:
1213
- - _recurly_session=9c123b3b62edf55448405268e1e68fad; domain=.recurly.local; path=/; HttpOnly
1172
+ server:
1173
+ - thin 1.2.7 codename No Hup
1214
1174
  body: |
1215
1175
  <?xml version="1.0" encoding="UTF-8"?>
1216
1176
  <subscription>
@@ -1223,11 +1183,11 @@
1223
1183
  <state>active</state>
1224
1184
  <quantity type="integer">1</quantity>
1225
1185
  <total_amount_in_cents type="integer">1000</total_amount_in_cents>
1226
- <activated_at type="datetime">2011-03-11T18:46:54Z</activated_at>
1186
+ <activated_at type="datetime">2011-03-18T18:46:58Z</activated_at>
1227
1187
  <canceled_at nil="true" type="datetime"></canceled_at>
1228
1188
  <expires_at nil="true" type="datetime"></expires_at>
1229
- <current_period_started_at type="datetime">2011-03-11T18:46:54Z</current_period_started_at>
1230
- <current_period_ends_at type="datetime">2011-03-12T18:46:54Z</current_period_ends_at>
1189
+ <current_period_started_at type="datetime">2011-03-18T18:46:58Z</current_period_started_at>
1190
+ <current_period_ends_at type="datetime">2011-03-19T18:46:58Z</current_period_ends_at>
1231
1191
  <trial_started_at nil="true" type="datetime"></trial_started_at>
1232
1192
  <trial_ends_at nil="true" type="datetime"></trial_ends_at>
1233
1193
  <add_ons type="array">
@@ -1254,10 +1214,10 @@
1254
1214
  response: !ruby/struct:VCR::Response
1255
1215
  status: !ruby/struct:VCR::ResponseStatus
1256
1216
  code: 200
1257
- message: "OK "
1217
+ message: OK
1258
1218
  headers:
1259
1219
  x-runtime:
1260
- - "401"
1220
+ - "549"
1261
1221
  content-type:
1262
1222
  - application/xml; charset=utf-8
1263
1223
  etag:
@@ -1266,14 +1226,12 @@
1266
1226
  - private, max-age=0, must-revalidate
1267
1227
  content-length:
1268
1228
  - "3729"
1269
- server:
1270
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
1271
- date:
1272
- - Fri, 11 Mar 2011 18:47:00 GMT
1229
+ set-cookie:
1230
+ - _recurly_session=53bbaf3dade0b956bcec392f5012cca1; domain=.recurly.local; path=/; HttpOnly
1273
1231
  connection:
1274
1232
  - close
1275
- set-cookie:
1276
- - _recurly_session=54c4a7afb3f7b90fdaf56f0227c01b28; domain=.recurly.local; path=/; HttpOnly
1233
+ server:
1234
+ - thin 1.2.7 codename No Hup
1277
1235
  body: |
1278
1236
  <?xml version="1.0" encoding="UTF-8"?>
1279
1237
  <accounts type="collection">
@@ -1401,10 +1359,10 @@
1401
1359
  response: !ruby/struct:VCR::Response
1402
1360
  status: !ruby/struct:VCR::ResponseStatus
1403
1361
  code: 200
1404
- message: "OK "
1362
+ message: OK
1405
1363
  headers:
1406
1364
  x-runtime:
1407
- - "319"
1365
+ - "339"
1408
1366
  content-type:
1409
1367
  - application/xml; charset=utf-8
1410
1368
  etag:
@@ -1413,14 +1371,12 @@
1413
1371
  - private, max-age=0, must-revalidate
1414
1372
  content-length:
1415
1373
  - "1519"
1416
- server:
1417
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
1418
- date:
1419
- - Fri, 11 Mar 2011 18:47:02 GMT
1374
+ set-cookie:
1375
+ - _recurly_session=0082c83f9548d658db135dc874f87a35; domain=.recurly.local; path=/; HttpOnly
1420
1376
  connection:
1421
1377
  - close
1422
- set-cookie:
1423
- - _recurly_session=345ea2e29cc70d90b58a4db583a86a90; domain=.recurly.local; path=/; HttpOnly
1378
+ server:
1379
+ - thin 1.2.7 codename No Hup
1424
1380
  body: |
1425
1381
  <?xml version="1.0" encoding="UTF-8"?>
1426
1382
  <accounts type="collection">
@@ -1485,10 +1441,10 @@
1485
1441
  response: !ruby/struct:VCR::Response
1486
1442
  status: !ruby/struct:VCR::ResponseStatus
1487
1443
  code: 200
1488
- message: "OK "
1444
+ message: OK
1489
1445
  headers:
1490
1446
  x-runtime:
1491
- - "350"
1447
+ - "447"
1492
1448
  content-type:
1493
1449
  - application/xml; charset=utf-8
1494
1450
  etag:
@@ -1497,14 +1453,12 @@
1497
1453
  - private, max-age=0, must-revalidate
1498
1454
  content-length:
1499
1455
  - "2428"
1500
- server:
1501
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
1502
- date:
1503
- - Fri, 11 Mar 2011 18:47:04 GMT
1456
+ set-cookie:
1457
+ - _recurly_session=af6181abda17e65bc668e3460ff655b1; domain=.recurly.local; path=/; HttpOnly
1504
1458
  connection:
1505
1459
  - close
1506
- set-cookie:
1507
- - _recurly_session=8ce35a07f99f83d0eb641bceaf1b27ee; domain=.recurly.local; path=/; HttpOnly
1460
+ server:
1461
+ - thin 1.2.7 codename No Hup
1508
1462
  body: |
1509
1463
  <?xml version="1.0" encoding="UTF-8"?>
1510
1464
  <accounts type="collection">