recurly 0.2.4 → 0.2.5

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 (62) hide show
  1. data/lib/recurly/charge.rb +5 -6
  2. data/lib/recurly/version.rb +1 -1
  3. data/spec/integration/charge_spec.rb +1 -0
  4. data/spec/vcr/account/close/1287167046.yml +15 -15
  5. data/spec/vcr/account/create-blank/1287167046.yml +3 -3
  6. data/spec/vcr/account/create-duplicate/1287167046.yml +9 -9
  7. data/spec/vcr/account/create-min/1287167046.yml +6 -6
  8. data/spec/vcr/account/create/1287167046.yml +6 -6
  9. data/spec/vcr/account/find/1287167046.yml +14 -14
  10. data/spec/vcr/account/list/1287167046.yml +100 -100
  11. data/spec/vcr/account/update/1287167046.yml +26 -26
  12. data/spec/vcr/billing/create/1286682213.yml +16 -16
  13. data/spec/vcr/billing/destroy/1286682213.yml +24 -24
  14. data/spec/vcr/billing/find/1286682213.yml +20 -20
  15. data/spec/vcr/billing/update/1286682213.yml +21 -21
  16. data/spec/vcr/charge/create/{1286681273.yml → 1287465632.yml} +35 -35
  17. data/spec/vcr/charge/delete-uninvoiced/{1287460783.yml → 1287465632.yml} +102 -56
  18. data/spec/vcr/charge/list-all/{1286681273.yml → 1287465632.yml} +51 -51
  19. data/spec/vcr/charge/list-invoiced/{1286681273.yml → 1287465632.yml} +80 -80
  20. data/spec/vcr/charge/list-pending/{1286681273.yml → 1287465632.yml} +51 -51
  21. data/spec/vcr/charge/lookup/{1286681273.yml → 1287465632.yml} +27 -27
  22. data/spec/vcr/credit/create/{1287461340.yml → 1287461400.yml} +25 -25
  23. data/spec/vcr/credit/{delete-uninvoiced/1287460732.yml → delete/1287461400.yml} +34 -34
  24. data/spec/vcr/credit/list/{1287460732.yml → 1287461400.yml} +50 -50
  25. data/spec/vcr/credit/lookup/{1287461340.yml → 1287461400.yml} +26 -26
  26. data/spec/vcr/invoice/create-no-charges/1287167121.yml +14 -14
  27. data/spec/vcr/invoice/create/1287167121.yml +36 -36
  28. data/spec/vcr/invoice/list/1287167121.yml +51 -51
  29. data/spec/vcr/invoice/lookup/1287167121.yml +37 -37
  30. data/spec/vcr/plan/all.yml +9 -9
  31. data/spec/vcr/plan/delete/1286677585.yml +16 -16
  32. data/spec/vcr/plan/find.yml +9 -9
  33. data/spec/vcr/plan/update.yml +9 -9
  34. data/spec/vcr/subscription/cancel-with-code/1287455769.yml +51 -51
  35. data/spec/vcr/subscription/cancel/1287455769.yml +42 -42
  36. data/spec/vcr/subscription/change1/1287455769.yml +38 -38
  37. data/spec/vcr/subscription/change2/1287455769.yml +38 -38
  38. data/spec/vcr/subscription/create/1287455769.yml +17 -17
  39. data/spec/vcr/subscription/find/1287455769.yml +24 -24
  40. data/spec/vcr/subscription/reactivate/1287455769.yml +44 -44
  41. data/spec/vcr/subscription/refund-full/1287455769.yml +36 -36
  42. data/spec/vcr/subscription/refund-none/1287455769.yml +35 -35
  43. data/spec/vcr/subscription/refund-partial/1287455769.yml +36 -36
  44. data/spec/vcr/transaction/all/1287186411.yml +45 -45
  45. data/spec/vcr/transaction/create-no-account/1287186411.yml +7 -7
  46. data/spec/vcr/transaction/create-with-account/1287186411.yml +17 -17
  47. data/spec/vcr/transaction/list-empty/1287186411.yml +17 -17
  48. data/spec/vcr/transaction/list-filled/1287186411.yml +41 -41
  49. data/spec/vcr/transaction/lookup/1287186411.yml +50 -50
  50. data/spec/vcr/transaction/refund/1287186411.yml +24 -24
  51. data/spec/vcr/transaction/void/1287186411.yml +61 -61
  52. metadata +23 -43
  53. data/spec/vcr/credit/create/1286681343.yml +0 -171
  54. data/spec/vcr/credit/create/1287460732.yml +0 -171
  55. data/spec/vcr/credit/delete-invoiced/1287460732.yml +0 -233
  56. data/spec/vcr/credit/delete-invoiced/1287461340.yml +0 -283
  57. data/spec/vcr/credit/delete-uninvoiced/1287459796.yml +0 -246
  58. data/spec/vcr/credit/delete-uninvoiced/1287461340.yml +0 -221
  59. data/spec/vcr/credit/list/1286681343.yml +0 -299
  60. data/spec/vcr/credit/list/1287461340.yml +0 -299
  61. data/spec/vcr/credit/lookup/1286681343.yml +0 -171
  62. data/spec/vcr/credit/lookup/1287460732.yml +0 -171
@@ -17,11 +17,10 @@ module Recurly
17
17
  find(id, :params => { :account_code => account_code })
18
18
  end
19
19
 
20
-
21
- def destroy
22
- reload
23
- return false if invoice_id.present?
24
- super
25
- end
20
+ # def destroy
21
+ # reload
22
+ # return false if respond_to?(:invoice_id) and invoice_id.present?
23
+ # super
24
+ # end
26
25
  end
27
26
  end
@@ -1,3 +1,3 @@
1
1
  module Recurly #:nodoc
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
@@ -167,6 +167,7 @@ module Recurly
167
167
  end
168
168
 
169
169
  it "should not remove the charge" do
170
+ pending "should not throw a 500 error"
170
171
  @charge.destroy.should be_false
171
172
  Charge.lookup(account.account_code, @charge.id).should == @charge
172
173
  end
@@ -34,17 +34,17 @@
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "609"
37
+ - "583"
38
38
  date:
39
- - Tue, 19 Oct 2010 03:18:58 GMT
39
+ - Tue, 19 Oct 2010 05:21:16 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "581"
44
44
  set-cookie:
45
- - account_credentials=06392fef571b9ee7d9c1882c09b29b75d142d5d68c80899e1256844e7a9c5bd955c5f8a93fa63789d66c27a7895db5aea6b992b3a79fb4559463dedde850ec21%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=3f68cffcd6c551a81a5f95748e77ed3b21cb4b5602f3feade57994946ee7203fb9e35ed36a4154268e813a19aa867496c754ad6f9d73313e6636c36a50c404e6%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=5e0292a892483661424a3cc0909360fb; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=57a489887ed3aa7bc824f0f78d4fe64a; 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>a8f733ecab7d471eb94ae072c9c8c924</hosted_login_token>
63
- <created_at type="datetime">2010-10-19T03:18:58Z</created_at>
62
+ <hosted_login_token>5a0b617afeed4ebfb32b3303218cebfa</hosted_login_token>
63
+ <created_at type="datetime">2010-10-19T05:21:16Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -89,15 +89,15 @@
89
89
  content-type:
90
90
  - application/xml; charset=utf-8
91
91
  x-runtime:
92
- - "40"
92
+ - "41"
93
93
  date:
94
- - Tue, 19 Oct 2010 03:18:58 GMT
94
+ - Tue, 19 Oct 2010 05:21:16 GMT
95
95
  server:
96
96
  - nginx/0.7.65
97
97
  content-length:
98
98
  - "1"
99
99
  set-cookie:
100
- - _recurly_session=b9c63067736a5f4ce4a1904eb1eda748; domain=.recurly.com; path=/; Secure; HttpOnly
100
+ - _recurly_session=91e963f9cd2bef9a5921b6a2fca54e3b; domain=.recurly.com; path=/; Secure; HttpOnly
101
101
  cache-control:
102
102
  - no-cache
103
103
  body: " "
@@ -122,21 +122,21 @@
122
122
  x-ua-compatible:
123
123
  - IE=Edge
124
124
  etag:
125
- - "\"8865b761556fb64c9b83e236b3459161\""
125
+ - "\"2b0e8849b76800c1b0878370d92ed6d1\""
126
126
  connection:
127
127
  - close
128
128
  content-type:
129
129
  - application/xml; charset=utf-8
130
130
  x-runtime:
131
- - "46"
131
+ - "61"
132
132
  date:
133
- - Tue, 19 Oct 2010 03:18:59 GMT
133
+ - Tue, 19 Oct 2010 05:21:17 GMT
134
134
  server:
135
135
  - nginx/0.7.65
136
136
  content-length:
137
137
  - "580"
138
138
  set-cookie:
139
- - _recurly_session=11e61212ec47341497139e3ef6851637; domain=.recurly.com; path=/; Secure; HttpOnly
139
+ - _recurly_session=bd0fefb088d661cd2d14cca58422f93f; domain=.recurly.com; path=/; Secure; HttpOnly
140
140
  cache-control:
141
141
  - private, max-age=0, must-revalidate
142
142
  body: |
@@ -151,8 +151,8 @@
151
151
  <company_name>Recurly Ruby Gem</company_name>
152
152
  <balance_in_cents type="integer">0</balance_in_cents>
153
153
  <closed type="boolean">true</closed>
154
- <hosted_login_token>a8f733ecab7d471eb94ae072c9c8c924</hosted_login_token>
155
- <created_at type="datetime">2010-10-19T03:18:58Z</created_at>
154
+ <hosted_login_token>5a0b617afeed4ebfb32b3303218cebfa</hosted_login_token>
155
+ <created_at type="datetime">2010-10-19T05:21:16Z</created_at>
156
156
  <state>closed</state>
157
157
  </account>
158
158
 
@@ -28,15 +28,15 @@
28
28
  content-type:
29
29
  - application/xml; charset=utf-8
30
30
  x-runtime:
31
- - "26"
31
+ - "18"
32
32
  date:
33
- - Tue, 19 Oct 2010 03:19:00 GMT
33
+ - Tue, 19 Oct 2010 05:21:17 GMT
34
34
  server:
35
35
  - nginx/0.7.65
36
36
  content-length:
37
37
  - "186"
38
38
  set-cookie:
39
- - _recurly_session=3688b5a806c6eb585dccb3255db6d384; domain=.recurly.com; path=/; Secure; HttpOnly
39
+ - _recurly_session=b0d1b86cb6b3dfe36b9ff9bc18e9e2a6; domain=.recurly.com; path=/; Secure; HttpOnly
40
40
  cache-control:
41
41
  - no-cache
42
42
  body: |
@@ -30,17 +30,17 @@
30
30
  content-type:
31
31
  - application/xml; charset=utf-8
32
32
  x-runtime:
33
- - "585"
33
+ - "584"
34
34
  date:
35
- - Tue, 19 Oct 2010 03:19:01 GMT
35
+ - Tue, 19 Oct 2010 05:21:19 GMT
36
36
  server:
37
37
  - nginx/0.7.65
38
38
  content-length:
39
39
  - "520"
40
40
  set-cookie:
41
- - account_credentials=4260726b9264f7ec172bf4da4f2db3238aab1a794ae10ee6c615263f423b5b34e5701217bbaae001329700ee2d1c8f9efd0f89b10a8b6ce86b009777adadccf3%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
41
+ - account_credentials=03238e404d44033393596bf0e149527b8e3c5267b325aaf5de424e45d3fb334553ad1db86bbb4d8a647d14984da6becb0e44cac6e840fd683fd94faef8c83388%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
42
42
  - ""
43
- - _recurly_session=be25096fcfd998349799062b7b94f980; domain=.recurly.com; path=/; Secure; HttpOnly
43
+ - _recurly_session=76893fe091cd382c9ea4975f89373e79; domain=.recurly.com; path=/; Secure; HttpOnly
44
44
  cache-control:
45
45
  - no-cache
46
46
  body: |
@@ -55,8 +55,8 @@
55
55
  <company_name></company_name>
56
56
  <balance_in_cents type="integer">0</balance_in_cents>
57
57
  <closed type="boolean">false</closed>
58
- <hosted_login_token>7fecbf6a942749759b8312c0e9a3a518</hosted_login_token>
59
- <created_at type="datetime">2010-10-19T03:19:01Z</created_at>
58
+ <hosted_login_token>d6fde5f100e940f5a9eb9d52ec8e9aee</hosted_login_token>
59
+ <created_at type="datetime">2010-10-19T05:21:19Z</created_at>
60
60
  <state>active</state>
61
61
  </account>
62
62
 
@@ -90,15 +90,15 @@
90
90
  content-type:
91
91
  - application/xml; charset=utf-8
92
92
  x-runtime:
93
- - "19"
93
+ - "31"
94
94
  date:
95
- - Tue, 19 Oct 2010 03:19:02 GMT
95
+ - Tue, 19 Oct 2010 05:21:19 GMT
96
96
  server:
97
97
  - nginx/0.7.65
98
98
  content-length:
99
99
  - "132"
100
100
  set-cookie:
101
- - _recurly_session=0fd3053a93351a282a96ea151dd6b780; domain=.recurly.com; path=/; Secure; HttpOnly
101
+ - _recurly_session=98a024296efb9187f3274855e63256d7; domain=.recurly.com; path=/; Secure; HttpOnly
102
102
  cache-control:
103
103
  - no-cache
104
104
  body: |
@@ -30,17 +30,17 @@
30
30
  content-type:
31
31
  - application/xml; charset=utf-8
32
32
  x-runtime:
33
- - "615"
33
+ - "585"
34
34
  date:
35
- - Tue, 19 Oct 2010 03:18:32 GMT
35
+ - Tue, 19 Oct 2010 05:20:49 GMT
36
36
  server:
37
37
  - nginx/0.7.65
38
38
  content-length:
39
39
  - "522"
40
40
  set-cookie:
41
- - account_credentials=8f321b919e5358cac2a0b2e9f7c7f3fa3a1058933422ebaf0706d022014491c31a296f3e3b88cf02b024eba0169eba25d66accb8d4aa1c200fb38e03cb8c56d5%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
41
+ - account_credentials=f0bc336fcf96e5b2b188a8bafea1f2d4a36a97c9c9e2984082c2cdfe8918293f2ed352239972db6b00a02bf547a60a3d5899e2988eb16be33715d643bfc122cd%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
42
42
  - ""
43
- - _recurly_session=d8b8b996efcb9a95c894d99041b424a7; domain=.recurly.com; path=/; Secure; HttpOnly
43
+ - _recurly_session=8cbb64ce18ae746883d7cedfedec78e3; domain=.recurly.com; path=/; Secure; HttpOnly
44
44
  cache-control:
45
45
  - no-cache
46
46
  body: |
@@ -55,8 +55,8 @@
55
55
  <company_name></company_name>
56
56
  <balance_in_cents type="integer">0</balance_in_cents>
57
57
  <closed type="boolean">false</closed>
58
- <hosted_login_token>38a10f50fa8042cb9229e6da36bca6eb</hosted_login_token>
59
- <created_at type="datetime">2010-10-19T03:18:32Z</created_at>
58
+ <hosted_login_token>aab35f16a2aa4ac6994ae5c01d6c833f</hosted_login_token>
59
+ <created_at type="datetime">2010-10-19T05:20:49Z</created_at>
60
60
  <state>active</state>
61
61
  </account>
62
62
 
@@ -34,17 +34,17 @@
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "754"
37
+ - "610"
38
38
  date:
39
- - Tue, 19 Oct 2010 03:18:30 GMT
39
+ - Tue, 19 Oct 2010 05:20:48 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "583"
44
44
  set-cookie:
45
- - account_credentials=57b5a4b3c88e2b41ee03482040df1eacbe4e76d0cabdce8c04f3293b1deaa69403545b07df03b6e9d1e6c099b62ee36bd7c0554ee6d62f96f60e613f78e3a126%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=d6c196c489cd21c48c9ea7a1dbf503188206d0befc2c01192abaee4e27bb3f3f1d62999c46753beeba909987317d76ff3d418df0aaf32566dc798b6540bab8fc%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=8f518240dc27810f0345bad4dd9b67d7; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=4662349106bb07c1b985827a41245e9e; 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>17829e82231f40fd88c8453ec6ce4404</hosted_login_token>
63
- <created_at type="datetime">2010-10-19T03:18:30Z</created_at>
62
+ <hosted_login_token>fa18fa4660a942469c9392339f9df595</hosted_login_token>
63
+ <created_at type="datetime">2010-10-19T05:20:48Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -36,15 +36,15 @@
36
36
  server:
37
37
  - nginx/0.7.65
38
38
  date:
39
- - Tue, 19 Oct 2010 03:18:33 GMT
39
+ - Tue, 19 Oct 2010 05:20:51 GMT
40
40
  x-runtime:
41
- - "583"
41
+ - "584"
42
42
  content-length:
43
43
  - "577"
44
44
  set-cookie:
45
- - account_credentials=6b942b3c7221ebf614f5ad771caef2c37d81a15841a8e16428c31e5af060bc5d1e11105c5dca46e7b2283762c65fe07e70f412de8dbce2a73ac371a1d1e44304%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=1943f8a86af5d07af4809182a4d452534596be5ff27913973efe863c58bb16e29b3f67de73c1e4394caf391356044168edf6d8dbdfbd79c635a35851a6cc8288%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=53a22107abfa478dcad4152ea969ad1c; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=d39ed44a28598631d7a86ff72797a5c1; 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>857ec73e255f44ed818f2c281350d78f</hosted_login_token>
63
- <created_at type="datetime">2010-10-19T03:18:33Z</created_at>
62
+ <hosted_login_token>9abe15fe9647463dae31ed0a5a0e4e5e</hosted_login_token>
63
+ <created_at type="datetime">2010-10-19T05:20:51Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -85,7 +85,7 @@
85
85
  x-ua-compatible:
86
86
  - IE=Edge
87
87
  etag:
88
- - "\"2236c4486aa6fd51611a6978a81d83a8\""
88
+ - "\"1da15f137b98b37d19088f6d5563546a\""
89
89
  content-type:
90
90
  - application/xml; charset=utf-8
91
91
  connection:
@@ -93,13 +93,13 @@
93
93
  server:
94
94
  - nginx/0.7.65
95
95
  date:
96
- - Tue, 19 Oct 2010 03:18:34 GMT
96
+ - Tue, 19 Oct 2010 05:20:51 GMT
97
97
  x-runtime:
98
- - "59"
98
+ - "74"
99
99
  content-length:
100
100
  - "577"
101
101
  set-cookie:
102
- - _recurly_session=e5b5a0657f61452ca8d77cbff459d8e1; domain=.recurly.com; path=/; Secure; HttpOnly
102
+ - _recurly_session=341525822b23a30c42999594f096b94e; domain=.recurly.com; path=/; Secure; HttpOnly
103
103
  cache-control:
104
104
  - private, max-age=0, must-revalidate
105
105
  body: |
@@ -114,8 +114,8 @@
114
114
  <company_name>Recurly Ruby Gem</company_name>
115
115
  <balance_in_cents type="integer">0</balance_in_cents>
116
116
  <closed type="boolean">false</closed>
117
- <hosted_login_token>857ec73e255f44ed818f2c281350d78f</hosted_login_token>
118
- <created_at type="datetime">2010-10-19T03:18:33Z</created_at>
117
+ <hosted_login_token>9abe15fe9647463dae31ed0a5a0e4e5e</hosted_login_token>
118
+ <created_at type="datetime">2010-10-19T05:20:51Z</created_at>
119
119
  <state>active</state>
120
120
  </account>
121
121
 
@@ -142,13 +142,13 @@
142
142
  content-type:
143
143
  - application/xml; charset=utf-8
144
144
  date:
145
- - Tue, 19 Oct 2010 03:18:34 GMT
145
+ - Tue, 19 Oct 2010 05:20:52 GMT
146
146
  server:
147
147
  - nginx/0.7.65
148
148
  content-length:
149
149
  - "93"
150
150
  set-cookie:
151
- - _recurly_session=628aec3d5a53c4520b20186e2d071b53; domain=.recurly.com; path=/; Secure; HttpOnly
151
+ - _recurly_session=8692dbbc79a50c221299df9b769a4c16; domain=.recurly.com; path=/; Secure; HttpOnly
152
152
  cache-control:
153
153
  - no-cache
154
154
  body: |
@@ -34,17 +34,17 @@
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "583"
37
+ - "587"
38
38
  date:
39
- - Tue, 19 Oct 2010 03:18:36 GMT
39
+ - Tue, 19 Oct 2010 05:20:53 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "591"
44
44
  set-cookie:
45
- - account_credentials=712832c657fb16cecd5a47e680b6cbea452f4b5a4b1b9c4cf12047608068208e1782a96b57367d5fd49758dfb084e596f8c3fb9b066c669b3db25c4dd15243d5%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=172e534db62b7dbdf2ad6281659f366218cdc79df6c63ff5b9ca2e1e7d45946f665ef3998f10fdaa55fb72c903d0f383be08c81e589864227febf3a8cf7edc4e%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=0da6549da1bd9fb8d7c1af393ecb5bd9; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=3550df26e27e12156208dc22ce1dcfcd; 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>d56be602635d4d419b5bde4cbc9a0098</hosted_login_token>
63
- <created_at type="datetime">2010-10-19T03:18:36Z</created_at>
62
+ <hosted_login_token>084d2581288241fe903bba2f6f10200b</hosted_login_token>
63
+ <created_at type="datetime">2010-10-19T05:20:53Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -100,17 +100,17 @@
100
100
  content-type:
101
101
  - application/xml; charset=utf-8
102
102
  x-runtime:
103
- - "585"
103
+ - "610"
104
104
  date:
105
- - Tue, 19 Oct 2010 03:18:37 GMT
105
+ - Tue, 19 Oct 2010 05:20:54 GMT
106
106
  server:
107
107
  - nginx/0.7.65
108
108
  content-length:
109
109
  - "591"
110
110
  set-cookie:
111
- - account_credentials=436d1cee5ef9f5b64943baf9be7e3a58c488054f1b18adee37b557665693cd05bbed328e406d38b23db7d52d0046b0e8ba485e230a8c5ae9d08147a5c9c40a5c%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
111
+ - account_credentials=ffc62e09b48fa477b72497854135c71d5eed3e480333d4ffee9bdaf6c7ddeecc80dfc56409e180aae678e66c4bcd1b519df4bffe57687608b6b1218dc3194cc0%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
112
112
  - ""
113
- - _recurly_session=2f983deb895f0191d4f5fcac79d589ef; domain=.recurly.com; path=/; Secure; HttpOnly
113
+ - _recurly_session=c20379f5229952b6d4e1769d173bde78; domain=.recurly.com; path=/; Secure; HttpOnly
114
114
  cache-control:
115
115
  - no-cache
116
116
  body: |
@@ -125,8 +125,8 @@
125
125
  <company_name>Recurly Ruby Gem</company_name>
126
126
  <balance_in_cents type="integer">0</balance_in_cents>
127
127
  <closed type="boolean">false</closed>
128
- <hosted_login_token>fa188f6043644021bff49dd39fa48330</hosted_login_token>
129
- <created_at type="datetime">2010-10-19T03:18:37Z</created_at>
128
+ <hosted_login_token>150204bb79ee4da0950874f684a7c2b6</hosted_login_token>
129
+ <created_at type="datetime">2010-10-19T05:20:54Z</created_at>
130
130
  <state>active</state>
131
131
  </account>
132
132
 
@@ -166,17 +166,17 @@
166
166
  content-type:
167
167
  - application/xml; charset=utf-8
168
168
  x-runtime:
169
- - "610"
169
+ - "733"
170
170
  date:
171
- - Tue, 19 Oct 2010 03:18:38 GMT
171
+ - Tue, 19 Oct 2010 05:20:56 GMT
172
172
  server:
173
173
  - nginx/0.7.65
174
174
  content-length:
175
175
  - "591"
176
176
  set-cookie:
177
- - account_credentials=8339dcc0c5915fb529c94f6fa12b376599ea8bf28dd56861a1945a6969ba6f9769dfaddd9b3e0c711b77acc2f59d204ddcb2b34b5233a06aa485cc4d4270cc86%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
177
+ - account_credentials=72bb04f13b9273a372910177e9120d62b4d05f34f455089caf654e89f1de170d0e8010211f4b641b00987c07098226d8c49f047d4c9c3abccc3cc1cd29296cb0%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
178
178
  - ""
179
- - _recurly_session=7acc3efc6936873033351da13423f939; domain=.recurly.com; path=/; Secure; HttpOnly
179
+ - _recurly_session=4aca08c1a675005b716d912eabc31c94; domain=.recurly.com; path=/; Secure; HttpOnly
180
180
  cache-control:
181
181
  - no-cache
182
182
  body: |
@@ -191,8 +191,8 @@
191
191
  <company_name>Recurly Ruby Gem</company_name>
192
192
  <balance_in_cents type="integer">0</balance_in_cents>
193
193
  <closed type="boolean">false</closed>
194
- <hosted_login_token>7900240127df4b8ca29706f9435ed4be</hosted_login_token>
195
- <created_at type="datetime">2010-10-19T03:18:38Z</created_at>
194
+ <hosted_login_token>fdd7c74c66bb4afea122923ddec63897</hosted_login_token>
195
+ <created_at type="datetime">2010-10-19T05:20:56Z</created_at>
196
196
  <state>active</state>
197
197
  </account>
198
198
 
@@ -232,17 +232,17 @@
232
232
  content-type:
233
233
  - application/xml; charset=utf-8
234
234
  x-runtime:
235
- - "582"
235
+ - "588"
236
236
  date:
237
- - Tue, 19 Oct 2010 03:18:39 GMT
237
+ - Tue, 19 Oct 2010 05:20:57 GMT
238
238
  server:
239
239
  - nginx/0.7.65
240
240
  content-length:
241
241
  - "591"
242
242
  set-cookie:
243
- - account_credentials=acc9190cba9ec88dce26e0f0988492e12864910a71abe968b91139d1b8563f49f03b10bfba2889794c66f263aa674cf921120ad89ffffb7d9434ec1d8edcf3b8%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
243
+ - account_credentials=54bf6c7882f2ecaacbf8c0e6deb19078e7dad6022571e3b75bf5a2c63ad7128df02ef343197d71cf6347292862147c857201fbb1583f99430f66400acfebd5ff%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
244
244
  - ""
245
- - _recurly_session=48cc93c0531e21f2894b3fc7baee6bd8; domain=.recurly.com; path=/; Secure; HttpOnly
245
+ - _recurly_session=f93ea2616f7a987ae95fa27215a86f53; domain=.recurly.com; path=/; Secure; HttpOnly
246
246
  cache-control:
247
247
  - no-cache
248
248
  body: |
@@ -257,8 +257,8 @@
257
257
  <company_name>Recurly Ruby Gem</company_name>
258
258
  <balance_in_cents type="integer">0</balance_in_cents>
259
259
  <closed type="boolean">false</closed>
260
- <hosted_login_token>a9e9424268e04412b247c6e2f3bbeb83</hosted_login_token>
261
- <created_at type="datetime">2010-10-19T03:18:39Z</created_at>
260
+ <hosted_login_token>a02b34b1ea674cf8988a024cae8768f9</hosted_login_token>
261
+ <created_at type="datetime">2010-10-19T05:20:57Z</created_at>
262
262
  <state>active</state>
263
263
  </account>
264
264
 
@@ -298,17 +298,17 @@
298
298
  content-type:
299
299
  - application/xml; charset=utf-8
300
300
  x-runtime:
301
- - "727"
301
+ - "626"
302
302
  date:
303
- - Tue, 19 Oct 2010 03:18:41 GMT
303
+ - Tue, 19 Oct 2010 05:20:58 GMT
304
304
  server:
305
305
  - nginx/0.7.65
306
306
  content-length:
307
307
  - "591"
308
308
  set-cookie:
309
- - account_credentials=38b292e0364676c1674dee8b6291a56e7be1bb62eb5ad72f2176ae75acb58957db95e604ccad594a5c3cb01502bb8476eda435b484cb22ac5e1d59c2e321e63e%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
309
+ - account_credentials=a9d148ccf1c38db932499a86900907f36c31bd67b6c132c3d1fff7666bb310a8e5b32c12218771eb190ba0055325f60d9c9bfb41e6160be9d9fa5322676ce203%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
310
310
  - ""
311
- - _recurly_session=ca61008992cfa99607ae54ac2c4c4595; domain=.recurly.com; path=/; Secure; HttpOnly
311
+ - _recurly_session=5704f4a69e335a7e200b3bd077be89ec; domain=.recurly.com; path=/; Secure; HttpOnly
312
312
  cache-control:
313
313
  - no-cache
314
314
  body: |
@@ -323,8 +323,8 @@
323
323
  <company_name>Recurly Ruby Gem</company_name>
324
324
  <balance_in_cents type="integer">0</balance_in_cents>
325
325
  <closed type="boolean">false</closed>
326
- <hosted_login_token>5c3efd644c8442e49dfb41bf12a46941</hosted_login_token>
327
- <created_at type="datetime">2010-10-19T03:18:41Z</created_at>
326
+ <hosted_login_token>5d5502c8ed6e4863ac6a3a3516c1bfb1</hosted_login_token>
327
+ <created_at type="datetime">2010-10-19T05:20:58Z</created_at>
328
328
  <state>active</state>
329
329
  </account>
330
330
 
@@ -364,17 +364,17 @@
364
364
  content-type:
365
365
  - application/xml; charset=utf-8
366
366
  x-runtime:
367
- - "620"
367
+ - "588"
368
368
  date:
369
- - Tue, 19 Oct 2010 03:18:42 GMT
369
+ - Tue, 19 Oct 2010 05:21:00 GMT
370
370
  server:
371
371
  - nginx/0.7.65
372
372
  content-length:
373
373
  - "591"
374
374
  set-cookie:
375
- - account_credentials=fdf04ce1a7a98d63e15faf3fb416a261492c04ce8d3a29f2e3b05c67511feb2cef08e0ed01e1cc5300bf5ff7762bba099cb6a03a19ebac79eb3dab8c81647233%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
375
+ - account_credentials=c010a244b882ea30be859965742e169290530c1f260e450167406b2fa3b4d3e141632650df21f0a4385a3a5c3eb3b97c9fddb8d78e0ca4d0e2cfc0b2f01aabdf%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
376
376
  - ""
377
- - _recurly_session=d89db5af1cb776cc3b6167d1fcc3d621; domain=.recurly.com; path=/; Secure; HttpOnly
377
+ - _recurly_session=f6d342fc38f0ec26cc576bf322ff21ae; domain=.recurly.com; path=/; Secure; HttpOnly
378
378
  cache-control:
379
379
  - no-cache
380
380
  body: |
@@ -389,8 +389,8 @@
389
389
  <company_name>Recurly Ruby Gem</company_name>
390
390
  <balance_in_cents type="integer">0</balance_in_cents>
391
391
  <closed type="boolean">false</closed>
392
- <hosted_login_token>8f853d44b33f4d97bb7b9c6538e31b74</hosted_login_token>
393
- <created_at type="datetime">2010-10-19T03:18:42Z</created_at>
392
+ <hosted_login_token>03c68a5afca543e3a8ff89a976a6d9cc</hosted_login_token>
393
+ <created_at type="datetime">2010-10-19T05:21:00Z</created_at>
394
394
  <state>active</state>
395
395
  </account>
396
396
 
@@ -430,17 +430,17 @@
430
430
  content-type:
431
431
  - application/xml; charset=utf-8
432
432
  x-runtime:
433
- - "586"
433
+ - "585"
434
434
  date:
435
- - Tue, 19 Oct 2010 03:18:43 GMT
435
+ - Tue, 19 Oct 2010 05:21:01 GMT
436
436
  server:
437
437
  - nginx/0.7.65
438
438
  content-length:
439
439
  - "591"
440
440
  set-cookie:
441
- - account_credentials=ad40600f799e6bdfdd864e7b159230306c0ce71b458d25b3dbf141f8fa04a0918fba5585b1be7032e0868c209b64cd85bbce0943d42e4c64995d7f9a938998e3%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
441
+ - account_credentials=5d660ce2369f79db4a2c2eacf9267db779a39cd3c374b9b45868497b970155d6f2a5874b481813a57b75d3f41e9f91d8e971fca80c5e6b73b917a4d4f2eb4bc1%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
442
442
  - ""
443
- - _recurly_session=954a7e1b7def36c06e77d6dc1ae25ec4; domain=.recurly.com; path=/; Secure; HttpOnly
443
+ - _recurly_session=a9e6041ff205d6cb70f953c5f2af36a8; domain=.recurly.com; path=/; Secure; HttpOnly
444
444
  cache-control:
445
445
  - no-cache
446
446
  body: |
@@ -455,8 +455,8 @@
455
455
  <company_name>Recurly Ruby Gem</company_name>
456
456
  <balance_in_cents type="integer">0</balance_in_cents>
457
457
  <closed type="boolean">false</closed>
458
- <hosted_login_token>165972280e854d80a5743f4e4aa261a3</hosted_login_token>
459
- <created_at type="datetime">2010-10-19T03:18:43Z</created_at>
458
+ <hosted_login_token>f1e23cf21d2845799d1eafaf69e33a2b</hosted_login_token>
459
+ <created_at type="datetime">2010-10-19T05:21:01Z</created_at>
460
460
  <state>active</state>
461
461
  </account>
462
462
 
@@ -496,17 +496,17 @@
496
496
  content-type:
497
497
  - application/xml; charset=utf-8
498
498
  x-runtime:
499
- - "589"
499
+ - "627"
500
500
  date:
501
- - Tue, 19 Oct 2010 03:18:44 GMT
501
+ - Tue, 19 Oct 2010 05:21:02 GMT
502
502
  server:
503
503
  - nginx/0.7.65
504
504
  content-length:
505
505
  - "591"
506
506
  set-cookie:
507
- - account_credentials=b7d6cf44fd232557b13a332414c565f8b17e7a8c4488b87db3f468901b1689577afca612570e967f8493091efcc01cd43cb8ff928aaf8dc0a5226aa27668c25b%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
507
+ - account_credentials=09a6525b6c53e69b456be47cbad63e26c938895f8de140ebb8585dbb5b5d9e1d169fee122043b0239fe816c956423e540d69a5dbac6c0d40a4bf7534eff7a790%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
508
508
  - ""
509
- - _recurly_session=68d2d0bfb380e68456a5e3da86f095e0; domain=.recurly.com; path=/; Secure; HttpOnly
509
+ - _recurly_session=a6de375804094f10b3677cd6238bdd62; domain=.recurly.com; path=/; Secure; HttpOnly
510
510
  cache-control:
511
511
  - no-cache
512
512
  body: |
@@ -521,8 +521,8 @@
521
521
  <company_name>Recurly Ruby Gem</company_name>
522
522
  <balance_in_cents type="integer">0</balance_in_cents>
523
523
  <closed type="boolean">false</closed>
524
- <hosted_login_token>cc754c68ed744216ba757325933f995f</hosted_login_token>
525
- <created_at type="datetime">2010-10-19T03:18:44Z</created_at>
524
+ <hosted_login_token>1490bf1a7f784f3db01021131a76c006</hosted_login_token>
525
+ <created_at type="datetime">2010-10-19T05:21:02Z</created_at>
526
526
  <state>active</state>
527
527
  </account>
528
528
 
@@ -553,15 +553,15 @@
553
553
  content-type:
554
554
  - application/xml; charset=utf-8
555
555
  x-runtime:
556
- - "20"
556
+ - "14"
557
557
  date:
558
- - Tue, 19 Oct 2010 03:18:45 GMT
558
+ - Tue, 19 Oct 2010 05:21:03 GMT
559
559
  server:
560
560
  - nginx/0.7.65
561
561
  content-length:
562
562
  - "1150"
563
563
  set-cookie:
564
- - _recurly_session=86c954fe6488a2a64d78d7da70f81f82; domain=.recurly.com; path=/; Secure; HttpOnly
564
+ - _recurly_session=58a177bb1913df1fba07cca837bfd2b2; domain=.recurly.com; path=/; Secure; HttpOnly
565
565
  cache-control:
566
566
  - private, max-age=0, must-revalidate
567
567
  body: |
@@ -602,8 +602,8 @@
602
602
  <quantity type="integer">1</quantity>
603
603
  <plan-code>paid</plan-code>
604
604
  <account>
605
- <created-at type="datetime">2010-10-19T03:18:36Z</created-at>
606
- <hosted-login-token>d56be602635d4d419b5bde4cbc9a0098</hosted-login-token>
605
+ <created-at type="datetime">2010-10-19T05:20:53Z</created-at>
606
+ <hosted-login-token>084d2581288241fe903bba2f6f10200b</hosted-login-token>
607
607
  <company-name>Recurly Ruby Gem</company-name>
608
608
  <account-code>account-list-num-0-1287167046</account-code>
609
609
  <closed type="boolean">false</closed>
@@ -651,15 +651,15 @@
651
651
  content-type:
652
652
  - application/xml; charset=utf-8
653
653
  x-runtime:
654
- - "553"
654
+ - "590"
655
655
  date:
656
- - Tue, 19 Oct 2010 03:18:46 GMT
656
+ - Tue, 19 Oct 2010 05:21:05 GMT
657
657
  server:
658
658
  - nginx/0.7.65
659
659
  content-length:
660
660
  - "868"
661
661
  set-cookie:
662
- - _recurly_session=dea25e278abc9ff0d009a4162daf304d; domain=.recurly.com; path=/; Secure; HttpOnly
662
+ - _recurly_session=1fe5dc337627620ebeff9f418e6408de; domain=.recurly.com; path=/; Secure; HttpOnly
663
663
  cache-control:
664
664
  - no-cache
665
665
  body: |
@@ -674,11 +674,11 @@
674
674
  <state>active</state>
675
675
  <quantity type="integer">1</quantity>
676
676
  <total_amount_in_cents type="integer">1000</total_amount_in_cents>
677
- <activated_at type="datetime">2010-10-19T03:18:46Z</activated_at>
677
+ <activated_at type="datetime">2010-10-19T05:21:05Z</activated_at>
678
678
  <canceled_at nil="true" type="datetime"></canceled_at>
679
679
  <expires_at nil="true" type="datetime"></expires_at>
680
- <current_period_started_at type="datetime">2010-10-19T03:18:46Z</current_period_started_at>
681
- <current_period_ends_at type="datetime">2010-11-19T03:18:46Z</current_period_ends_at>
680
+ <current_period_started_at type="datetime">2010-10-19T05:21:05Z</current_period_started_at>
681
+ <current_period_ends_at type="datetime">2010-11-19T05:21:05Z</current_period_ends_at>
682
682
  <trial_started_at nil="true" type="datetime"></trial_started_at>
683
683
  <trial_ends_at nil="true" type="datetime"></trial_ends_at>
684
684
  </subscription>
@@ -710,15 +710,15 @@
710
710
  content-type:
711
711
  - application/xml; charset=utf-8
712
712
  x-runtime:
713
- - "13"
713
+ - "21"
714
714
  date:
715
- - Tue, 19 Oct 2010 03:18:47 GMT
715
+ - Tue, 19 Oct 2010 05:21:06 GMT
716
716
  server:
717
717
  - nginx/0.7.65
718
718
  content-length:
719
719
  - "1150"
720
720
  set-cookie:
721
- - _recurly_session=d4ed84a202849f220c71e2d25d236d87; domain=.recurly.com; path=/; Secure; HttpOnly
721
+ - _recurly_session=1f21fb787558df531b9a9c8efc714054; domain=.recurly.com; path=/; Secure; HttpOnly
722
722
  cache-control:
723
723
  - private, max-age=0, must-revalidate
724
724
  body: |
@@ -759,8 +759,8 @@
759
759
  <quantity type="integer">1</quantity>
760
760
  <plan-code>paid</plan-code>
761
761
  <account>
762
- <created-at type="datetime">2010-10-19T03:18:37Z</created-at>
763
- <hosted-login-token>fa188f6043644021bff49dd39fa48330</hosted-login-token>
762
+ <created-at type="datetime">2010-10-19T05:20:54Z</created-at>
763
+ <hosted-login-token>150204bb79ee4da0950874f684a7c2b6</hosted-login-token>
764
764
  <company-name>Recurly Ruby Gem</company-name>
765
765
  <account-code>account-list-num-1-1287167046</account-code>
766
766
  <closed type="boolean">false</closed>
@@ -808,15 +808,15 @@
808
808
  content-type:
809
809
  - application/xml; charset=utf-8
810
810
  x-runtime:
811
- - "645"
811
+ - "516"
812
812
  date:
813
- - Tue, 19 Oct 2010 03:18:48 GMT
813
+ - Tue, 19 Oct 2010 05:21:07 GMT
814
814
  server:
815
815
  - nginx/0.7.65
816
816
  content-length:
817
817
  - "868"
818
818
  set-cookie:
819
- - _recurly_session=b44d7bf0ca42434da8e8119099f2659a; domain=.recurly.com; path=/; Secure; HttpOnly
819
+ - _recurly_session=bc969f5cafdb8123bb6af1e71becc827; domain=.recurly.com; path=/; Secure; HttpOnly
820
820
  cache-control:
821
821
  - no-cache
822
822
  body: |
@@ -831,11 +831,11 @@
831
831
  <state>active</state>
832
832
  <quantity type="integer">1</quantity>
833
833
  <total_amount_in_cents type="integer">1000</total_amount_in_cents>
834
- <activated_at type="datetime">2010-10-19T03:18:48Z</activated_at>
834
+ <activated_at type="datetime">2010-10-19T05:21:06Z</activated_at>
835
835
  <canceled_at nil="true" type="datetime"></canceled_at>
836
836
  <expires_at nil="true" type="datetime"></expires_at>
837
- <current_period_started_at type="datetime">2010-10-19T03:18:48Z</current_period_started_at>
838
- <current_period_ends_at type="datetime">2010-11-19T03:18:48Z</current_period_ends_at>
837
+ <current_period_started_at type="datetime">2010-10-19T05:21:06Z</current_period_started_at>
838
+ <current_period_ends_at type="datetime">2010-11-19T05:21:06Z</current_period_ends_at>
839
839
  <trial_started_at nil="true" type="datetime"></trial_started_at>
840
840
  <trial_ends_at nil="true" type="datetime"></trial_ends_at>
841
841
  </subscription>
@@ -867,15 +867,15 @@
867
867
  content-type:
868
868
  - application/xml; charset=utf-8
869
869
  x-runtime:
870
- - "12"
870
+ - "180"
871
871
  date:
872
- - Tue, 19 Oct 2010 03:18:49 GMT
872
+ - Tue, 19 Oct 2010 05:21:07 GMT
873
873
  server:
874
874
  - nginx/0.7.65
875
875
  content-length:
876
876
  - "1150"
877
877
  set-cookie:
878
- - _recurly_session=798380f0321e82d7ce864106f9f6904d; domain=.recurly.com; path=/; Secure; HttpOnly
878
+ - _recurly_session=caf9253170866edec3dbd540acc7ecc0; domain=.recurly.com; path=/; Secure; HttpOnly
879
879
  cache-control:
880
880
  - private, max-age=0, must-revalidate
881
881
  body: |
@@ -916,8 +916,8 @@
916
916
  <quantity type="integer">1</quantity>
917
917
  <plan-code>paid</plan-code>
918
918
  <account>
919
- <created-at type="datetime">2010-10-19T03:18:38Z</created-at>
920
- <hosted-login-token>7900240127df4b8ca29706f9435ed4be</hosted-login-token>
919
+ <created-at type="datetime">2010-10-19T05:20:56Z</created-at>
920
+ <hosted-login-token>fdd7c74c66bb4afea122923ddec63897</hosted-login-token>
921
921
  <company-name>Recurly Ruby Gem</company-name>
922
922
  <account-code>account-list-num-2-1287167046</account-code>
923
923
  <closed type="boolean">false</closed>
@@ -965,15 +965,15 @@
965
965
  content-type:
966
966
  - application/xml; charset=utf-8
967
967
  x-runtime:
968
- - "543"
968
+ - "633"
969
969
  date:
970
- - Tue, 19 Oct 2010 03:18:50 GMT
970
+ - Tue, 19 Oct 2010 05:21:09 GMT
971
971
  server:
972
972
  - nginx/0.7.65
973
973
  content-length:
974
974
  - "868"
975
975
  set-cookie:
976
- - _recurly_session=624a51fceeff25d5b38fffc2df277500; domain=.recurly.com; path=/; Secure; HttpOnly
976
+ - _recurly_session=ee881b274fb1b686690ee36bc1b7d57c; domain=.recurly.com; path=/; Secure; HttpOnly
977
977
  cache-control:
978
978
  - no-cache
979
979
  body: |
@@ -988,11 +988,11 @@
988
988
  <state>active</state>
989
989
  <quantity type="integer">1</quantity>
990
990
  <total_amount_in_cents type="integer">1000</total_amount_in_cents>
991
- <activated_at type="datetime">2010-10-19T03:18:49Z</activated_at>
991
+ <activated_at type="datetime">2010-10-19T05:21:08Z</activated_at>
992
992
  <canceled_at nil="true" type="datetime"></canceled_at>
993
993
  <expires_at nil="true" type="datetime"></expires_at>
994
- <current_period_started_at type="datetime">2010-10-19T03:18:49Z</current_period_started_at>
995
- <current_period_ends_at type="datetime">2010-11-19T03:18:49Z</current_period_ends_at>
994
+ <current_period_started_at type="datetime">2010-10-19T05:21:08Z</current_period_started_at>
995
+ <current_period_ends_at type="datetime">2010-11-19T05:21:08Z</current_period_ends_at>
996
996
  <trial_started_at nil="true" type="datetime"></trial_started_at>
997
997
  <trial_ends_at nil="true" type="datetime"></trial_ends_at>
998
998
  </subscription>
@@ -1024,15 +1024,15 @@
1024
1024
  content-type:
1025
1025
  - application/xml; charset=utf-8
1026
1026
  x-runtime:
1027
- - "20"
1027
+ - "13"
1028
1028
  date:
1029
- - Tue, 19 Oct 2010 03:18:50 GMT
1029
+ - Tue, 19 Oct 2010 05:21:09 GMT
1030
1030
  server:
1031
1031
  - nginx/0.7.65
1032
1032
  content-length:
1033
1033
  - "1150"
1034
1034
  set-cookie:
1035
- - _recurly_session=c22f71efadd51f03e054d47faf0e0dc2; domain=.recurly.com; path=/; Secure; HttpOnly
1035
+ - _recurly_session=bc05f33ad2ad65dd98b65b3a05f71959; domain=.recurly.com; path=/; Secure; HttpOnly
1036
1036
  cache-control:
1037
1037
  - private, max-age=0, must-revalidate
1038
1038
  body: |
@@ -1073,8 +1073,8 @@
1073
1073
  <quantity type="integer">1</quantity>
1074
1074
  <plan-code>paid</plan-code>
1075
1075
  <account>
1076
- <created-at type="datetime">2010-10-19T03:18:39Z</created-at>
1077
- <hosted-login-token>a9e9424268e04412b247c6e2f3bbeb83</hosted-login-token>
1076
+ <created-at type="datetime">2010-10-19T05:20:57Z</created-at>
1077
+ <hosted-login-token>a02b34b1ea674cf8988a024cae8768f9</hosted-login-token>
1078
1078
  <company-name>Recurly Ruby Gem</company-name>
1079
1079
  <account-code>account-list-num-3-1287167046</account-code>
1080
1080
  <closed type="boolean">false</closed>
@@ -1122,15 +1122,15 @@
1122
1122
  content-type:
1123
1123
  - application/xml; charset=utf-8
1124
1124
  x-runtime:
1125
- - "543"
1125
+ - "553"
1126
1126
  date:
1127
- - Tue, 19 Oct 2010 03:18:52 GMT
1127
+ - Tue, 19 Oct 2010 05:21:10 GMT
1128
1128
  server:
1129
1129
  - nginx/0.7.65
1130
1130
  content-length:
1131
1131
  - "868"
1132
1132
  set-cookie:
1133
- - _recurly_session=9a490c665cac3f6d41b0197cee1fa5a5; domain=.recurly.com; path=/; Secure; HttpOnly
1133
+ - _recurly_session=749ad52ece6145dfbe742543197dcb83; domain=.recurly.com; path=/; Secure; HttpOnly
1134
1134
  cache-control:
1135
1135
  - no-cache
1136
1136
  body: |
@@ -1145,11 +1145,11 @@
1145
1145
  <state>active</state>
1146
1146
  <quantity type="integer">1</quantity>
1147
1147
  <total_amount_in_cents type="integer">1000</total_amount_in_cents>
1148
- <activated_at type="datetime">2010-10-19T03:18:51Z</activated_at>
1148
+ <activated_at type="datetime">2010-10-19T05:21:10Z</activated_at>
1149
1149
  <canceled_at nil="true" type="datetime"></canceled_at>
1150
1150
  <expires_at nil="true" type="datetime"></expires_at>
1151
- <current_period_started_at type="datetime">2010-10-19T03:18:51Z</current_period_started_at>
1152
- <current_period_ends_at type="datetime">2010-11-19T03:18:51Z</current_period_ends_at>
1151
+ <current_period_started_at type="datetime">2010-10-19T05:21:10Z</current_period_started_at>
1152
+ <current_period_ends_at type="datetime">2010-11-19T05:21:10Z</current_period_ends_at>
1153
1153
  <trial_started_at nil="true" type="datetime"></trial_started_at>
1154
1154
  <trial_ends_at nil="true" type="datetime"></trial_ends_at>
1155
1155
  </subscription>
@@ -1181,15 +1181,15 @@
1181
1181
  content-type:
1182
1182
  - application/xml; charset=utf-8
1183
1183
  x-runtime:
1184
- - "31"
1184
+ - "45"
1185
1185
  date:
1186
- - Tue, 19 Oct 2010 03:18:52 GMT
1186
+ - Tue, 19 Oct 2010 05:21:11 GMT
1187
1187
  server:
1188
1188
  - nginx/0.7.65
1189
1189
  content-length:
1190
1190
  - "3459"
1191
1191
  set-cookie:
1192
- - _recurly_session=682c005b7143fcb7a04cac4cf3dde020; domain=.recurly.com; path=/; Secure; HttpOnly
1192
+ - _recurly_session=b8b993a88178c6975271c757a77506e6; domain=.recurly.com; path=/; Secure; HttpOnly
1193
1193
  cache-control:
1194
1194
  - private, max-age=0, must-revalidate
1195
1195
  body: |
@@ -1317,15 +1317,15 @@
1317
1317
  content-type:
1318
1318
  - application/xml; charset=utf-8
1319
1319
  x-runtime:
1320
- - "44"
1320
+ - "28"
1321
1321
  date:
1322
- - Tue, 19 Oct 2010 03:18:53 GMT
1322
+ - Tue, 19 Oct 2010 05:21:11 GMT
1323
1323
  server:
1324
1324
  - nginx/0.7.65
1325
1325
  content-length:
1326
1326
  - "3459"
1327
1327
  set-cookie:
1328
- - _recurly_session=a7787866cb72775d87c0f856f23340b5; domain=.recurly.com; path=/; Secure; HttpOnly
1328
+ - _recurly_session=c15ddbc945395fbf3031b71c49072ad5; domain=.recurly.com; path=/; Secure; HttpOnly
1329
1329
  cache-control:
1330
1330
  - private, max-age=0, must-revalidate
1331
1331
  body: |
@@ -1455,13 +1455,13 @@
1455
1455
  x-runtime:
1456
1456
  - "18"
1457
1457
  date:
1458
- - Tue, 19 Oct 2010 03:18:53 GMT
1458
+ - Tue, 19 Oct 2010 05:21:12 GMT
1459
1459
  server:
1460
1460
  - nginx/0.7.65
1461
1461
  content-length:
1462
1462
  - "2428"
1463
1463
  set-cookie:
1464
- - _recurly_session=28f17f5e68be649b1068e63a9f27b0e3; domain=.recurly.com; path=/; Secure; HttpOnly
1464
+ - _recurly_session=c6dd8721d44a63d7d7e505a655497109; domain=.recurly.com; path=/; Secure; HttpOnly
1465
1465
  cache-control:
1466
1466
  - private, max-age=0, must-revalidate
1467
1467
  body: |