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