recurly 0.2.2 → 0.2.3

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 (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
@@ -7,7 +7,7 @@
7
7
  <?xml version="1.0" encoding="UTF-8"?>
8
8
  <account>
9
9
  <company-name>Recurly Ruby Gem</company-name>
10
- <account-code>account-update-1286666929</account-code>
10
+ <account-code>account-update-1287167046</account-code>
11
11
  <last-name>Test</last-name>
12
12
  <email>verena@test.com</email>
13
13
  <first-name>Verena</first-name>
@@ -28,30 +28,30 @@
28
28
  message: Created
29
29
  headers:
30
30
  location:
31
- - https://recurlytest3-test.recurly.com/accounts/account-update-1286666929
31
+ - https://recurlytest3-test.recurly.com/accounts/account-update-1287167046
32
32
  connection:
33
33
  - close
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "736"
37
+ - "598"
38
38
  date:
39
- - Thu, 14 Oct 2010 06:15:42 GMT
39
+ - Mon, 18 Oct 2010 22:04:59 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "583"
44
44
  set-cookie:
45
- - account_credentials=019b3f484f40fb1de26b7badec1a20480cb9982ec1e6d4fc204b14804aa25d72dfadbd6c09a966dea8b32943e2279ff1a32d680cad039fb6dc1b96149f54b703%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=b11f571da32c1eff839e89311c36503419291371b8be43006669ed39e1e19d5104653b200735fdf818a9794e7aac371d3c1fef4189f5bcc6bfcd50947ad64f8e%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=6c9806be2f920f859ed12d1ed126396b; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=fc7a622dfc3ba16ebf8ef37497422135; domain=.recurly.com; path=/; Secure; HttpOnly
48
48
  cache-control:
49
49
  - no-cache
50
50
  body: |
51
51
  <?xml version="1.0" encoding="UTF-8"?>
52
52
  <account>
53
- <id>account-update-1286666929</id>
54
- <account_code>account-update-1286666929</account_code>
53
+ <id>account-update-1287167046</id>
54
+ <account_code>account-update-1287167046</account_code>
55
55
  <username></username>
56
56
  <email>verena@test.com</email>
57
57
  <first_name>Verena</first_name>
@@ -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>db286988b30c4b6491871c62ef71b904</hosted_login_token>
63
- <created_at type="datetime">2010-10-14T06:15:41Z</created_at>
62
+ <hosted_login_token>e45df91beff24811a59f5c116b55c412</hosted_login_token>
63
+ <created_at type="datetime">2010-10-18T22:04:59Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -68,7 +68,7 @@
68
68
  - !ruby/struct:VCR::HTTPInteraction
69
69
  request: !ruby/struct:VCR::Request
70
70
  method: :get
71
- uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/account-update-1286666929.xml
71
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/account-update-1287167046.xml
72
72
  body:
73
73
  headers:
74
74
  accept:
@@ -85,28 +85,28 @@
85
85
  x-ua-compatible:
86
86
  - IE=Edge
87
87
  etag:
88
- - "\"0d29ded7b895abf44369e328cd79c8be\""
88
+ - "\"751ce4a51898556178b3b7571cdd0c30\""
89
89
  connection:
90
90
  - close
91
91
  content-type:
92
92
  - application/xml; charset=utf-8
93
93
  x-runtime:
94
- - "44"
94
+ - "72"
95
95
  date:
96
- - Thu, 14 Oct 2010 06:15:42 GMT
96
+ - Mon, 18 Oct 2010 22:05:00 GMT
97
97
  server:
98
98
  - nginx/0.7.65
99
99
  content-length:
100
100
  - "583"
101
101
  set-cookie:
102
- - _recurly_session=554d8145c2870b97cbc6299258e99337; domain=.recurly.com; path=/; Secure; HttpOnly
102
+ - _recurly_session=9dd5fd9ea605bc0acf0188c7a90a8bb3; domain=.recurly.com; path=/; Secure; HttpOnly
103
103
  cache-control:
104
104
  - private, max-age=0, must-revalidate
105
105
  body: |
106
106
  <?xml version="1.0" encoding="UTF-8"?>
107
107
  <account>
108
- <id>account-update-1286666929</id>
109
- <account_code>account-update-1286666929</account_code>
108
+ <id>account-update-1287167046</id>
109
+ <account_code>account-update-1287167046</account_code>
110
110
  <username></username>
111
111
  <email>verena@test.com</email>
112
112
  <first_name>Verena</first_name>
@@ -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>db286988b30c4b6491871c62ef71b904</hosted_login_token>
118
- <created_at type="datetime">2010-10-14T06:15:41Z</created_at>
117
+ <hosted_login_token>e45df91beff24811a59f5c116b55c412</hosted_login_token>
118
+ <created_at type="datetime">2010-10-18T22:04:59Z</created_at>
119
119
  <state>active</state>
120
120
  </account>
121
121
 
@@ -123,17 +123,17 @@
123
123
  - !ruby/struct:VCR::HTTPInteraction
124
124
  request: !ruby/struct:VCR::Request
125
125
  method: :put
126
- uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/account-update-1286666929.xml
126
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/account-update-1287167046.xml
127
127
  body: |
128
128
  <?xml version="1.0" encoding="UTF-8"?>
129
129
  <account>
130
- <created-at type="datetime">2010-10-14T06:15:41Z</created-at>
130
+ <created-at type="datetime">2010-10-18T22:04:59Z</created-at>
131
131
  <company-name>Recurly Ruby Gem -- Update</company-name>
132
- <hosted-login-token>db286988b30c4b6491871c62ef71b904</hosted-login-token>
133
- <account-code>account-update-1286666929</account-code>
132
+ <hosted-login-token>e45df91beff24811a59f5c116b55c412</hosted-login-token>
133
+ <account-code>account-update-1287167046</account-code>
134
134
  <closed type="boolean">false</closed>
135
135
  <username type="yaml" nil="true"></username>
136
- <id>account-update-1286666929</id>
136
+ <id>account-update-1287167046</id>
137
137
  <last-name>Update Test</last-name>
138
138
  <balance-in-cents type="integer">0</balance-in-cents>
139
139
  <state>active</state>
@@ -158,28 +158,28 @@
158
158
  x-ua-compatible:
159
159
  - IE=Edge
160
160
  etag:
161
- - "\"e056d2e2ba4865d11118828150edb3aa\""
161
+ - "\"63ca3acc8d55efbc77a67f91e98b5515\""
162
162
  connection:
163
163
  - close
164
164
  content-type:
165
165
  - application/xml; charset=utf-8
166
166
  x-runtime:
167
- - "25"
167
+ - "36"
168
168
  date:
169
- - Thu, 14 Oct 2010 06:15:43 GMT
169
+ - Mon, 18 Oct 2010 22:05:01 GMT
170
170
  server:
171
171
  - nginx/0.7.65
172
172
  content-length:
173
173
  - "600"
174
174
  set-cookie:
175
- - _recurly_session=8d64aebdd3a2189428dbc8d58a584d9c; domain=.recurly.com; path=/; Secure; HttpOnly
175
+ - _recurly_session=64939d03bfcdcdff78b8b620629569cb; domain=.recurly.com; path=/; Secure; HttpOnly
176
176
  cache-control:
177
177
  - private, max-age=0, must-revalidate
178
178
  body: |
179
179
  <?xml version="1.0" encoding="UTF-8"?>
180
180
  <account>
181
- <id>account-update-1286666929</id>
182
- <account_code>account-update-1286666929</account_code>
181
+ <id>account-update-1287167046</id>
182
+ <account_code>account-update-1287167046</account_code>
183
183
  <username></username>
184
184
  <email>verena@test.com</email>
185
185
  <first_name>Verena</first_name>
@@ -187,8 +187,8 @@
187
187
  <company_name>Recurly Ruby Gem -- Update</company_name>
188
188
  <balance_in_cents type="integer">0</balance_in_cents>
189
189
  <closed type="boolean">false</closed>
190
- <hosted_login_token>db286988b30c4b6491871c62ef71b904</hosted_login_token>
191
- <created_at type="datetime">2010-10-14T06:15:41Z</created_at>
190
+ <hosted_login_token>e45df91beff24811a59f5c116b55c412</hosted_login_token>
191
+ <created_at type="datetime">2010-10-18T22:04:59Z</created_at>
192
192
  <state>active</state>
193
193
  </account>
194
194
 
@@ -196,7 +196,7 @@
196
196
  - !ruby/struct:VCR::HTTPInteraction
197
197
  request: !ruby/struct:VCR::Request
198
198
  method: :get
199
- uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/account-update-1286666929.xml
199
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/account-update-1287167046.xml
200
200
  body:
201
201
  headers:
202
202
  accept:
@@ -213,28 +213,28 @@
213
213
  x-ua-compatible:
214
214
  - IE=Edge
215
215
  etag:
216
- - "\"e056d2e2ba4865d11118828150edb3aa\""
216
+ - "\"63ca3acc8d55efbc77a67f91e98b5515\""
217
217
  connection:
218
218
  - close
219
219
  content-type:
220
220
  - application/xml; charset=utf-8
221
221
  x-runtime:
222
- - "36"
222
+ - "52"
223
223
  date:
224
- - Thu, 14 Oct 2010 06:15:44 GMT
224
+ - Mon, 18 Oct 2010 22:05:01 GMT
225
225
  server:
226
226
  - nginx/0.7.65
227
227
  content-length:
228
228
  - "600"
229
229
  set-cookie:
230
- - _recurly_session=78d2e84a77db17465dfe0d09c057035a; domain=.recurly.com; path=/; Secure; HttpOnly
230
+ - _recurly_session=d7878ab9b91f0be02094d2182236d012; domain=.recurly.com; path=/; Secure; HttpOnly
231
231
  cache-control:
232
232
  - private, max-age=0, must-revalidate
233
233
  body: |
234
234
  <?xml version="1.0" encoding="UTF-8"?>
235
235
  <account>
236
- <id>account-update-1286666929</id>
237
- <account_code>account-update-1286666929</account_code>
236
+ <id>account-update-1287167046</id>
237
+ <account_code>account-update-1287167046</account_code>
238
238
  <username></username>
239
239
  <email>verena@test.com</email>
240
240
  <first_name>Verena</first_name>
@@ -242,8 +242,8 @@
242
242
  <company_name>Recurly Ruby Gem -- Update</company_name>
243
243
  <balance_in_cents type="integer">0</balance_in_cents>
244
244
  <closed type="boolean">false</closed>
245
- <hosted_login_token>db286988b30c4b6491871c62ef71b904</hosted_login_token>
246
- <created_at type="datetime">2010-10-14T06:15:41Z</created_at>
245
+ <hosted_login_token>e45df91beff24811a59f5c116b55c412</hosted_login_token>
246
+ <created_at type="datetime">2010-10-18T22:04:59Z</created_at>
247
247
  <state>active</state>
248
248
  </account>
249
249
 
@@ -36,15 +36,15 @@
36
36
  server:
37
37
  - nginx/0.7.65
38
38
  date:
39
- - Thu, 14 Oct 2010 06:15:50 GMT
39
+ - Mon, 18 Oct 2010 22:05:08 GMT
40
40
  x-runtime:
41
- - "570"
41
+ - "587"
42
42
  content-length:
43
43
  - "583"
44
44
  set-cookie:
45
- - account_credentials=a4268043a78f7319216f83a0c6b8b4437c3b4a6048593ff8bd7801449c909c603c59ca126b52aa366f6cbe896bc547ecf1539109ec2eced8b710ad05d21df5ac%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=740af0731b76a2f0af95bf10b5efdd1d0b43d9deac0e971d7e9b5f1d5f134dd7ef201938d6d83e13e08717e1f1794336aeb31f1c70feba64c4616757861eeffe%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=afc9b99eb6c6eed5a5365b50c2935ebb; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=5eea2fc226109c876ef9d28267db6bf1; 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>058c53e7961d4d8bb2218c4838b66738</hosted_login_token>
63
- <created_at type="datetime">2010-10-14T06:15:50Z</created_at>
62
+ <hosted_login_token>62ef56d19bc94954aa09eb8c6d6fc758</hosted_login_token>
63
+ <created_at type="datetime">2010-10-18T22:05:08Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -104,7 +104,7 @@
104
104
  x-ua-compatible:
105
105
  - IE=Edge
106
106
  etag:
107
- - "\"aa9c0a32721322c8d0b06750ec036b7c\""
107
+ - "\"faa8ed04daa94bd14819decba50baaac\""
108
108
  content-type:
109
109
  - application/xml; charset=utf-8
110
110
  connection:
@@ -112,13 +112,13 @@
112
112
  server:
113
113
  - nginx/0.7.65
114
114
  date:
115
- - Thu, 14 Oct 2010 06:15:51 GMT
115
+ - Mon, 18 Oct 2010 22:05:09 GMT
116
116
  x-runtime:
117
- - "284"
117
+ - "83"
118
118
  content-length:
119
119
  - "639"
120
120
  set-cookie:
121
- - _recurly_session=6a818ad862911f99f6f78eee590ea52d; domain=.recurly.com; path=/; Secure; HttpOnly
121
+ - _recurly_session=c35fe8f7dc5a536eaf2d6fd2b7a1b2f5; domain=.recurly.com; path=/; Secure; HttpOnly
122
122
  cache-control:
123
123
  - private, max-age=0, must-revalidate
124
124
  body: |
@@ -142,7 +142,7 @@
142
142
  <month type="integer">10</month>
143
143
  <year type="integer">2011</year>
144
144
  </credit_card>
145
- <updated_at type="datetime">2010-10-14T06:15:51Z</updated_at>
145
+ <updated_at type="datetime">2010-10-18T22:05:09Z</updated_at>
146
146
  </billing_info>
147
147
 
148
148
  http_version: "1.1"
@@ -166,7 +166,7 @@
166
166
  x-ua-compatible:
167
167
  - IE=Edge
168
168
  etag:
169
- - "\"aa9c0a32721322c8d0b06750ec036b7c\""
169
+ - "\"faa8ed04daa94bd14819decba50baaac\""
170
170
  connection:
171
171
  - close
172
172
  content-type:
@@ -174,13 +174,13 @@
174
174
  x-runtime:
175
175
  - "13"
176
176
  date:
177
- - Thu, 14 Oct 2010 06:15:52 GMT
177
+ - Mon, 18 Oct 2010 22:05:10 GMT
178
178
  server:
179
179
  - nginx/0.7.65
180
180
  content-length:
181
181
  - "639"
182
182
  set-cookie:
183
- - _recurly_session=8200d9520fc796e99f1e0a3c6665192c; domain=.recurly.com; path=/; Secure; HttpOnly
183
+ - _recurly_session=25fe6529e604fcb1451dc550a9a79724; domain=.recurly.com; path=/; Secure; HttpOnly
184
184
  cache-control:
185
185
  - private, max-age=0, must-revalidate
186
186
  body: |
@@ -204,7 +204,7 @@
204
204
  <month type="integer">10</month>
205
205
  <year type="integer">2011</year>
206
206
  </credit_card>
207
- <updated_at type="datetime">2010-10-14T06:15:51Z</updated_at>
207
+ <updated_at type="datetime">2010-10-18T22:05:09Z</updated_at>
208
208
  </billing_info>
209
209
 
210
210
  http_version: "1.1"
@@ -34,17 +34,17 @@
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "570"
37
+ - "589"
38
38
  date:
39
- - Thu, 14 Oct 2010 06:16:01 GMT
39
+ - Mon, 18 Oct 2010 22:05:18 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "585"
44
44
  set-cookie:
45
- - account_credentials=c9940cbe82a144d56496ce580cdebaf0fe1283c5089be14546cb1484114dc21e84394cbdd60002afeaa45e405ca5a6865aac96840cd879930495fa967fa09cbb%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=ec9fc255f96dce66b255016d1d3abf34148d11cfda3dae4350f9d409365833120aa463898d01f620302b162fdd947964e4b9cb7832d978a6d3547721ed3518b4%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=55931d08945892c4b12169d5e9479d68; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=eff7094e3ff9d7878ef9399f1c81e561; 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>773b3268542d4c37a18630967cace7be</hosted_login_token>
63
- <created_at type="datetime">2010-10-14T06:16:01Z</created_at>
62
+ <hosted_login_token>a24c47f9302d497c9b533aa1943c82fb</hosted_login_token>
63
+ <created_at type="datetime">2010-10-18T22:05:18Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -104,21 +104,21 @@
104
104
  x-ua-compatible:
105
105
  - IE=Edge
106
106
  etag:
107
- - "\"c89a4093f6951ecbb83633d23f381419\""
107
+ - "\"ad99fced72b5ba461bf7278cb91f9cf1\""
108
108
  connection:
109
109
  - close
110
110
  content-type:
111
111
  - application/xml; charset=utf-8
112
112
  x-runtime:
113
- - "56"
113
+ - "58"
114
114
  date:
115
- - Thu, 14 Oct 2010 06:16:02 GMT
115
+ - Mon, 18 Oct 2010 22:05:18 GMT
116
116
  server:
117
117
  - nginx/0.7.65
118
118
  content-length:
119
119
  - "649"
120
120
  set-cookie:
121
- - _recurly_session=ee29995930283effefd9ae6844751f41; domain=.recurly.com; path=/; Secure; HttpOnly
121
+ - _recurly_session=06e4c966a3c66aa2bedb77c16bddf7ad; domain=.recurly.com; path=/; Secure; HttpOnly
122
122
  cache-control:
123
123
  - private, max-age=0, must-revalidate
124
124
  body: |
@@ -142,7 +142,7 @@
142
142
  <month type="integer">10</month>
143
143
  <year type="integer">2011</year>
144
144
  </credit_card>
145
- <updated_at type="datetime">2010-10-14T06:16:02Z</updated_at>
145
+ <updated_at type="datetime">2010-10-18T22:05:18Z</updated_at>
146
146
  </billing_info>
147
147
 
148
148
  http_version: "1.1"
@@ -166,21 +166,21 @@
166
166
  x-ua-compatible:
167
167
  - IE=Edge
168
168
  etag:
169
- - "\"c89a4093f6951ecbb83633d23f381419\""
169
+ - "\"ad99fced72b5ba461bf7278cb91f9cf1\""
170
170
  connection:
171
171
  - close
172
172
  content-type:
173
173
  - application/xml; charset=utf-8
174
174
  x-runtime:
175
- - "23"
175
+ - "31"
176
176
  date:
177
- - Thu, 14 Oct 2010 06:16:02 GMT
177
+ - Mon, 18 Oct 2010 22:05:19 GMT
178
178
  server:
179
179
  - nginx/0.7.65
180
180
  content-length:
181
181
  - "649"
182
182
  set-cookie:
183
- - _recurly_session=fb393ff0fedd372dea7d756ae5e92a93; domain=.recurly.com; path=/; Secure; HttpOnly
183
+ - _recurly_session=83947f5e76d9a1a0af09dc8be330a3d8; domain=.recurly.com; path=/; Secure; HttpOnly
184
184
  cache-control:
185
185
  - private, max-age=0, must-revalidate
186
186
  body: |
@@ -204,7 +204,7 @@
204
204
  <month type="integer">10</month>
205
205
  <year type="integer">2011</year>
206
206
  </credit_card>
207
- <updated_at type="datetime">2010-10-14T06:16:02Z</updated_at>
207
+ <updated_at type="datetime">2010-10-18T22:05:18Z</updated_at>
208
208
  </billing_info>
209
209
 
210
210
  http_version: "1.1"
@@ -232,15 +232,15 @@
232
232
  content-type:
233
233
  - application/xml; charset=utf-8
234
234
  x-runtime:
235
- - "13"
235
+ - "14"
236
236
  date:
237
- - Thu, 14 Oct 2010 06:16:03 GMT
237
+ - Mon, 18 Oct 2010 22:05:20 GMT
238
238
  server:
239
239
  - nginx/0.7.65
240
240
  content-length:
241
241
  - "1"
242
242
  set-cookie:
243
- - _recurly_session=462e91e03352897a555c93cc266271cb; domain=.recurly.com; path=/; Secure; HttpOnly
243
+ - _recurly_session=a4af0d0f69bf796293d91d4295ad208e; domain=.recurly.com; path=/; Secure; HttpOnly
244
244
  cache-control:
245
245
  - no-cache
246
246
  body: " "
@@ -265,21 +265,21 @@
265
265
  x-ua-compatible:
266
266
  - IE=Edge
267
267
  etag:
268
- - "\"aa9b1d12ba8bf8d3dc61058446d00674\""
268
+ - "\"fc5cfecc31c9fe5d19a946bba68a8f86\""
269
269
  connection:
270
270
  - close
271
271
  content-type:
272
272
  - application/xml; charset=utf-8
273
273
  x-runtime:
274
- - "14"
274
+ - "13"
275
275
  date:
276
- - Thu, 14 Oct 2010 06:16:03 GMT
276
+ - Mon, 18 Oct 2010 22:05:20 GMT
277
277
  server:
278
278
  - nginx/0.7.65
279
279
  content-length:
280
280
  - "598"
281
281
  set-cookie:
282
- - _recurly_session=cf31081ca32183b738239e32bda62fb0; domain=.recurly.com; path=/; Secure; HttpOnly
282
+ - _recurly_session=be3fa87caa0e4895f2ddc2fbde653a6b; domain=.recurly.com; path=/; Secure; HttpOnly
283
283
  cache-control:
284
284
  - private, max-age=0, must-revalidate
285
285
  body: |
@@ -303,7 +303,7 @@
303
303
  <month type="integer">10</month>
304
304
  <year type="integer">2010</year>
305
305
  </credit_card>
306
- <updated_at type="datetime">2010-10-14T06:16:03Z</updated_at>
306
+ <updated_at type="datetime">2010-10-18T22:05:20Z</updated_at>
307
307
  </billing_info>
308
308
 
309
309
  http_version: "1.1"
@@ -34,17 +34,17 @@
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "593"
37
+ - "614"
38
38
  date:
39
- - Thu, 14 Oct 2010 06:15:57 GMT
39
+ - Mon, 18 Oct 2010 22:05:14 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "579"
44
44
  set-cookie:
45
- - account_credentials=251c8e0e057e285ca846da2a5f03a592b75f7e53be7918b42ff65be48af8d52c5028109ef411c846e559998318e8ae6b6d3e4e55bad44016822a2180605bd1aa%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=dc01fab2933f676429b2817a15e5d1a0f7bd3bc88d5e47598672679052500aa7a9923a7482bfa06b5f1ca4f53ba47982d7dcf1b30dba61e25f87ebd7dd46013a%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=5e324d8eee7a0516d5752b4cbd9b1f20; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=61d692c8136f6715264d5404a0daa7af; 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>61e40c19249249b19c66e7648b4a2c18</hosted_login_token>
63
- <created_at type="datetime">2010-10-14T06:15:57Z</created_at>
62
+ <hosted_login_token>f8749f081f274090b8c4a9f6238088b8</hosted_login_token>
63
+ <created_at type="datetime">2010-10-18T22:05:14Z</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
- - "\"faa53a491d2e86577b8ebefc44800cc9\""
108
+ - "\"09e8efe98331c6dbc472581fd615b63b\""
109
109
  connection:
110
110
  - close
111
111
  content-type:
112
112
  - application/xml; charset=utf-8
113
113
  x-runtime:
114
- - "207"
114
+ - "235"
115
115
  date:
116
- - Thu, 14 Oct 2010 06:15:58 GMT
116
+ - Mon, 18 Oct 2010 22:05:15 GMT
117
117
  server:
118
118
  - nginx/0.7.65
119
119
  content-length:
120
120
  - "637"
121
121
  set-cookie:
122
- - _recurly_session=47fac2007422211081131fb928d500b7; domain=.recurly.com; path=/; Secure; HttpOnly
122
+ - _recurly_session=562b9225031d3a8c306d0e89eb60d26e; 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:58Z</updated_at>
146
+ <updated_at type="datetime">2010-10-18T22:05:15Z</updated_at>
147
147
  </billing_info>
148
148
 
149
149
  http_version: "1.1"
@@ -167,7 +167,7 @@
167
167
  x-ua-compatible:
168
168
  - IE=Edge
169
169
  etag:
170
- - "\"faa53a491d2e86577b8ebefc44800cc9\""
170
+ - "\"09e8efe98331c6dbc472581fd615b63b\""
171
171
  connection:
172
172
  - close
173
173
  content-type:
@@ -175,13 +175,13 @@
175
175
  x-runtime:
176
176
  - "14"
177
177
  date:
178
- - Thu, 14 Oct 2010 06:15:59 GMT
178
+ - Mon, 18 Oct 2010 22:05:16 GMT
179
179
  server:
180
180
  - nginx/0.7.65
181
181
  content-length:
182
182
  - "637"
183
183
  set-cookie:
184
- - _recurly_session=1d8a03abc0dff6e938f4555529e4a2e9; domain=.recurly.com; path=/; Secure; HttpOnly
184
+ - _recurly_session=dc8805300e4f7264042e11b18ae149f8; domain=.recurly.com; path=/; Secure; HttpOnly
185
185
  cache-control:
186
186
  - private, max-age=0, must-revalidate
187
187
  body: |
@@ -205,7 +205,7 @@
205
205
  <month type="integer">10</month>
206
206
  <year type="integer">2011</year>
207
207
  </credit_card>
208
- <updated_at type="datetime">2010-10-14T06:15:58Z</updated_at>
208
+ <updated_at type="datetime">2010-10-18T22:05:15Z</updated_at>
209
209
  </billing_info>
210
210
 
211
211
  http_version: "1.1"
@@ -229,21 +229,21 @@
229
229
  x-ua-compatible:
230
230
  - IE=Edge
231
231
  etag:
232
- - "\"faa53a491d2e86577b8ebefc44800cc9\""
232
+ - "\"09e8efe98331c6dbc472581fd615b63b\""
233
233
  connection:
234
234
  - close
235
235
  content-type:
236
236
  - application/xml; charset=utf-8
237
237
  x-runtime:
238
- - "22"
238
+ - "52"
239
239
  date:
240
- - Thu, 14 Oct 2010 06:16:00 GMT
240
+ - Mon, 18 Oct 2010 22:05:16 GMT
241
241
  server:
242
242
  - nginx/0.7.65
243
243
  content-length:
244
244
  - "637"
245
245
  set-cookie:
246
- - _recurly_session=0b9686492ec8c7e8b2f6d885f626411c; domain=.recurly.com; path=/; Secure; HttpOnly
246
+ - _recurly_session=341b2beb582a686a256748c05c2573d1; domain=.recurly.com; path=/; Secure; HttpOnly
247
247
  cache-control:
248
248
  - private, max-age=0, must-revalidate
249
249
  body: |
@@ -267,7 +267,7 @@
267
267
  <month type="integer">10</month>
268
268
  <year type="integer">2011</year>
269
269
  </credit_card>
270
- <updated_at type="datetime">2010-10-14T06:15:58Z</updated_at>
270
+ <updated_at type="datetime">2010-10-18T22:05:15Z</updated_at>
271
271
  </billing_info>
272
272
 
273
273
  http_version: "1.1"