recurly 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. data/lib/recurly/subscription.rb +2 -3
  2. data/lib/recurly/version.rb +1 -1
  3. data/spec/integration/account_spec.rb +0 -2
  4. data/spec/integration/invoice_spec.rb +0 -1
  5. data/spec/integration/subscription_spec.rb +49 -10
  6. data/spec/integration/transaction_spec.rb +3 -2
  7. data/spec/support/factory.rb +2 -2
  8. data/spec/vcr/account/close/{1286666929.yml → 1287167046.yml} +23 -23
  9. data/spec/vcr/account/create/{1286666929.yml → 1287167046.yml} +10 -10
  10. data/spec/vcr/account/create-blank/{1286666929.yml → 1287167046.yml} +3 -3
  11. data/spec/vcr/account/create-duplicate/{1286666929.yml → 1287167046.yml} +27 -12
  12. data/spec/vcr/account/create-min/{1286666929.yml → 1287167046.yml} +10 -10
  13. data/spec/vcr/account/find/{1286666929.yml → 1287167046.yml} +67 -29
  14. data/spec/vcr/account/list/{1286666929.yml → 1287167046.yml} +201 -228
  15. data/spec/vcr/account/update/{1286666929.yml → 1287167046.yml} +41 -41
  16. data/spec/vcr/billing/create/1286682213.yml +15 -15
  17. data/spec/vcr/billing/destroy/1286682213.yml +24 -24
  18. data/spec/vcr/billing/find/1286682213.yml +20 -20
  19. data/spec/vcr/billing/update/1286682213.yml +21 -21
  20. data/spec/vcr/charge/create/1286681273.yml +25 -25
  21. data/spec/vcr/charge/list-all/1286681273.yml +37 -37
  22. data/spec/vcr/charge/list-invoiced/1286681273.yml +62 -62
  23. data/spec/vcr/charge/list-pending/1286681273.yml +37 -37
  24. data/spec/vcr/charge/lookup/1286681273.yml +20 -20
  25. data/spec/vcr/credit/create/1286681343.yml +20 -20
  26. data/spec/vcr/credit/list/1286681343.yml +37 -37
  27. data/spec/vcr/credit/lookup/1286681343.yml +20 -20
  28. data/spec/vcr/invoice/create/{1286679184.yml → 1287167121.yml} +49 -49
  29. data/spec/vcr/{transaction/refund/1286674805.yml → invoice/create-no-charges/1287167121.yml} +32 -57
  30. data/spec/vcr/invoice/list/{1286679184.yml → 1287167121.yml} +71 -71
  31. data/spec/vcr/invoice/lookup/{1286679184.yml → 1287167121.yml} +50 -50
  32. data/spec/vcr/plan/all.yml +8 -8
  33. data/spec/vcr/plan/delete/1286677585.yml +15 -15
  34. data/spec/vcr/plan/find.yml +8 -8
  35. data/spec/vcr/plan/update.yml +9 -9
  36. data/spec/vcr/subscription/cancel/{1287037363.yml → 1287439446.yml} +62 -62
  37. data/spec/vcr/subscription/cancel/{1287037325.yml → 1287442108.yml} +60 -60
  38. data/spec/vcr/subscription/cancel/{1287036910.yml → 1287442352.yml} +60 -60
  39. data/spec/vcr/subscription/change1/{1287037363.yml → 1287439446.yml} +58 -58
  40. data/spec/vcr/subscription/change1/{1287037152.yml → 1287442108.yml} +59 -59
  41. data/spec/vcr/subscription/change1/{1287036910.yml → 1287442352.yml} +56 -56
  42. data/spec/vcr/subscription/{change1/1287037325.yml → change2/1287439446.yml} +64 -64
  43. data/spec/vcr/subscription/change2/{1287036910.yml → 1287442108.yml} +55 -55
  44. data/spec/vcr/subscription/change2/{1287037363.yml → 1287442352.yml} +58 -58
  45. data/spec/vcr/subscription/create/{1287037363.yml → 1287439446.yml} +27 -27
  46. data/spec/vcr/subscription/create/{1287037325.yml → 1287442108.yml} +28 -28
  47. data/spec/vcr/subscription/create/{1287037152.yml → 1287442352.yml} +28 -28
  48. data/spec/vcr/subscription/find/{1287036910.yml → 1287439446.yml} +36 -36
  49. data/spec/vcr/subscription/find/{1287037152.yml → 1287442108.yml} +38 -38
  50. data/spec/vcr/subscription/find/{1287037325.yml → 1287442352.yml} +38 -38
  51. data/spec/vcr/subscription/{refund/1287037325.yml → refund-full/1287439446.yml} +56 -56
  52. data/spec/vcr/subscription/{refund/1287037363.yml → refund-full/1287442108.yml} +58 -58
  53. data/spec/vcr/subscription/{refund/1287036910.yml → refund-full/1287442352.yml} +55 -55
  54. data/spec/vcr/subscription/refund-none/1287439446.yml +382 -0
  55. data/spec/vcr/subscription/refund-none/1287442108.yml +382 -0
  56. data/spec/vcr/subscription/refund-none/1287442352.yml +382 -0
  57. data/spec/vcr/subscription/refund-partial/1287439446.yml +382 -0
  58. data/spec/vcr/subscription/refund-partial/1287442108.yml +382 -0
  59. data/spec/vcr/subscription/refund-partial/1287442352.yml +382 -0
  60. data/spec/vcr/transaction/all/{1286674805.yml → 1287186411.yml} +104 -104
  61. data/spec/vcr/transaction/create-no-account/{1286674805.yml → 1287186411.yml} +11 -11
  62. data/spec/vcr/transaction/create-with-account/{1286674805.yml → 1287186411.yml} +26 -26
  63. data/spec/vcr/transaction/list-empty/{1286674805.yml → 1287186411.yml} +26 -26
  64. data/spec/vcr/transaction/list-filled/{1286674805.yml → 1287186411.yml} +59 -59
  65. data/spec/vcr/transaction/lookup/{1286674805.yml → 1287186411.yml} +66 -66
  66. data/spec/vcr/transaction/refund/1287186411.yml +282 -0
  67. data/spec/vcr/transaction/void/{1286674805.yml → 1287186411.yml} +87 -155
  68. metadata +92 -86
  69. data/spec/vcr/subscription/change2/1287037152.yml +0 -283
  70. data/spec/vcr/subscription/change2/1287037325.yml +0 -283
  71. data/spec/vcr/subscription/create/1287036910.yml +0 -224
  72. data/spec/vcr/subscription/find/1287037363.yml +0 -283
@@ -34,17 +34,17 @@
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "577"
37
+ - "603"
38
38
  date:
39
- - Thu, 14 Oct 2010 06:15:53 GMT
39
+ - Mon, 18 Oct 2010 22:05:11 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "583"
44
44
  set-cookie:
45
- - account_credentials=0ab709645ce23b1584bed07e664849c0f94550258415440c1fd541d351b1ae3d52d2419f318a08a8f6da6c1a9e46543b9f1a7cd7a5d2acb47702e4dd4f5f2ce4%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=15485d7cc490cb3f73d9477baabbab907fe9dffc9a8798a223c58b507c9f578ad4014dfdc6d8a48f44bce3257261aa7db6b97f93269056baa073a5f037f24125%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=828fa873a7cebb69842c03bd3c14afce; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=6ac3f0ec5b09a0a6513858a866f9b508; domain=.recurly.com; path=/; Secure; HttpOnly
48
48
  cache-control:
49
49
  - no-cache
50
50
  body: |
@@ -59,8 +59,8 @@
59
59
  <company_name>Recurly Ruby Gem</company_name>
60
60
  <balance_in_cents type="integer">0</balance_in_cents>
61
61
  <closed type="boolean">false</closed>
62
- <hosted_login_token>0d9261d05b2c47618239f4054a6a72db</hosted_login_token>
63
- <created_at type="datetime">2010-10-14T06:15:53Z</created_at>
62
+ <hosted_login_token>25a628c99c6c43e8b6b44a9897fafb74</hosted_login_token>
63
+ <created_at type="datetime">2010-10-18T22:05:11Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -105,21 +105,21 @@
105
105
  x-ua-compatible:
106
106
  - IE=Edge
107
107
  etag:
108
- - "\"33df4940a18bc44d6d0dfe1a94291583\""
108
+ - "\"d466542b6ff45eab4eca9457d991a7cd\""
109
109
  connection:
110
110
  - close
111
111
  content-type:
112
112
  - application/xml; charset=utf-8
113
113
  x-runtime:
114
- - "95"
114
+ - "118"
115
115
  date:
116
- - Thu, 14 Oct 2010 06:15:54 GMT
116
+ - Mon, 18 Oct 2010 22:05:12 GMT
117
117
  server:
118
118
  - nginx/0.7.65
119
119
  content-length:
120
120
  - "639"
121
121
  set-cookie:
122
- - _recurly_session=e860c396862bc8fc59be82035c1a67d3; domain=.recurly.com; path=/; Secure; HttpOnly
122
+ - _recurly_session=6a6e5c53764282ba405ea9ebad99089c; domain=.recurly.com; path=/; Secure; HttpOnly
123
123
  cache-control:
124
124
  - private, max-age=0, must-revalidate
125
125
  body: |
@@ -143,7 +143,7 @@
143
143
  <month type="integer">10</month>
144
144
  <year type="integer">2011</year>
145
145
  </credit_card>
146
- <updated_at type="datetime">2010-10-14T06:15:54Z</updated_at>
146
+ <updated_at type="datetime">2010-10-18T22:05:12Z</updated_at>
147
147
  </billing_info>
148
148
 
149
149
  http_version: "1.1"
@@ -186,21 +186,21 @@
186
186
  x-ua-compatible:
187
187
  - IE=Edge
188
188
  etag:
189
- - "\"7812c7d5beb2ee2bcfd9608ffd6a4bce\""
189
+ - "\"898345f772c60cc1568737ed7243563a\""
190
190
  connection:
191
191
  - close
192
192
  content-type:
193
193
  - application/xml; charset=utf-8
194
194
  x-runtime:
195
- - "68"
195
+ - "65"
196
196
  date:
197
- - Thu, 14 Oct 2010 06:15:55 GMT
197
+ - Mon, 18 Oct 2010 22:05:12 GMT
198
198
  server:
199
199
  - nginx/0.7.65
200
200
  content-length:
201
201
  - "651"
202
202
  set-cookie:
203
- - _recurly_session=e660da19998246497032a6762a17b322; domain=.recurly.com; path=/; Secure; HttpOnly
203
+ - _recurly_session=bc2c3d7e34837f92479cdabe2fdd8dcb; domain=.recurly.com; path=/; Secure; HttpOnly
204
204
  cache-control:
205
205
  - private, max-age=0, must-revalidate
206
206
  body: |
@@ -224,7 +224,7 @@
224
224
  <month type="integer">10</month>
225
225
  <year type="integer">2011</year>
226
226
  </credit_card>
227
- <updated_at type="datetime">2010-10-14T06:15:55Z</updated_at>
227
+ <updated_at type="datetime">2010-10-18T22:05:12Z</updated_at>
228
228
  </billing_info>
229
229
 
230
230
  http_version: "1.1"
@@ -248,21 +248,21 @@
248
248
  x-ua-compatible:
249
249
  - IE=Edge
250
250
  etag:
251
- - "\"7812c7d5beb2ee2bcfd9608ffd6a4bce\""
251
+ - "\"898345f772c60cc1568737ed7243563a\""
252
252
  connection:
253
253
  - close
254
254
  content-type:
255
255
  - application/xml; charset=utf-8
256
256
  x-runtime:
257
- - "15"
257
+ - "13"
258
258
  date:
259
- - Thu, 14 Oct 2010 06:15:55 GMT
259
+ - Mon, 18 Oct 2010 22:05:13 GMT
260
260
  server:
261
261
  - nginx/0.7.65
262
262
  content-length:
263
263
  - "651"
264
264
  set-cookie:
265
- - _recurly_session=073c8a1de2a7f757e1e534f94b10fdb4; domain=.recurly.com; path=/; Secure; HttpOnly
265
+ - _recurly_session=ba73dcba4aa5431e2ad272a55f37f643; domain=.recurly.com; path=/; Secure; HttpOnly
266
266
  cache-control:
267
267
  - private, max-age=0, must-revalidate
268
268
  body: |
@@ -286,7 +286,7 @@
286
286
  <month type="integer">10</month>
287
287
  <year type="integer">2011</year>
288
288
  </credit_card>
289
- <updated_at type="datetime">2010-10-14T06:15:55Z</updated_at>
289
+ <updated_at type="datetime">2010-10-18T22:05:12Z</updated_at>
290
290
  </billing_info>
291
291
 
292
292
  http_version: "1.1"
@@ -34,17 +34,17 @@
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "592"
37
+ - "766"
38
38
  date:
39
- - Thu, 14 Oct 2010 06:16:19 GMT
39
+ - Mon, 18 Oct 2010 22:05:36 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "581"
44
44
  set-cookie:
45
- - account_credentials=a2239bc6c839951eeba2a40b792cbd5bfabb6236057d5d011faa470783f4e0127ae476b7e7a01f03eb394c5544a0eafc851df78860416768e7d73d7a0311ec4e%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=0709f32778be5a870a027f201b8ae9535cee0bfde072b0f87cb35167580cf8b79325eb8b4c6c7edca656c7c98661a761b2d97b995832b7815e28c41a68e680e0%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=7d1921b68d1b7fa3658544fc25d65416; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=8bf4868355fd63b1f92f25e71219eae6; domain=.recurly.com; path=/; Secure; HttpOnly
48
48
  cache-control:
49
49
  - no-cache
50
50
  body: |
@@ -59,8 +59,8 @@
59
59
  <company_name>Recurly Ruby Gem</company_name>
60
60
  <balance_in_cents type="integer">0</balance_in_cents>
61
61
  <closed type="boolean">false</closed>
62
- <hosted_login_token>1a7f52c64caa410a91c60425567ee367</hosted_login_token>
63
- <created_at type="datetime">2010-10-14T06:16:19Z</created_at>
62
+ <hosted_login_token>ec535326dcfc4b18a8518282d0ba0b61</hosted_login_token>
63
+ <created_at type="datetime">2010-10-18T22:05:36Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -105,21 +105,21 @@
105
105
  x-ua-compatible:
106
106
  - IE=Edge
107
107
  etag:
108
- - "\"5f6ccc968354df2354d8ae4c4f2dba00\""
108
+ - "\"8ae769dc6b5f39be15d93faa05c47df5\""
109
109
  connection:
110
110
  - close
111
111
  content-type:
112
112
  - application/xml; charset=utf-8
113
113
  x-runtime:
114
- - "57"
114
+ - "82"
115
115
  date:
116
- - Thu, 14 Oct 2010 06:16:20 GMT
116
+ - Mon, 18 Oct 2010 22:05:37 GMT
117
117
  server:
118
118
  - nginx/0.7.65
119
119
  content-length:
120
120
  - "638"
121
121
  set-cookie:
122
- - _recurly_session=e8642d2825b7f4227572a4da7991aa5c; domain=.recurly.com; path=/; Secure; HttpOnly
122
+ - _recurly_session=3b783851fe9fc7595ef9b415c5671ae5; domain=.recurly.com; path=/; Secure; HttpOnly
123
123
  cache-control:
124
124
  - private, max-age=0, must-revalidate
125
125
  body: |
@@ -143,7 +143,7 @@
143
143
  <month type="integer">10</month>
144
144
  <year type="integer">2011</year>
145
145
  </credit_card>
146
- <updated_at type="datetime">2010-10-14T06:16:20Z</updated_at>
146
+ <updated_at type="datetime">2010-10-18T22:05:37Z</updated_at>
147
147
  </billing_info>
148
148
 
149
149
  http_version: "1.1"
@@ -177,34 +177,34 @@
177
177
  content-type:
178
178
  - application/xml; charset=utf-8
179
179
  x-runtime:
180
- - "62"
180
+ - "46"
181
181
  date:
182
- - Thu, 14 Oct 2010 06:16:21 GMT
182
+ - Mon, 18 Oct 2010 22:05:38 GMT
183
183
  server:
184
184
  - nginx/0.7.65
185
185
  content-length:
186
186
  - "462"
187
187
  set-cookie:
188
- - _recurly_session=3cd6453b497b9776e6ace8b1c9391204; domain=.recurly.com; path=/; Secure; HttpOnly
188
+ - _recurly_session=a26de32287b8d1ce67b384f7d60ff594; domain=.recurly.com; path=/; Secure; HttpOnly
189
189
  cache-control:
190
190
  - no-cache
191
191
  body: |
192
192
  <?xml version="1.0" encoding="UTF-8"?>
193
193
  <charge type="charge">
194
- <id>17a5db93dee743bda6eeeb680b90cd01</id>
194
+ <id>fc42050f9ea9439dab20f33f894d223f</id>
195
195
  <account_code>charge-create-1286681273</account_code>
196
196
  <amount_in_cents type="integer">250</amount_in_cents>
197
- <start_date type="datetime">2010-10-14T06:16:21Z</start_date>
197
+ <start_date type="datetime">2010-10-18T22:05:38Z</start_date>
198
198
  <end_date nil="true" type="datetime"></end_date>
199
199
  <description>virtual cow maintence fee</description>
200
- <created_at type="datetime">2010-10-14T06:16:21Z</created_at>
200
+ <created_at type="datetime">2010-10-18T22:05:38Z</created_at>
201
201
  </charge>
202
202
 
203
203
  http_version: "1.1"
204
204
  - !ruby/struct:VCR::HTTPInteraction
205
205
  request: !ruby/struct:VCR::Request
206
206
  method: :get
207
- uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/charge-create-1286681273/charges/17a5db93dee743bda6eeeb680b90cd01.xml
207
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/charge-create-1286681273/charges/fc42050f9ea9439dab20f33f894d223f.xml
208
208
  body:
209
209
  headers:
210
210
  accept:
@@ -221,33 +221,33 @@
221
221
  x-ua-compatible:
222
222
  - IE=Edge
223
223
  etag:
224
- - "\"f9f460c540a94b45069399d48d1d0565\""
224
+ - "\"0d5f13c301b86f91eee5fdecbbd620b3\""
225
225
  connection:
226
226
  - close
227
227
  content-type:
228
228
  - application/xml; charset=utf-8
229
229
  x-runtime:
230
- - "15"
230
+ - "14"
231
231
  date:
232
- - Thu, 14 Oct 2010 06:16:21 GMT
232
+ - Mon, 18 Oct 2010 22:05:38 GMT
233
233
  server:
234
234
  - nginx/0.7.65
235
235
  content-length:
236
236
  - "462"
237
237
  set-cookie:
238
- - _recurly_session=895be4fa0780450fdac1e1faed7a06e9; domain=.recurly.com; path=/; Secure; HttpOnly
238
+ - _recurly_session=b1698159d6b59b5ca9cedc4361d6f00f; domain=.recurly.com; path=/; Secure; HttpOnly
239
239
  cache-control:
240
240
  - private, max-age=0, must-revalidate
241
241
  body: |
242
242
  <?xml version="1.0" encoding="UTF-8"?>
243
243
  <charge type="charge">
244
- <id>17a5db93dee743bda6eeeb680b90cd01</id>
244
+ <id>fc42050f9ea9439dab20f33f894d223f</id>
245
245
  <account_code>charge-create-1286681273</account_code>
246
246
  <amount_in_cents type="integer">250</amount_in_cents>
247
- <start_date type="datetime">2010-10-14T06:16:21Z</start_date>
247
+ <start_date type="datetime">2010-10-18T22:05:38Z</start_date>
248
248
  <end_date nil="true" type="datetime"></end_date>
249
249
  <description>virtual cow maintence fee</description>
250
- <created_at type="datetime">2010-10-14T06:16:21Z</created_at>
250
+ <created_at type="datetime">2010-10-18T22:05:38Z</created_at>
251
251
  </charge>
252
252
 
253
253
  http_version: "1.1"
@@ -34,17 +34,17 @@
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "606"
37
+ - "609"
38
38
  date:
39
- - Thu, 14 Oct 2010 06:16:05 GMT
39
+ - Mon, 18 Oct 2010 22:05:21 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "585"
44
44
  set-cookie:
45
- - account_credentials=ddeb1bd7dab94da985aa3792b8433c8199e2058df11e380d5be200f2ad5877f7b557c1cffcd656046e3179b2bb2d434bcae42441d3c237d2fe144300b0ece720%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=474b9f5590ec5a818e5da24277161aec22eea7c2908e41b22d321259ce83bf387e8daec8a5704649c3fe0667dbdf89ccd7315a81ec519410d456dd157ac321eb%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=8ae552254ce576c6522ffd0638b82028; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=86ea9ce779f41ab557f7ad1275647693; domain=.recurly.com; path=/; Secure; HttpOnly
48
48
  cache-control:
49
49
  - no-cache
50
50
  body: |
@@ -59,8 +59,8 @@
59
59
  <company_name>Recurly Ruby Gem</company_name>
60
60
  <balance_in_cents type="integer">0</balance_in_cents>
61
61
  <closed type="boolean">false</closed>
62
- <hosted_login_token>b43c7691af8c44a2b75ccc169e0544df</hosted_login_token>
63
- <created_at type="datetime">2010-10-14T06:16:04Z</created_at>
62
+ <hosted_login_token>3c0551a6be2b4d5d9f315318fe9f87cb</hosted_login_token>
63
+ <created_at type="datetime">2010-10-18T22:05:21Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -95,27 +95,27 @@
95
95
  content-type:
96
96
  - application/xml; charset=utf-8
97
97
  x-runtime:
98
- - "43"
98
+ - "47"
99
99
  date:
100
- - Thu, 14 Oct 2010 06:16:05 GMT
100
+ - Mon, 18 Oct 2010 22:05:22 GMT
101
101
  server:
102
102
  - nginx/0.7.65
103
103
  content-length:
104
104
  - "458"
105
105
  set-cookie:
106
- - _recurly_session=71114da3ebbf519e28c46bbc73c566b2; domain=.recurly.com; path=/; Secure; HttpOnly
106
+ - _recurly_session=3d7ccbc878ac7bf35544cedc684238e4; domain=.recurly.com; path=/; Secure; HttpOnly
107
107
  cache-control:
108
108
  - no-cache
109
109
  body: |
110
110
  <?xml version="1.0" encoding="UTF-8"?>
111
111
  <charge type="charge">
112
- <id>3a47c8b6bfaf4d94814f7da6094b656a</id>
112
+ <id>e7876066f0ad4d9da8a68826e162403b</id>
113
113
  <account_code>charge-list-all-1286681273</account_code>
114
114
  <amount_in_cents type="integer">1000</amount_in_cents>
115
- <start_date type="datetime">2010-10-14T06:16:05Z</start_date>
115
+ <start_date type="datetime">2010-10-18T22:05:22Z</start_date>
116
116
  <end_date nil="true" type="datetime"></end_date>
117
117
  <description>charge description</description>
118
- <created_at type="datetime">2010-10-14T06:16:05Z</created_at>
118
+ <created_at type="datetime">2010-10-18T22:05:22Z</created_at>
119
119
  </charge>
120
120
 
121
121
  http_version: "1.1"
@@ -149,27 +149,27 @@
149
149
  content-type:
150
150
  - application/xml; charset=utf-8
151
151
  x-runtime:
152
- - "42"
152
+ - "46"
153
153
  date:
154
- - Thu, 14 Oct 2010 06:16:06 GMT
154
+ - Mon, 18 Oct 2010 22:05:23 GMT
155
155
  server:
156
156
  - nginx/0.7.65
157
157
  content-length:
158
158
  - "458"
159
159
  set-cookie:
160
- - _recurly_session=ea238a0a32ba869dfec36effed9540ac; domain=.recurly.com; path=/; Secure; HttpOnly
160
+ - _recurly_session=ad84c419fb131a82d830dbd7803db49e; domain=.recurly.com; path=/; Secure; HttpOnly
161
161
  cache-control:
162
162
  - no-cache
163
163
  body: |
164
164
  <?xml version="1.0" encoding="UTF-8"?>
165
165
  <charge type="charge">
166
- <id>5084181c44e34c8eab32ac0dcd809e75</id>
166
+ <id>45e1746d19c6415284022e8c6e945063</id>
167
167
  <account_code>charge-list-all-1286681273</account_code>
168
168
  <amount_in_cents type="integer">1000</amount_in_cents>
169
- <start_date type="datetime">2010-10-14T06:16:06Z</start_date>
169
+ <start_date type="datetime">2010-10-18T22:05:23Z</start_date>
170
170
  <end_date nil="true" type="datetime"></end_date>
171
171
  <description>charge description</description>
172
- <created_at type="datetime">2010-10-14T06:16:06Z</created_at>
172
+ <created_at type="datetime">2010-10-18T22:05:23Z</created_at>
173
173
  </charge>
174
174
 
175
175
  http_version: "1.1"
@@ -203,27 +203,27 @@
203
203
  content-type:
204
204
  - application/xml; charset=utf-8
205
205
  x-runtime:
206
- - "64"
206
+ - "66"
207
207
  date:
208
- - Thu, 14 Oct 2010 06:16:07 GMT
208
+ - Mon, 18 Oct 2010 22:05:23 GMT
209
209
  server:
210
210
  - nginx/0.7.65
211
211
  content-length:
212
212
  - "458"
213
213
  set-cookie:
214
- - _recurly_session=359d9d133483100e2313e745fbfee39a; domain=.recurly.com; path=/; Secure; HttpOnly
214
+ - _recurly_session=1dd4b18b7b55210338f1e9dcb3d3a61c; domain=.recurly.com; path=/; Secure; HttpOnly
215
215
  cache-control:
216
216
  - no-cache
217
217
  body: |
218
218
  <?xml version="1.0" encoding="UTF-8"?>
219
219
  <charge type="charge">
220
- <id>d907f663065c4936a3ac3243447b90c6</id>
220
+ <id>de68db46c8cc4836b98c442de0cd0f7a</id>
221
221
  <account_code>charge-list-all-1286681273</account_code>
222
222
  <amount_in_cents type="integer">1000</amount_in_cents>
223
- <start_date type="datetime">2010-10-14T06:16:07Z</start_date>
223
+ <start_date type="datetime">2010-10-18T22:05:23Z</start_date>
224
224
  <end_date nil="true" type="datetime"></end_date>
225
225
  <description>charge description</description>
226
- <created_at type="datetime">2010-10-14T06:16:07Z</created_at>
226
+ <created_at type="datetime">2010-10-18T22:05:23Z</created_at>
227
227
  </charge>
228
228
 
229
229
  http_version: "1.1"
@@ -247,55 +247,55 @@
247
247
  x-ua-compatible:
248
248
  - IE=Edge
249
249
  etag:
250
- - "\"c266760924ee2580793c107cc61716bd\""
250
+ - "\"51cd4b3152d5aca1109aeaf6b711c467\""
251
251
  connection:
252
252
  - close
253
253
  content-type:
254
254
  - application/xml; charset=utf-8
255
255
  x-runtime:
256
- - "51"
256
+ - "21"
257
257
  date:
258
- - Thu, 14 Oct 2010 06:16:07 GMT
258
+ - Mon, 18 Oct 2010 22:05:24 GMT
259
259
  server:
260
260
  - nginx/0.7.65
261
261
  content-length:
262
262
  - "1576"
263
263
  set-cookie:
264
- - _recurly_session=87dbcafb7451323e13cc4bbbeb28d2db; domain=.recurly.com; path=/; Secure; HttpOnly
264
+ - _recurly_session=3079951de9c2d5199bab9a8e3eb03581; domain=.recurly.com; path=/; Secure; HttpOnly
265
265
  cache-control:
266
266
  - private, max-age=0, must-revalidate
267
267
  body: |
268
268
  <?xml version="1.0" encoding="UTF-8"?>
269
269
  <charges type="array">
270
270
  <charge type="charge">
271
- <id>d907f663065c4936a3ac3243447b90c6</id>
271
+ <id>de68db46c8cc4836b98c442de0cd0f7a</id>
272
272
  <account_code>charge-list-all-1286681273</account_code>
273
273
  <amount_in_cents type="integer">1000</amount_in_cents>
274
- <start_date type="datetime">2010-10-14T06:16:07Z</start_date>
274
+ <start_date type="datetime">2010-10-18T22:05:23Z</start_date>
275
275
  <end_date nil="true" type="datetime"></end_date>
276
276
  <invoice_number nil="true" type="integer"></invoice_number>
277
277
  <description>charge description</description>
278
- <created_at type="datetime">2010-10-14T06:16:07Z</created_at>
278
+ <created_at type="datetime">2010-10-18T22:05:23Z</created_at>
279
279
  </charge>
280
280
  <charge type="charge">
281
- <id>5084181c44e34c8eab32ac0dcd809e75</id>
281
+ <id>45e1746d19c6415284022e8c6e945063</id>
282
282
  <account_code>charge-list-all-1286681273</account_code>
283
283
  <amount_in_cents type="integer">1000</amount_in_cents>
284
- <start_date type="datetime">2010-10-14T06:16:06Z</start_date>
284
+ <start_date type="datetime">2010-10-18T22:05:23Z</start_date>
285
285
  <end_date nil="true" type="datetime"></end_date>
286
286
  <invoice_number nil="true" type="integer"></invoice_number>
287
287
  <description>charge description</description>
288
- <created_at type="datetime">2010-10-14T06:16:06Z</created_at>
288
+ <created_at type="datetime">2010-10-18T22:05:23Z</created_at>
289
289
  </charge>
290
290
  <charge type="charge">
291
- <id>3a47c8b6bfaf4d94814f7da6094b656a</id>
291
+ <id>e7876066f0ad4d9da8a68826e162403b</id>
292
292
  <account_code>charge-list-all-1286681273</account_code>
293
293
  <amount_in_cents type="integer">1000</amount_in_cents>
294
- <start_date type="datetime">2010-10-14T06:16:05Z</start_date>
294
+ <start_date type="datetime">2010-10-18T22:05:22Z</start_date>
295
295
  <end_date nil="true" type="datetime"></end_date>
296
296
  <invoice_number nil="true" type="integer"></invoice_number>
297
297
  <description>charge description</description>
298
- <created_at type="datetime">2010-10-14T06:16:05Z</created_at>
298
+ <created_at type="datetime">2010-10-18T22:05:22Z</created_at>
299
299
  </charge>
300
300
  </charges>
301
301