recurly 0.4.3 → 0.4.4
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.
- data/lib/recurly/base.rb +9 -4
- data/lib/recurly/coupon.rb +1 -1
- data/lib/recurly/formats/xml_with_errors.rb +2 -2
- data/lib/recurly/rails3/recurly.rake +2 -2
- data/lib/recurly/version.rb +1 -1
- data/spec/integration/account_spec.rb +3 -3
- data/spec/vcr/account/accept-language-account/{1297746103.yml → 1301979678.yml} +8 -8
- data/spec/vcr/account/close/{1297746103.yml → 1301979678.yml} +19 -19
- data/spec/vcr/account/create-blank/{1297746103.yml → 1301979678.yml} +2 -2
- data/spec/vcr/account/create-duplicate/{1297746103.yml → 1301979678.yml} +6 -6
- data/spec/vcr/account/create-min/{1297746103.yml → 1301979678.yml} +8 -8
- data/spec/vcr/account/create/{1297746103.yml → 1301979678.yml} +8 -8
- data/spec/vcr/account/find/{1297746103.yml → 1301979678.yml} +17 -17
- data/spec/vcr/account/list/{1297746103.yml → 1301979678.yml} +151 -151
- data/spec/vcr/account/update/{1297746103.yml → 1301979678.yml} +36 -36
- data/spec/vcr/billing/create/1298594128.yml +12 -12
- data/spec/vcr/billing/destroy/1298594128.yml +15 -15
- data/spec/vcr/billing/find/1298594128.yml +16 -16
- data/spec/vcr/billing/update/1298594128.yml +16 -16
- data/spec/vcr/charge/create/1297746103.yml +20 -20
- data/spec/vcr/charge/delete-uninvoiced/1297746103.yml +23 -23
- data/spec/vcr/charge/list-all/1297746103.yml +31 -31
- data/spec/vcr/charge/list-invoiced/1297746103.yml +54 -54
- data/spec/vcr/charge/list-pending/1297746103.yml +31 -31
- data/spec/vcr/charge/lookup/1297746103.yml +16 -16
- data/spec/vcr/coupon/create/1299714521.yml +11 -11
- data/spec/vcr/coupon/destroy/1299714521.yml +10 -10
- data/spec/vcr/credit/create/1299714599.yml +16 -16
- data/spec/vcr/credit/delete/1299714599.yml +21 -21
- data/spec/vcr/credit/list/1299714599.yml +31 -31
- data/spec/vcr/credit/lookup/1299714599.yml +16 -16
- data/spec/vcr/invoice/create-no-charges/1297746103.yml +10 -10
- data/spec/vcr/invoice/create/1297746103.yml +30 -30
- data/spec/vcr/invoice/list/1297746103.yml +45 -45
- data/spec/vcr/invoice/lookup/1297746103.yml +31 -31
- data/spec/vcr/plan/all.yml +6 -6
- data/spec/vcr/plan/find.yml +6 -6
- data/spec/vcr/plan/update.yml +6 -6
- data/spec/vcr/subscription/addons/add/{1297746103.yml → 1301885121.yml} +49 -49
- data/spec/vcr/subscription/addons/create/{1301884213.yml → 1301885121.yml} +31 -31
- data/spec/vcr/subscription/addons/remove/{1297746103.yml → 1301885121.yml} +49 -49
- data/spec/vcr/subscription/cancel-with-code/1301881900.yml +43 -43
- data/spec/vcr/subscription/cancel/1301881900.yml +35 -35
- data/spec/vcr/subscription/change1/1301881900.yml +31 -31
- data/spec/vcr/subscription/change2/1301881900.yml +31 -31
- data/spec/vcr/subscription/create/1301881900.yml +13 -13
- data/spec/vcr/subscription/find/1301881900.yml +19 -19
- data/spec/vcr/subscription/reactivate/1301881900.yml +36 -36
- data/spec/vcr/subscription/refund-full/1301881900.yml +27 -27
- data/spec/vcr/subscription/refund-none/1301881900.yml +28 -28
- data/spec/vcr/subscription/refund-partial/1301881900.yml +28 -28
- data/spec/vcr/transaction/all/1301883347.yml +43 -43
- data/spec/vcr/transaction/create-no-account/1301883347.yml +5 -5
- data/spec/vcr/transaction/create-with-account/1301883347.yml +13 -13
- data/spec/vcr/transaction/list-filled/1301883347.yml +45 -45
- data/spec/vcr/transaction/list-initial/1301883347.yml +13 -13
- data/spec/vcr/transaction/lookup/1301883347.yml +41 -41
- data/spec/vcr/transaction/refund/1301883347.yml +19 -19
- data/spec/vcr/transaction/void/1301883347.yml +26 -26
- data/spec/vcr/transparent/post-url/1301879142.yml +9 -9
- metadata +27 -33
- data/spec/vcr/subscription/addons/add/1301884213.yml +0 -480
- data/spec/vcr/subscription/addons/create/1297746103.yml +0 -321
- data/spec/vcr/subscription/addons/remove/1301884213.yml +0 -449
@@ -39,13 +39,13 @@
|
|
39
39
|
location:
|
40
40
|
- http://app.recurly.local:3000/accounts/1301881900
|
41
41
|
x-runtime:
|
42
|
-
- "
|
42
|
+
- "477"
|
43
43
|
content-type:
|
44
44
|
- application/xml; charset=utf-8
|
45
45
|
content-length:
|
46
46
|
- "553"
|
47
47
|
set-cookie:
|
48
|
-
- _recurly_session=
|
48
|
+
- _recurly_session=c2764e78c46d641e7fbb642335415bcf; domain=.recurly.local; path=/; HttpOnly
|
49
49
|
connection:
|
50
50
|
- close
|
51
51
|
server:
|
@@ -62,8 +62,8 @@
|
|
62
62
|
<company_name>Recurly Ruby Gem</company_name>
|
63
63
|
<balance_in_cents type="integer">0</balance_in_cents>
|
64
64
|
<closed type="boolean">false</closed>
|
65
|
-
<hosted_login_token>
|
66
|
-
<created_at type="datetime">2011-04-
|
65
|
+
<hosted_login_token>e7fd88206ca8403abe6208ec7a56b008</hosted_login_token>
|
66
|
+
<created_at type="datetime">2011-04-05T05:18:22Z</created_at>
|
67
67
|
<state>active</state>
|
68
68
|
</account>
|
69
69
|
|
@@ -90,7 +90,7 @@
|
|
90
90
|
message: OK
|
91
91
|
headers:
|
92
92
|
x-runtime:
|
93
|
-
- "
|
93
|
+
- "81"
|
94
94
|
content-type:
|
95
95
|
- application/xml; charset=utf-8
|
96
96
|
etag:
|
@@ -100,7 +100,7 @@
|
|
100
100
|
content-length:
|
101
101
|
- "1558"
|
102
102
|
set-cookie:
|
103
|
-
- _recurly_session=
|
103
|
+
- _recurly_session=89dbef4a7224859801d0bbfc679048bb; domain=.recurly.local; path=/; HttpOnly
|
104
104
|
connection:
|
105
105
|
- close
|
106
106
|
server:
|
@@ -180,8 +180,8 @@
|
|
180
180
|
<username type="yaml" nil="true"></username>
|
181
181
|
<balance-in-cents type="integer">0</balance-in-cents>
|
182
182
|
<closed type="boolean">false</closed>
|
183
|
-
<hosted-login-token>
|
184
|
-
<created-at type="datetime">2011-04-
|
183
|
+
<hosted-login-token>e7fd88206ca8403abe6208ec7a56b008</hosted-login-token>
|
184
|
+
<created-at type="datetime">2011-04-05T05:18:22Z</created-at>
|
185
185
|
<state>active</state>
|
186
186
|
</account>
|
187
187
|
<addons type="array"/>
|
@@ -206,13 +206,13 @@
|
|
206
206
|
cache-control:
|
207
207
|
- no-cache
|
208
208
|
x-runtime:
|
209
|
-
- "
|
209
|
+
- "3988"
|
210
210
|
content-type:
|
211
211
|
- application/xml; charset=utf-8
|
212
212
|
content-length:
|
213
213
|
- "867"
|
214
214
|
set-cookie:
|
215
|
-
- _recurly_session=
|
215
|
+
- _recurly_session=c5cd72a8d4a11896db6f35ced4e03dcd; domain=.recurly.local; path=/; HttpOnly
|
216
216
|
connection:
|
217
217
|
- close
|
218
218
|
server:
|
@@ -229,11 +229,11 @@
|
|
229
229
|
<state>active</state>
|
230
230
|
<quantity type="integer">1</quantity>
|
231
231
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
232
|
-
<activated_at type="datetime">2011-04-
|
232
|
+
<activated_at type="datetime">2011-04-05T05:18:26Z</activated_at>
|
233
233
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
234
234
|
<expires_at nil="true" type="datetime"></expires_at>
|
235
|
-
<current_period_started_at type="datetime">2011-04-
|
236
|
-
<current_period_ends_at type="datetime">2011-05-
|
235
|
+
<current_period_started_at type="datetime">2011-04-05T05:18:26Z</current_period_started_at>
|
236
|
+
<current_period_ends_at type="datetime">2011-05-05T05:18:26Z</current_period_ends_at>
|
237
237
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
238
238
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
239
239
|
<add_ons type="array">
|
@@ -263,17 +263,17 @@
|
|
263
263
|
message: OK
|
264
264
|
headers:
|
265
265
|
x-runtime:
|
266
|
-
- "
|
266
|
+
- "287"
|
267
267
|
content-type:
|
268
268
|
- application/xml; charset=utf-8
|
269
269
|
etag:
|
270
|
-
- "\"
|
270
|
+
- "\"125e0a87446322f1bb2d912a32b191b9\""
|
271
271
|
cache-control:
|
272
272
|
- private, max-age=0, must-revalidate
|
273
273
|
content-length:
|
274
274
|
- "867"
|
275
275
|
set-cookie:
|
276
|
-
- _recurly_session=
|
276
|
+
- _recurly_session=be128bbc0b6d095db52d51e5ac09237d; domain=.recurly.local; path=/; HttpOnly
|
277
277
|
connection:
|
278
278
|
- close
|
279
279
|
server:
|
@@ -290,11 +290,11 @@
|
|
290
290
|
<state>active</state>
|
291
291
|
<quantity type="integer">1</quantity>
|
292
292
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
293
|
-
<activated_at type="datetime">2011-04-
|
293
|
+
<activated_at type="datetime">2011-04-05T05:18:26Z</activated_at>
|
294
294
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
295
295
|
<expires_at nil="true" type="datetime"></expires_at>
|
296
|
-
<current_period_started_at type="datetime">2011-04-
|
297
|
-
<current_period_ends_at type="datetime">2011-05-
|
296
|
+
<current_period_started_at type="datetime">2011-04-05T05:18:26Z</current_period_started_at>
|
297
|
+
<current_period_ends_at type="datetime">2011-05-05T05:18:26Z</current_period_ends_at>
|
298
298
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
299
299
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
300
300
|
<add_ons type="array">
|
@@ -330,17 +330,17 @@
|
|
330
330
|
message: OK
|
331
331
|
headers:
|
332
332
|
x-runtime:
|
333
|
-
- "
|
333
|
+
- "1779"
|
334
334
|
content-type:
|
335
335
|
- application/xml; charset=utf-8
|
336
336
|
etag:
|
337
|
-
- "\"
|
337
|
+
- "\"7521c3a75261656f2ffb6a6b66663d00\""
|
338
338
|
cache-control:
|
339
339
|
- private, max-age=0, must-revalidate
|
340
340
|
content-length:
|
341
341
|
- "867"
|
342
342
|
set-cookie:
|
343
|
-
- _recurly_session=
|
343
|
+
- _recurly_session=a481559e236922aa158378e158a17b79; domain=.recurly.local; path=/; HttpOnly
|
344
344
|
connection:
|
345
345
|
- close
|
346
346
|
server:
|
@@ -357,11 +357,11 @@
|
|
357
357
|
<state>active</state>
|
358
358
|
<quantity type="integer">2</quantity>
|
359
359
|
<total_amount_in_cents type="integer">400</total_amount_in_cents>
|
360
|
-
<activated_at type="datetime">2011-04-
|
360
|
+
<activated_at type="datetime">2011-04-05T05:18:33Z</activated_at>
|
361
361
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
362
362
|
<expires_at nil="true" type="datetime"></expires_at>
|
363
|
-
<current_period_started_at type="datetime">2011-04-
|
364
|
-
<current_period_ends_at type="datetime">2011-05-
|
363
|
+
<current_period_started_at type="datetime">2011-04-05T05:18:26Z</current_period_started_at>
|
364
|
+
<current_period_ends_at type="datetime">2011-05-05T05:18:26Z</current_period_ends_at>
|
365
365
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
366
366
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
367
367
|
<add_ons type="array">
|
@@ -391,17 +391,17 @@
|
|
391
391
|
message: OK
|
392
392
|
headers:
|
393
393
|
x-runtime:
|
394
|
-
- "
|
394
|
+
- "289"
|
395
395
|
content-type:
|
396
396
|
- application/xml; charset=utf-8
|
397
397
|
etag:
|
398
|
-
- "\"
|
398
|
+
- "\"7521c3a75261656f2ffb6a6b66663d00\""
|
399
399
|
cache-control:
|
400
400
|
- private, max-age=0, must-revalidate
|
401
401
|
content-length:
|
402
402
|
- "867"
|
403
403
|
set-cookie:
|
404
|
-
- _recurly_session=
|
404
|
+
- _recurly_session=ba979f972c49674037778745e27e8be3; domain=.recurly.local; path=/; HttpOnly
|
405
405
|
connection:
|
406
406
|
- close
|
407
407
|
server:
|
@@ -418,11 +418,11 @@
|
|
418
418
|
<state>active</state>
|
419
419
|
<quantity type="integer">2</quantity>
|
420
420
|
<total_amount_in_cents type="integer">400</total_amount_in_cents>
|
421
|
-
<activated_at type="datetime">2011-04-
|
421
|
+
<activated_at type="datetime">2011-04-05T05:18:33Z</activated_at>
|
422
422
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
423
423
|
<expires_at nil="true" type="datetime"></expires_at>
|
424
|
-
<current_period_started_at type="datetime">2011-04-
|
425
|
-
<current_period_ends_at type="datetime">2011-05-
|
424
|
+
<current_period_started_at type="datetime">2011-04-05T05:18:26Z</current_period_started_at>
|
425
|
+
<current_period_ends_at type="datetime">2011-05-05T05:18:26Z</current_period_ends_at>
|
426
426
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
427
427
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
428
428
|
<add_ons type="array">
|
@@ -39,13 +39,13 @@
|
|
39
39
|
location:
|
40
40
|
- http://app.recurly.local:3000/accounts/subscription-create-1301881900
|
41
41
|
x-runtime:
|
42
|
-
- "
|
42
|
+
- "290"
|
43
43
|
content-type:
|
44
44
|
- application/xml; charset=utf-8
|
45
45
|
content-length:
|
46
46
|
- "593"
|
47
47
|
set-cookie:
|
48
|
-
- _recurly_session=
|
48
|
+
- _recurly_session=ac75a9461a2011eac39041920bbd697e; domain=.recurly.local; path=/; HttpOnly
|
49
49
|
connection:
|
50
50
|
- close
|
51
51
|
server:
|
@@ -62,8 +62,8 @@
|
|
62
62
|
<company_name>Recurly Ruby Gem</company_name>
|
63
63
|
<balance_in_cents type="integer">0</balance_in_cents>
|
64
64
|
<closed type="boolean">false</closed>
|
65
|
-
<hosted_login_token>
|
66
|
-
<created_at type="datetime">2011-04-
|
65
|
+
<hosted_login_token>5ed999e4f6564430b1e6f0a32f127aee</hosted_login_token>
|
66
|
+
<created_at type="datetime">2011-04-05T05:17:55Z</created_at>
|
67
67
|
<state>active</state>
|
68
68
|
</account>
|
69
69
|
|
@@ -90,7 +90,7 @@
|
|
90
90
|
message: OK
|
91
91
|
headers:
|
92
92
|
x-runtime:
|
93
|
-
- "
|
93
|
+
- "259"
|
94
94
|
content-type:
|
95
95
|
- application/xml; charset=utf-8
|
96
96
|
etag:
|
@@ -100,7 +100,7 @@
|
|
100
100
|
content-length:
|
101
101
|
- "1558"
|
102
102
|
set-cookie:
|
103
|
-
- _recurly_session=
|
103
|
+
- _recurly_session=be922f0833014d452cedf208e5c96c3c; domain=.recurly.local; path=/; HttpOnly
|
104
104
|
connection:
|
105
105
|
- close
|
106
106
|
server:
|
@@ -180,8 +180,8 @@
|
|
180
180
|
<username type="yaml" nil="true"></username>
|
181
181
|
<balance-in-cents type="integer">0</balance-in-cents>
|
182
182
|
<closed type="boolean">false</closed>
|
183
|
-
<hosted-login-token>
|
184
|
-
<created-at type="datetime">2011-04-
|
183
|
+
<hosted-login-token>5ed999e4f6564430b1e6f0a32f127aee</hosted-login-token>
|
184
|
+
<created-at type="datetime">2011-04-05T05:17:55Z</created-at>
|
185
185
|
<state>active</state>
|
186
186
|
</account>
|
187
187
|
<addons type="array"/>
|
@@ -206,13 +206,13 @@
|
|
206
206
|
cache-control:
|
207
207
|
- no-cache
|
208
208
|
x-runtime:
|
209
|
-
- "
|
209
|
+
- "3883"
|
210
210
|
content-type:
|
211
211
|
- application/xml; charset=utf-8
|
212
212
|
content-length:
|
213
213
|
- "907"
|
214
214
|
set-cookie:
|
215
|
-
- _recurly_session=
|
215
|
+
- _recurly_session=ac3a5e20cd7476ef951fddb9ff0e914c; domain=.recurly.local; path=/; HttpOnly
|
216
216
|
connection:
|
217
217
|
- close
|
218
218
|
server:
|
@@ -229,11 +229,11 @@
|
|
229
229
|
<state>active</state>
|
230
230
|
<quantity type="integer">1</quantity>
|
231
231
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
232
|
-
<activated_at type="datetime">2011-04-
|
232
|
+
<activated_at type="datetime">2011-04-05T05:17:59Z</activated_at>
|
233
233
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
234
234
|
<expires_at nil="true" type="datetime"></expires_at>
|
235
|
-
<current_period_started_at type="datetime">2011-04-
|
236
|
-
<current_period_ends_at type="datetime">2011-05-
|
235
|
+
<current_period_started_at type="datetime">2011-04-05T05:17:59Z</current_period_started_at>
|
236
|
+
<current_period_ends_at type="datetime">2011-05-05T05:17:59Z</current_period_ends_at>
|
237
237
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
238
238
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
239
239
|
<add_ons type="array">
|
@@ -39,13 +39,13 @@
|
|
39
39
|
location:
|
40
40
|
- http://app.recurly.local:3000/accounts/subscription-find-1301881900
|
41
41
|
x-runtime:
|
42
|
-
- "
|
42
|
+
- "293"
|
43
43
|
content-type:
|
44
44
|
- application/xml; charset=utf-8
|
45
45
|
content-length:
|
46
46
|
- "589"
|
47
47
|
set-cookie:
|
48
|
-
- _recurly_session=
|
48
|
+
- _recurly_session=0c9808c6c9b494db4b43992bf2788da0; domain=.recurly.local; path=/; HttpOnly
|
49
49
|
connection:
|
50
50
|
- close
|
51
51
|
server:
|
@@ -62,8 +62,8 @@
|
|
62
62
|
<company_name>Recurly Ruby Gem</company_name>
|
63
63
|
<balance_in_cents type="integer">0</balance_in_cents>
|
64
64
|
<closed type="boolean">false</closed>
|
65
|
-
<hosted_login_token>
|
66
|
-
<created_at type="datetime">2011-04-
|
65
|
+
<hosted_login_token>a23cdd8be75647cb96c9c714dd190cfe</hosted_login_token>
|
66
|
+
<created_at type="datetime">2011-04-05T05:17:44Z</created_at>
|
67
67
|
<state>active</state>
|
68
68
|
</account>
|
69
69
|
|
@@ -90,7 +90,7 @@
|
|
90
90
|
message: OK
|
91
91
|
headers:
|
92
92
|
x-runtime:
|
93
|
-
- "
|
93
|
+
- "260"
|
94
94
|
content-type:
|
95
95
|
- application/xml; charset=utf-8
|
96
96
|
etag:
|
@@ -100,7 +100,7 @@
|
|
100
100
|
content-length:
|
101
101
|
- "1558"
|
102
102
|
set-cookie:
|
103
|
-
- _recurly_session=
|
103
|
+
- _recurly_session=1c6c2d0df8deb8a259ec7487b7a95141; domain=.recurly.local; path=/; HttpOnly
|
104
104
|
connection:
|
105
105
|
- close
|
106
106
|
server:
|
@@ -180,8 +180,8 @@
|
|
180
180
|
<username type="yaml" nil="true"></username>
|
181
181
|
<balance-in-cents type="integer">0</balance-in-cents>
|
182
182
|
<closed type="boolean">false</closed>
|
183
|
-
<hosted-login-token>
|
184
|
-
<created-at type="datetime">2011-04-
|
183
|
+
<hosted-login-token>a23cdd8be75647cb96c9c714dd190cfe</hosted-login-token>
|
184
|
+
<created-at type="datetime">2011-04-05T05:17:44Z</created-at>
|
185
185
|
<state>active</state>
|
186
186
|
</account>
|
187
187
|
<addons type="array"/>
|
@@ -206,13 +206,13 @@
|
|
206
206
|
cache-control:
|
207
207
|
- no-cache
|
208
208
|
x-runtime:
|
209
|
-
- "
|
209
|
+
- "3468"
|
210
210
|
content-type:
|
211
211
|
- application/xml; charset=utf-8
|
212
212
|
content-length:
|
213
213
|
- "903"
|
214
214
|
set-cookie:
|
215
|
-
- _recurly_session=
|
215
|
+
- _recurly_session=aceda103e7c9ae1e20b6976fd8a7f7e0; domain=.recurly.local; path=/; HttpOnly
|
216
216
|
connection:
|
217
217
|
- close
|
218
218
|
server:
|
@@ -229,11 +229,11 @@
|
|
229
229
|
<state>active</state>
|
230
230
|
<quantity type="integer">1</quantity>
|
231
231
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
232
|
-
<activated_at type="datetime">2011-04-
|
232
|
+
<activated_at type="datetime">2011-04-05T05:17:48Z</activated_at>
|
233
233
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
234
234
|
<expires_at nil="true" type="datetime"></expires_at>
|
235
|
-
<current_period_started_at type="datetime">2011-04-
|
236
|
-
<current_period_ends_at type="datetime">2011-05-
|
235
|
+
<current_period_started_at type="datetime">2011-04-05T05:17:48Z</current_period_started_at>
|
236
|
+
<current_period_ends_at type="datetime">2011-05-05T05:17:48Z</current_period_ends_at>
|
237
237
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
238
238
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
239
239
|
<add_ons type="array">
|
@@ -263,17 +263,17 @@
|
|
263
263
|
message: OK
|
264
264
|
headers:
|
265
265
|
x-runtime:
|
266
|
-
- "
|
266
|
+
- "283"
|
267
267
|
content-type:
|
268
268
|
- application/xml; charset=utf-8
|
269
269
|
etag:
|
270
|
-
- "\"
|
270
|
+
- "\"047d64d263f56d958e60bf58e57f7257\""
|
271
271
|
cache-control:
|
272
272
|
- private, max-age=0, must-revalidate
|
273
273
|
content-length:
|
274
274
|
- "903"
|
275
275
|
set-cookie:
|
276
|
-
- _recurly_session=
|
276
|
+
- _recurly_session=3418318b073feafa39ab72b612754157; domain=.recurly.local; path=/; HttpOnly
|
277
277
|
connection:
|
278
278
|
- close
|
279
279
|
server:
|
@@ -290,11 +290,11 @@
|
|
290
290
|
<state>active</state>
|
291
291
|
<quantity type="integer">1</quantity>
|
292
292
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
293
|
-
<activated_at type="datetime">2011-04-
|
293
|
+
<activated_at type="datetime">2011-04-05T05:17:48Z</activated_at>
|
294
294
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
295
295
|
<expires_at nil="true" type="datetime"></expires_at>
|
296
|
-
<current_period_started_at type="datetime">2011-04-
|
297
|
-
<current_period_ends_at type="datetime">2011-05-
|
296
|
+
<current_period_started_at type="datetime">2011-04-05T05:17:48Z</current_period_started_at>
|
297
|
+
<current_period_ends_at type="datetime">2011-05-05T05:17:48Z</current_period_ends_at>
|
298
298
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
299
299
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
300
300
|
<add_ons type="array">
|
@@ -39,13 +39,13 @@
|
|
39
39
|
location:
|
40
40
|
- http://app.recurly.local:3000/accounts/subscription-reactivate-1301881900
|
41
41
|
x-runtime:
|
42
|
-
- "
|
42
|
+
- "327"
|
43
43
|
content-type:
|
44
44
|
- application/xml; charset=utf-8
|
45
45
|
content-length:
|
46
46
|
- "601"
|
47
47
|
set-cookie:
|
48
|
-
- _recurly_session=
|
48
|
+
- _recurly_session=4c4f804a6ffe3d7de11dc2b35103d203; domain=.recurly.local; path=/; HttpOnly
|
49
49
|
connection:
|
50
50
|
- close
|
51
51
|
server:
|
@@ -62,8 +62,8 @@
|
|
62
62
|
<company_name>Recurly Ruby Gem</company_name>
|
63
63
|
<balance_in_cents type="integer">0</balance_in_cents>
|
64
64
|
<closed type="boolean">false</closed>
|
65
|
-
<hosted_login_token>
|
66
|
-
<created_at type="datetime">2011-04-
|
65
|
+
<hosted_login_token>e74b44fe8cbb44a394458d8000e9828d</hosted_login_token>
|
66
|
+
<created_at type="datetime">2011-04-05T05:18:39Z</created_at>
|
67
67
|
<state>active</state>
|
68
68
|
</account>
|
69
69
|
|
@@ -90,7 +90,7 @@
|
|
90
90
|
message: OK
|
91
91
|
headers:
|
92
92
|
x-runtime:
|
93
|
-
- "
|
93
|
+
- "81"
|
94
94
|
content-type:
|
95
95
|
- application/xml; charset=utf-8
|
96
96
|
etag:
|
@@ -100,7 +100,7 @@
|
|
100
100
|
content-length:
|
101
101
|
- "1558"
|
102
102
|
set-cookie:
|
103
|
-
- _recurly_session=
|
103
|
+
- _recurly_session=d3fa483a81b69eb15a7c46fdaacd43f2; domain=.recurly.local; path=/; HttpOnly
|
104
104
|
connection:
|
105
105
|
- close
|
106
106
|
server:
|
@@ -180,8 +180,8 @@
|
|
180
180
|
<username type="yaml" nil="true"></username>
|
181
181
|
<balance-in-cents type="integer">0</balance-in-cents>
|
182
182
|
<closed type="boolean">false</closed>
|
183
|
-
<hosted-login-token>
|
184
|
-
<created-at type="datetime">2011-04-
|
183
|
+
<hosted-login-token>e74b44fe8cbb44a394458d8000e9828d</hosted-login-token>
|
184
|
+
<created-at type="datetime">2011-04-05T05:18:39Z</created-at>
|
185
185
|
<state>active</state>
|
186
186
|
</account>
|
187
187
|
<addons type="array"/>
|
@@ -206,13 +206,13 @@
|
|
206
206
|
cache-control:
|
207
207
|
- no-cache
|
208
208
|
x-runtime:
|
209
|
-
- "
|
209
|
+
- "4014"
|
210
210
|
content-type:
|
211
211
|
- application/xml; charset=utf-8
|
212
212
|
content-length:
|
213
213
|
- "915"
|
214
214
|
set-cookie:
|
215
|
-
- _recurly_session=
|
215
|
+
- _recurly_session=119131ed2e9760ebfe2c996e2b47d442; domain=.recurly.local; path=/; HttpOnly
|
216
216
|
connection:
|
217
217
|
- close
|
218
218
|
server:
|
@@ -229,11 +229,11 @@
|
|
229
229
|
<state>active</state>
|
230
230
|
<quantity type="integer">1</quantity>
|
231
231
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
232
|
-
<activated_at type="datetime">2011-04-
|
232
|
+
<activated_at type="datetime">2011-04-05T05:18:43Z</activated_at>
|
233
233
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
234
234
|
<expires_at nil="true" type="datetime"></expires_at>
|
235
|
-
<current_period_started_at type="datetime">2011-04-
|
236
|
-
<current_period_ends_at type="datetime">2011-05-
|
235
|
+
<current_period_started_at type="datetime">2011-04-05T05:18:43Z</current_period_started_at>
|
236
|
+
<current_period_ends_at type="datetime">2011-05-05T05:18:43Z</current_period_ends_at>
|
237
237
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
238
238
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
239
239
|
<add_ons type="array">
|
@@ -263,17 +263,17 @@
|
|
263
263
|
message: OK
|
264
264
|
headers:
|
265
265
|
x-runtime:
|
266
|
-
- "
|
266
|
+
- "290"
|
267
267
|
content-type:
|
268
268
|
- application/xml; charset=utf-8
|
269
269
|
etag:
|
270
|
-
- "\"
|
270
|
+
- "\"1ea50f3f0b01c2a696b8d0412e90db32\""
|
271
271
|
cache-control:
|
272
272
|
- private, max-age=0, must-revalidate
|
273
273
|
content-length:
|
274
274
|
- "915"
|
275
275
|
set-cookie:
|
276
|
-
- _recurly_session=
|
276
|
+
- _recurly_session=8e707542808b999b75bb80bf5a64acb7; domain=.recurly.local; path=/; HttpOnly
|
277
277
|
connection:
|
278
278
|
- close
|
279
279
|
server:
|
@@ -290,11 +290,11 @@
|
|
290
290
|
<state>active</state>
|
291
291
|
<quantity type="integer">1</quantity>
|
292
292
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
293
|
-
<activated_at type="datetime">2011-04-
|
293
|
+
<activated_at type="datetime">2011-04-05T05:18:43Z</activated_at>
|
294
294
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
295
295
|
<expires_at nil="true" type="datetime"></expires_at>
|
296
|
-
<current_period_started_at type="datetime">2011-04-
|
297
|
-
<current_period_ends_at type="datetime">2011-05-
|
296
|
+
<current_period_started_at type="datetime">2011-04-05T05:18:43Z</current_period_started_at>
|
297
|
+
<current_period_ends_at type="datetime">2011-05-05T05:18:43Z</current_period_ends_at>
|
298
298
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
299
299
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
300
300
|
<add_ons type="array">
|
@@ -322,17 +322,17 @@
|
|
322
322
|
message: OK
|
323
323
|
headers:
|
324
324
|
x-runtime:
|
325
|
-
- "
|
325
|
+
- "554"
|
326
326
|
content-type:
|
327
327
|
- application/xml; charset=utf-8
|
328
328
|
etag:
|
329
|
-
- "\"
|
329
|
+
- "\"f9980dd53c4c272d234bf3430183a669\""
|
330
330
|
cache-control:
|
331
331
|
- private, max-age=0, must-revalidate
|
332
332
|
content-length:
|
333
333
|
- "935"
|
334
334
|
set-cookie:
|
335
|
-
- _recurly_session=
|
335
|
+
- _recurly_session=bd21203c268e2d16d4c49d007caf6c9b; domain=.recurly.local; path=/; HttpOnly
|
336
336
|
connection:
|
337
337
|
- close
|
338
338
|
server:
|
@@ -349,11 +349,11 @@
|
|
349
349
|
<state>canceled</state>
|
350
350
|
<quantity type="integer">1</quantity>
|
351
351
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
352
|
-
<activated_at type="datetime">2011-04-
|
353
|
-
<canceled_at type="datetime">2011-04-
|
354
|
-
<expires_at type="datetime">2011-05-
|
355
|
-
<current_period_started_at type="datetime">2011-04-
|
356
|
-
<current_period_ends_at type="datetime">2011-05-
|
352
|
+
<activated_at type="datetime">2011-04-05T05:18:43Z</activated_at>
|
353
|
+
<canceled_at type="datetime">2011-04-05T05:18:50Z</canceled_at>
|
354
|
+
<expires_at type="datetime">2011-05-05T05:18:43Z</expires_at>
|
355
|
+
<current_period_started_at type="datetime">2011-04-05T05:18:43Z</current_period_started_at>
|
356
|
+
<current_period_ends_at type="datetime">2011-05-05T05:18:43Z</current_period_ends_at>
|
357
357
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
358
358
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
359
359
|
<add_ons type="array">
|
@@ -387,13 +387,13 @@
|
|
387
387
|
location:
|
388
388
|
- http://app.recurly.local:3000/accounts/subscription-reactivate-1301881900
|
389
389
|
x-runtime:
|
390
|
-
- "
|
390
|
+
- "376"
|
391
391
|
content-type:
|
392
392
|
- text/html; charset=utf-8
|
393
393
|
content-length:
|
394
394
|
- "139"
|
395
395
|
set-cookie:
|
396
|
-
- _recurly_session=
|
396
|
+
- _recurly_session=c8d539af9170666290b2ce9560e168e5; domain=.recurly.local; path=/; HttpOnly
|
397
397
|
connection:
|
398
398
|
- close
|
399
399
|
server:
|
@@ -422,17 +422,17 @@
|
|
422
422
|
message: OK
|
423
423
|
headers:
|
424
424
|
x-runtime:
|
425
|
-
- "
|
425
|
+
- "291"
|
426
426
|
content-type:
|
427
427
|
- application/xml; charset=utf-8
|
428
428
|
etag:
|
429
|
-
- "\"
|
429
|
+
- "\"8ff8ac0e3a29454777606965ff39a91b\""
|
430
430
|
cache-control:
|
431
431
|
- private, max-age=0, must-revalidate
|
432
432
|
content-length:
|
433
433
|
- "924"
|
434
434
|
set-cookie:
|
435
|
-
- _recurly_session=
|
435
|
+
- _recurly_session=b5a35d5d781180c790e4a91f98ef0639; domain=.recurly.local; path=/; HttpOnly
|
436
436
|
connection:
|
437
437
|
- close
|
438
438
|
server:
|
@@ -449,11 +449,11 @@
|
|
449
449
|
<state>active</state>
|
450
450
|
<quantity type="integer">1</quantity>
|
451
451
|
<total_amount_in_cents type="integer">200</total_amount_in_cents>
|
452
|
-
<activated_at type="datetime">2011-04-
|
452
|
+
<activated_at type="datetime">2011-04-05T05:18:43Z</activated_at>
|
453
453
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
454
|
-
<expires_at type="datetime">2011-05-
|
455
|
-
<current_period_started_at type="datetime">2011-04-
|
456
|
-
<current_period_ends_at type="datetime">2011-05-
|
454
|
+
<expires_at type="datetime">2011-05-05T05:18:43Z</expires_at>
|
455
|
+
<current_period_started_at type="datetime">2011-04-05T05:18:43Z</current_period_started_at>
|
456
|
+
<current_period_ends_at type="datetime">2011-05-05T05:18:43Z</current_period_ends_at>
|
457
457
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
458
458
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
459
459
|
<add_ons type="array">
|