recurly 0.4.11 → 0.4.13
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of recurly might be problematic. Click here for more details.
- data/README.md +4 -8
- data/lib/recurly.rb +10 -19
- data/lib/recurly/config_parser.rb +5 -2
- data/lib/recurly/plan.rb +0 -1
- data/lib/recurly/rails3/recurly.rake +10 -26
- data/lib/recurly/transparent.rb +2 -0
- data/lib/recurly/verification.rb +14 -8
- data/lib/recurly/version.rb +1 -1
- data/spec/config/recurly.yml +3 -3
- data/spec/config/test1.yml +1 -3
- data/spec/config/test2.yml +2 -6
- data/spec/unit/config_spec.rb +9 -16
- data/spec/unit/transparent_spec.rb +0 -20
- data/spec/unit/verification_spec.rb +15 -9
- data/spec/vcr/account/accept-language-account/1313708721.yml +52 -31
- data/spec/vcr/account/close/1313708721.yml +107 -79
- data/spec/vcr/account/create-blank/1313708721.yml +37 -26
- data/spec/vcr/account/create-duplicate/1313708721.yml +83 -54
- data/spec/vcr/account/create-min/1313708721.yml +48 -30
- data/spec/vcr/account/create/1313708721.yml +52 -31
- data/spec/vcr/account/find/1313708721.yml +111 -81
- data/spec/vcr/account/list/1313708721.yml +1148 -719
- data/spec/vcr/account/update/1313708721.yml +182 -124
- data/spec/vcr/billing/create/1313708721.yml +156 -93
- data/spec/vcr/billing/destroy/1313708721.yml +198 -135
- data/spec/vcr/billing/errors/1313708721.yml +91 -56
- data/spec/vcr/billing/find/1313708721.yml +200 -122
- data/spec/vcr/billing/update/1313708721.yml +218 -126
- data/spec/vcr/charge/create/1313708721.yml +189 -120
- data/spec/vcr/charge/delete-uninvoiced/1313708721.yml +195 -154
- data/spec/vcr/charge/list-all/1313708721.yml +235 -157
- data/spec/vcr/charge/list-invoiced/1313708721.yml +351 -234
- data/spec/vcr/charge/list-pending/1313708721.yml +235 -159
- data/spec/vcr/charge/lookup/1313708721.yml +127 -87
- data/spec/vcr/coupon/create/1296774903.yml +83 -95
- data/spec/vcr/coupon/destroy/1296774903.yml +81 -115
- data/spec/vcr/credit/create/1313708090.yml +127 -87
- data/spec/vcr/credit/delete/1313708090.yml +169 -129
- data/spec/vcr/credit/list/1313708090.yml +235 -157
- data/spec/vcr/credit/lookup/1313708090.yml +127 -87
- data/spec/vcr/invoice/create-no-charges/1296674173.yml +140 -89
- data/spec/vcr/invoice/create/1296674173.yml +259 -162
- data/spec/vcr/invoice/list/1296674173.yml +342 -227
- data/spec/vcr/invoice/lookup/1296674173.yml +260 -167
- data/spec/vcr/plan/all.yml +206 -198
- data/spec/vcr/plan/find.yml +109 -103
- data/spec/vcr/plan/update.yml +126 -93
- data/spec/vcr/subscription/addons/add/1296674173.yml +156 -261
- data/spec/vcr/subscription/addons/create/1296674173.yml +156 -164
- data/spec/vcr/subscription/addons/remove/1296674173.yml +156 -249
- data/spec/vcr/subscription/cancel-with-code/1296674173.yml +340 -243
- data/spec/vcr/subscription/cancel/1296674173.yml +297 -210
- data/spec/vcr/subscription/change1/1296674173.yml +303 -213
- data/spec/vcr/subscription/change2/1296674173.yml +303 -214
- data/spec/vcr/subscription/create/1296674173.yml +167 -111
- data/spec/vcr/subscription/find/1296674173.yml +210 -145
- data/spec/vcr/subscription/reactivate/1296674173.yml +318 -233
- data/spec/vcr/subscription/refund-full/1296674173.yml +277 -199
- data/spec/vcr/subscription/refund-none/1296674173.yml +277 -199
- data/spec/vcr/subscription/refund-partial/1296674173.yml +277 -199
- data/spec/vcr/transaction/all/1311126815.yml +388 -206
- data/spec/vcr/transaction/create-no-account/1311126815.yml +74 -43
- data/spec/vcr/transaction/create-with-account/1311126815.yml +172 -101
- data/spec/vcr/transaction/list-filled/1311126815.yml +486 -291
- data/spec/vcr/transaction/list-initial/1311126815.yml +159 -98
- data/spec/vcr/transaction/lookup/1311126815.yml +420 -268
- data/spec/vcr/transaction/void/1311126815.yml +280 -174
- metadata +109 -77
- data/spec/vcr/transaction/refund/1311126815.yml +0 -163
- data/spec/vcr/transparent/post-url/1311239470.yml +0 -76
@@ -1,198 +1,276 @@
|
|
1
|
-
---
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
3
|
-
request: !ruby/struct:VCR::Request
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
4
|
method: :post
|
5
|
-
uri: http://api
|
6
|
-
body:
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
5
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts.xml
|
6
|
+
body: |
|
7
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
8
|
+
<account>
|
9
|
+
<account-code>charge-list-all-1313708721</account-code>
|
10
|
+
<first-name>Verena</first-name>
|
11
|
+
<last-name>Test</last-name>
|
12
|
+
<email>verena@test.com</email>
|
13
|
+
<company-name>Recurly Ruby Gem</company-name>
|
14
|
+
<billing-info>
|
15
|
+
<credit-card>
|
16
|
+
</credit-card>
|
17
|
+
</billing-info>
|
18
|
+
<accept-language nil="true"></accept-language>
|
19
|
+
</account>
|
20
|
+
|
21
|
+
headers:
|
22
|
+
user-agent:
|
23
|
+
- Recurly Ruby Client v0.4.13
|
24
|
+
content-type:
|
14
25
|
- application/xml
|
15
|
-
response: !ruby/struct:VCR::Response
|
16
|
-
status: !ruby/struct:VCR::ResponseStatus
|
26
|
+
response: !ruby/struct:VCR::Response
|
27
|
+
status: !ruby/struct:VCR::ResponseStatus
|
17
28
|
code: 201
|
18
29
|
message: Created
|
19
|
-
headers:
|
20
|
-
location:
|
21
|
-
- http://
|
22
|
-
content-type:
|
30
|
+
headers:
|
31
|
+
location:
|
32
|
+
- http://api.lvh.me:3000/accounts/charge-list-all-1313708721
|
33
|
+
content-type:
|
23
34
|
- application/xml; charset=utf-8
|
24
|
-
cache-control:
|
35
|
+
cache-control:
|
25
36
|
- no-cache
|
26
|
-
x-ua-compatible:
|
37
|
+
x-ua-compatible:
|
27
38
|
- IE=Edge
|
28
|
-
set-cookie:
|
29
|
-
- _recurly_session=
|
30
|
-
|
31
|
-
server:
|
39
|
+
set-cookie:
|
40
|
+
- _recurly_session=63359853264d591f7901b0524ba3f6b9; domain=.lvh.me; path=/; HttpOnly
|
41
|
+
server:
|
32
42
|
- thin 1.2.11 codename Bat-Shit Crazy
|
33
|
-
body:
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
43
|
+
body: |
|
44
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
45
|
+
<account>
|
46
|
+
<id>charge-list-all-1313708721</id>
|
47
|
+
<account_code>charge-list-all-1313708721</account_code>
|
48
|
+
<username></username>
|
49
|
+
<email>verena@test.com</email>
|
50
|
+
<first_name>Verena</first_name>
|
51
|
+
<last_name>Test</last_name>
|
52
|
+
<company_name>Recurly Ruby Gem</company_name>
|
53
|
+
<balance_in_cents type="integer">0</balance_in_cents>
|
54
|
+
<closed type="boolean">false</closed>
|
55
|
+
<hosted_login_token>5395131a6cd84eb189ce64e63329a4fd</hosted_login_token>
|
56
|
+
<created_at type="datetime">2011-09-22T22:01:43Z</created_at>
|
57
|
+
<state>active</state>
|
58
|
+
</account>
|
59
|
+
|
60
|
+
http_version: "1.1"
|
61
|
+
- !ruby/struct:VCR::HTTPInteraction
|
62
|
+
request: !ruby/struct:VCR::Request
|
42
63
|
method: :post
|
43
|
-
uri: http://api
|
44
|
-
body:
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
64
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-all-1313708721/charges.xml
|
65
|
+
body: |
|
66
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
67
|
+
<charge>
|
68
|
+
<amount type="float">10.0</amount>
|
69
|
+
<description>charge description</description>
|
70
|
+
</charge>
|
71
|
+
|
72
|
+
headers:
|
73
|
+
user-agent:
|
74
|
+
- Recurly Ruby Client v0.4.13
|
75
|
+
content-type:
|
50
76
|
- application/xml
|
51
|
-
response: !ruby/struct:VCR::Response
|
52
|
-
status: !ruby/struct:VCR::ResponseStatus
|
77
|
+
response: !ruby/struct:VCR::Response
|
78
|
+
status: !ruby/struct:VCR::ResponseStatus
|
53
79
|
code: 201
|
54
80
|
message: Created
|
55
|
-
headers:
|
56
|
-
content-type:
|
81
|
+
headers:
|
82
|
+
content-type:
|
57
83
|
- application/xml; charset=utf-8
|
58
|
-
cache-control:
|
84
|
+
cache-control:
|
59
85
|
- no-cache
|
60
|
-
x-ua-compatible:
|
86
|
+
x-ua-compatible:
|
61
87
|
- IE=Edge
|
62
|
-
set-cookie:
|
63
|
-
- _recurly_session=
|
64
|
-
|
65
|
-
server:
|
88
|
+
set-cookie:
|
89
|
+
- _recurly_session=31d6a869db7add3f9c1ac5d6b79ccccb; domain=.lvh.me; path=/; HttpOnly
|
90
|
+
server:
|
66
91
|
- thin 1.2.11 codename Bat-Shit Crazy
|
67
|
-
body:
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
92
|
+
body: |
|
93
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
94
|
+
<charge type="charge">
|
95
|
+
<id>0aa15690460d48378d72f40ede359c1f</id>
|
96
|
+
<account_code>charge-list-all-1313708721</account_code>
|
97
|
+
<quantity type="integer">1</quantity>
|
98
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
99
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
100
|
+
<currency>USD</currency>
|
101
|
+
<start_date type="datetime">2011-09-22T22:01:43Z</start_date>
|
102
|
+
<end_date nil="true" type="datetime"></end_date>
|
103
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
104
|
+
<description>charge description</description>
|
105
|
+
<created_at type="datetime">2011-09-22T22:01:43Z</created_at>
|
106
|
+
</charge>
|
107
|
+
|
108
|
+
http_version: "1.1"
|
109
|
+
- !ruby/struct:VCR::HTTPInteraction
|
110
|
+
request: !ruby/struct:VCR::Request
|
77
111
|
method: :post
|
78
|
-
uri: http://api
|
79
|
-
body:
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
112
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-all-1313708721/charges.xml
|
113
|
+
body: |
|
114
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
115
|
+
<charge>
|
116
|
+
<amount type="float">10.0</amount>
|
117
|
+
<description>charge description</description>
|
118
|
+
</charge>
|
119
|
+
|
120
|
+
headers:
|
121
|
+
user-agent:
|
122
|
+
- Recurly Ruby Client v0.4.13
|
123
|
+
content-type:
|
85
124
|
- application/xml
|
86
|
-
response: !ruby/struct:VCR::Response
|
87
|
-
status: !ruby/struct:VCR::ResponseStatus
|
125
|
+
response: !ruby/struct:VCR::Response
|
126
|
+
status: !ruby/struct:VCR::ResponseStatus
|
88
127
|
code: 201
|
89
128
|
message: Created
|
90
|
-
headers:
|
91
|
-
content-type:
|
129
|
+
headers:
|
130
|
+
content-type:
|
92
131
|
- application/xml; charset=utf-8
|
93
|
-
cache-control:
|
132
|
+
cache-control:
|
94
133
|
- no-cache
|
95
|
-
x-ua-compatible:
|
134
|
+
x-ua-compatible:
|
96
135
|
- IE=Edge
|
97
|
-
set-cookie:
|
98
|
-
- _recurly_session=
|
99
|
-
|
100
|
-
server:
|
136
|
+
set-cookie:
|
137
|
+
- _recurly_session=4f3440daa6a29ef62b192b49ed13252f; domain=.lvh.me; path=/; HttpOnly
|
138
|
+
server:
|
101
139
|
- thin 1.2.11 codename Bat-Shit Crazy
|
102
|
-
body:
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
140
|
+
body: |
|
141
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
142
|
+
<charge type="charge">
|
143
|
+
<id>fbc7448d6df24f9db7d861ce1d7e4352</id>
|
144
|
+
<account_code>charge-list-all-1313708721</account_code>
|
145
|
+
<quantity type="integer">1</quantity>
|
146
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
147
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
148
|
+
<currency>USD</currency>
|
149
|
+
<start_date type="datetime">2011-09-22T22:01:43Z</start_date>
|
150
|
+
<end_date nil="true" type="datetime"></end_date>
|
151
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
152
|
+
<description>charge description</description>
|
153
|
+
<created_at type="datetime">2011-09-22T22:01:43Z</created_at>
|
154
|
+
</charge>
|
155
|
+
|
156
|
+
http_version: "1.1"
|
157
|
+
- !ruby/struct:VCR::HTTPInteraction
|
158
|
+
request: !ruby/struct:VCR::Request
|
112
159
|
method: :post
|
113
|
-
uri: http://api
|
114
|
-
body:
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
160
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-all-1313708721/charges.xml
|
161
|
+
body: |
|
162
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
163
|
+
<charge>
|
164
|
+
<amount type="float">10.0</amount>
|
165
|
+
<description>charge description</description>
|
166
|
+
</charge>
|
167
|
+
|
168
|
+
headers:
|
169
|
+
user-agent:
|
170
|
+
- Recurly Ruby Client v0.4.13
|
171
|
+
content-type:
|
120
172
|
- application/xml
|
121
|
-
response: !ruby/struct:VCR::Response
|
122
|
-
status: !ruby/struct:VCR::ResponseStatus
|
173
|
+
response: !ruby/struct:VCR::Response
|
174
|
+
status: !ruby/struct:VCR::ResponseStatus
|
123
175
|
code: 201
|
124
176
|
message: Created
|
125
|
-
headers:
|
126
|
-
content-type:
|
177
|
+
headers:
|
178
|
+
content-type:
|
127
179
|
- application/xml; charset=utf-8
|
128
|
-
cache-control:
|
180
|
+
cache-control:
|
129
181
|
- no-cache
|
130
|
-
x-ua-compatible:
|
182
|
+
x-ua-compatible:
|
131
183
|
- IE=Edge
|
132
|
-
set-cookie:
|
133
|
-
- _recurly_session=
|
134
|
-
|
135
|
-
server:
|
184
|
+
set-cookie:
|
185
|
+
- _recurly_session=603aa9b063dccc49b1b5c47d6f294720; domain=.lvh.me; path=/; HttpOnly
|
186
|
+
server:
|
136
187
|
- thin 1.2.11 codename Bat-Shit Crazy
|
137
|
-
body:
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
188
|
+
body: |
|
189
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
190
|
+
<charge type="charge">
|
191
|
+
<id>f7cc99b1e5774ed6acdfe95bb1c9d143</id>
|
192
|
+
<account_code>charge-list-all-1313708721</account_code>
|
193
|
+
<quantity type="integer">1</quantity>
|
194
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
195
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
196
|
+
<currency>USD</currency>
|
197
|
+
<start_date type="datetime">2011-09-22T22:01:43Z</start_date>
|
198
|
+
<end_date nil="true" type="datetime"></end_date>
|
199
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
200
|
+
<description>charge description</description>
|
201
|
+
<created_at type="datetime">2011-09-22T22:01:43Z</created_at>
|
202
|
+
</charge>
|
203
|
+
|
204
|
+
http_version: "1.1"
|
205
|
+
- !ruby/struct:VCR::HTTPInteraction
|
206
|
+
request: !ruby/struct:VCR::Request
|
147
207
|
method: :get
|
148
|
-
uri: http://api
|
149
|
-
body:
|
150
|
-
headers:
|
151
|
-
user-agent:
|
152
|
-
- Recurly Ruby Client v0.4.
|
153
|
-
accept:
|
208
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-all-1313708721/charges.xml
|
209
|
+
body:
|
210
|
+
headers:
|
211
|
+
user-agent:
|
212
|
+
- Recurly Ruby Client v0.4.13
|
213
|
+
accept:
|
154
214
|
- application/xml
|
155
|
-
accept-encoding:
|
215
|
+
accept-encoding:
|
156
216
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
157
|
-
response: !ruby/struct:VCR::Response
|
158
|
-
status: !ruby/struct:VCR::ResponseStatus
|
217
|
+
response: !ruby/struct:VCR::Response
|
218
|
+
status: !ruby/struct:VCR::ResponseStatus
|
159
219
|
code: 200
|
160
220
|
message: OK
|
161
|
-
headers:
|
162
|
-
content-type:
|
221
|
+
headers:
|
222
|
+
content-type:
|
163
223
|
- application/xml; charset=utf-8
|
164
|
-
etag:
|
165
|
-
-
|
166
|
-
cache-control:
|
224
|
+
etag:
|
225
|
+
- "\"8a061efd15236973eabddc53d9c8d9e4\""
|
226
|
+
cache-control:
|
167
227
|
- max-age=0, private, must-revalidate
|
168
|
-
x-ua-compatible:
|
228
|
+
x-ua-compatible:
|
169
229
|
- IE=Edge
|
170
|
-
|
171
|
-
- _recurly_session=3daa690675fcff306ca327f5ccfafae1; domain=.lvh.me; path=/;
|
172
|
-
HttpOnly
|
173
|
-
server:
|
230
|
+
server:
|
174
231
|
- thin 1.2.11 codename Bat-Shit Crazy
|
175
|
-
body:
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
232
|
+
body: |
|
233
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
234
|
+
<charges type="array">
|
235
|
+
<charge type="charge">
|
236
|
+
<id>f7cc99b1e5774ed6acdfe95bb1c9d143</id>
|
237
|
+
<account_code>charge-list-all-1313708721</account_code>
|
238
|
+
<quantity type="integer">1</quantity>
|
239
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
240
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
241
|
+
<currency>USD</currency>
|
242
|
+
<start_date type="datetime">2011-09-22T22:01:43Z</start_date>
|
243
|
+
<end_date nil="true" type="datetime"></end_date>
|
244
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
245
|
+
<description>charge description</description>
|
246
|
+
<created_at type="datetime">2011-09-22T22:01:43Z</created_at>
|
247
|
+
</charge>
|
248
|
+
<charge type="charge">
|
249
|
+
<id>fbc7448d6df24f9db7d861ce1d7e4352</id>
|
250
|
+
<account_code>charge-list-all-1313708721</account_code>
|
251
|
+
<quantity type="integer">1</quantity>
|
252
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
253
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
254
|
+
<currency>USD</currency>
|
255
|
+
<start_date type="datetime">2011-09-22T22:01:43Z</start_date>
|
256
|
+
<end_date nil="true" type="datetime"></end_date>
|
257
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
258
|
+
<description>charge description</description>
|
259
|
+
<created_at type="datetime">2011-09-22T22:01:43Z</created_at>
|
260
|
+
</charge>
|
261
|
+
<charge type="charge">
|
262
|
+
<id>0aa15690460d48378d72f40ede359c1f</id>
|
263
|
+
<account_code>charge-list-all-1313708721</account_code>
|
264
|
+
<quantity type="integer">1</quantity>
|
265
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
266
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
267
|
+
<currency>USD</currency>
|
268
|
+
<start_date type="datetime">2011-09-22T22:01:43Z</start_date>
|
269
|
+
<end_date nil="true" type="datetime"></end_date>
|
270
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
271
|
+
<description>charge description</description>
|
272
|
+
<created_at type="datetime">2011-09-22T22:01:43Z</created_at>
|
273
|
+
</charge>
|
274
|
+
</charges>
|
275
|
+
|
276
|
+
http_version: "1.1"
|
@@ -1,294 +1,411 @@
|
|
1
|
-
---
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
3
|
-
request: !ruby/struct:VCR::Request
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
4
|
method: :post
|
5
|
-
uri: http://api
|
6
|
-
body:
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
5
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts.xml
|
6
|
+
body: |
|
7
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
8
|
+
<account>
|
9
|
+
<account-code>charge-list-invoiced-1313708721</account-code>
|
10
|
+
<first-name>Verena</first-name>
|
11
|
+
<last-name>Test</last-name>
|
12
|
+
<email>verena@test.com</email>
|
13
|
+
<company-name>Recurly Ruby Gem</company-name>
|
14
|
+
<billing-info>
|
15
|
+
<credit-card>
|
16
|
+
</credit-card>
|
17
|
+
</billing-info>
|
18
|
+
<accept-language nil="true"></accept-language>
|
19
|
+
</account>
|
20
|
+
|
21
|
+
headers:
|
22
|
+
user-agent:
|
23
|
+
- Recurly Ruby Client v0.4.13
|
24
|
+
content-type:
|
14
25
|
- application/xml
|
15
|
-
response: !ruby/struct:VCR::Response
|
16
|
-
status: !ruby/struct:VCR::ResponseStatus
|
26
|
+
response: !ruby/struct:VCR::Response
|
27
|
+
status: !ruby/struct:VCR::ResponseStatus
|
17
28
|
code: 201
|
18
29
|
message: Created
|
19
|
-
headers:
|
20
|
-
location:
|
21
|
-
- http://
|
22
|
-
content-type:
|
30
|
+
headers:
|
31
|
+
location:
|
32
|
+
- http://api.lvh.me:3000/accounts/charge-list-invoiced-1313708721
|
33
|
+
content-type:
|
23
34
|
- application/xml; charset=utf-8
|
24
|
-
cache-control:
|
35
|
+
cache-control:
|
25
36
|
- no-cache
|
26
|
-
x-ua-compatible:
|
37
|
+
x-ua-compatible:
|
27
38
|
- IE=Edge
|
28
|
-
set-cookie:
|
29
|
-
- _recurly_session=
|
30
|
-
|
31
|
-
server:
|
39
|
+
set-cookie:
|
40
|
+
- _recurly_session=51bf23c0ec7e7bc246f89595140344a2; domain=.lvh.me; path=/; HttpOnly
|
41
|
+
server:
|
32
42
|
- thin 1.2.11 codename Bat-Shit Crazy
|
33
|
-
body:
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
43
|
+
body: |
|
44
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
45
|
+
<account>
|
46
|
+
<id>charge-list-invoiced-1313708721</id>
|
47
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
48
|
+
<username></username>
|
49
|
+
<email>verena@test.com</email>
|
50
|
+
<first_name>Verena</first_name>
|
51
|
+
<last_name>Test</last_name>
|
52
|
+
<company_name>Recurly Ruby Gem</company_name>
|
53
|
+
<balance_in_cents type="integer">0</balance_in_cents>
|
54
|
+
<closed type="boolean">false</closed>
|
55
|
+
<hosted_login_token>320e5943f071499296f8b5b5a7ce498f</hosted_login_token>
|
56
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
57
|
+
<state>active</state>
|
58
|
+
</account>
|
59
|
+
|
60
|
+
http_version: "1.1"
|
61
|
+
- !ruby/struct:VCR::HTTPInteraction
|
62
|
+
request: !ruby/struct:VCR::Request
|
42
63
|
method: :post
|
43
|
-
uri: http://api
|
44
|
-
body:
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
64
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-invoiced-1313708721/charges.xml
|
65
|
+
body: |
|
66
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
67
|
+
<charge>
|
68
|
+
<amount type="float">10.0</amount>
|
69
|
+
<description>charge description</description>
|
70
|
+
</charge>
|
71
|
+
|
72
|
+
headers:
|
73
|
+
user-agent:
|
74
|
+
- Recurly Ruby Client v0.4.13
|
75
|
+
content-type:
|
50
76
|
- application/xml
|
51
|
-
response: !ruby/struct:VCR::Response
|
52
|
-
status: !ruby/struct:VCR::ResponseStatus
|
77
|
+
response: !ruby/struct:VCR::Response
|
78
|
+
status: !ruby/struct:VCR::ResponseStatus
|
53
79
|
code: 201
|
54
80
|
message: Created
|
55
|
-
headers:
|
56
|
-
content-type:
|
81
|
+
headers:
|
82
|
+
content-type:
|
57
83
|
- application/xml; charset=utf-8
|
58
|
-
cache-control:
|
84
|
+
cache-control:
|
59
85
|
- no-cache
|
60
|
-
x-ua-compatible:
|
86
|
+
x-ua-compatible:
|
61
87
|
- IE=Edge
|
62
|
-
set-cookie:
|
63
|
-
- _recurly_session=
|
64
|
-
|
65
|
-
server:
|
88
|
+
set-cookie:
|
89
|
+
- _recurly_session=7e9f3cc2d68e37ab50daab2765bba3c0; domain=.lvh.me; path=/; HttpOnly
|
90
|
+
server:
|
66
91
|
- thin 1.2.11 codename Bat-Shit Crazy
|
67
|
-
body:
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
92
|
+
body: |
|
93
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
94
|
+
<charge type="charge">
|
95
|
+
<id>03d25262a0194cf38c04ef145ae10c81</id>
|
96
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
97
|
+
<quantity type="integer">1</quantity>
|
98
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
99
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
100
|
+
<currency>USD</currency>
|
101
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
102
|
+
<end_date nil="true" type="datetime"></end_date>
|
103
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
104
|
+
<description>charge description</description>
|
105
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
106
|
+
</charge>
|
107
|
+
|
108
|
+
http_version: "1.1"
|
109
|
+
- !ruby/struct:VCR::HTTPInteraction
|
110
|
+
request: !ruby/struct:VCR::Request
|
77
111
|
method: :post
|
78
|
-
uri: http://api
|
79
|
-
body:
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
112
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-invoiced-1313708721/charges.xml
|
113
|
+
body: |
|
114
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
115
|
+
<charge>
|
116
|
+
<amount type="float">10.0</amount>
|
117
|
+
<description>charge description</description>
|
118
|
+
</charge>
|
119
|
+
|
120
|
+
headers:
|
121
|
+
user-agent:
|
122
|
+
- Recurly Ruby Client v0.4.13
|
123
|
+
content-type:
|
85
124
|
- application/xml
|
86
|
-
response: !ruby/struct:VCR::Response
|
87
|
-
status: !ruby/struct:VCR::ResponseStatus
|
125
|
+
response: !ruby/struct:VCR::Response
|
126
|
+
status: !ruby/struct:VCR::ResponseStatus
|
88
127
|
code: 201
|
89
128
|
message: Created
|
90
|
-
headers:
|
91
|
-
content-type:
|
129
|
+
headers:
|
130
|
+
content-type:
|
92
131
|
- application/xml; charset=utf-8
|
93
|
-
cache-control:
|
132
|
+
cache-control:
|
94
133
|
- no-cache
|
95
|
-
x-ua-compatible:
|
134
|
+
x-ua-compatible:
|
96
135
|
- IE=Edge
|
97
|
-
set-cookie:
|
98
|
-
- _recurly_session=
|
99
|
-
|
100
|
-
server:
|
136
|
+
set-cookie:
|
137
|
+
- _recurly_session=b3eb21778eb2a1df41b692b441800aa0; domain=.lvh.me; path=/; HttpOnly
|
138
|
+
server:
|
101
139
|
- thin 1.2.11 codename Bat-Shit Crazy
|
102
|
-
body:
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
140
|
+
body: |
|
141
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
142
|
+
<charge type="charge">
|
143
|
+
<id>650614ce574c4f8a98e100d4df7a0562</id>
|
144
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
145
|
+
<quantity type="integer">1</quantity>
|
146
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
147
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
148
|
+
<currency>USD</currency>
|
149
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
150
|
+
<end_date nil="true" type="datetime"></end_date>
|
151
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
152
|
+
<description>charge description</description>
|
153
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
154
|
+
</charge>
|
155
|
+
|
156
|
+
http_version: "1.1"
|
157
|
+
- !ruby/struct:VCR::HTTPInteraction
|
158
|
+
request: !ruby/struct:VCR::Request
|
112
159
|
method: :post
|
113
|
-
uri: http://api
|
114
|
-
body:
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
160
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-invoiced-1313708721/charges.xml
|
161
|
+
body: |
|
162
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
163
|
+
<charge>
|
164
|
+
<amount type="float">10.0</amount>
|
165
|
+
<description>charge description</description>
|
166
|
+
</charge>
|
167
|
+
|
168
|
+
headers:
|
169
|
+
user-agent:
|
170
|
+
- Recurly Ruby Client v0.4.13
|
171
|
+
content-type:
|
120
172
|
- application/xml
|
121
|
-
response: !ruby/struct:VCR::Response
|
122
|
-
status: !ruby/struct:VCR::ResponseStatus
|
173
|
+
response: !ruby/struct:VCR::Response
|
174
|
+
status: !ruby/struct:VCR::ResponseStatus
|
123
175
|
code: 201
|
124
176
|
message: Created
|
125
|
-
headers:
|
126
|
-
content-type:
|
177
|
+
headers:
|
178
|
+
content-type:
|
127
179
|
- application/xml; charset=utf-8
|
128
|
-
cache-control:
|
180
|
+
cache-control:
|
129
181
|
- no-cache
|
130
|
-
x-ua-compatible:
|
182
|
+
x-ua-compatible:
|
131
183
|
- IE=Edge
|
132
|
-
set-cookie:
|
133
|
-
- _recurly_session=
|
134
|
-
|
135
|
-
server:
|
184
|
+
set-cookie:
|
185
|
+
- _recurly_session=829a0bd26774dd5f3ed6acfa79875371; domain=.lvh.me; path=/; HttpOnly
|
186
|
+
server:
|
136
187
|
- thin 1.2.11 codename Bat-Shit Crazy
|
137
|
-
body:
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
188
|
+
body: |
|
189
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
190
|
+
<charge type="charge">
|
191
|
+
<id>fb71f80f82f345e0b23cc6ca00804245</id>
|
192
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
193
|
+
<quantity type="integer">1</quantity>
|
194
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
195
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
196
|
+
<currency>USD</currency>
|
197
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
198
|
+
<end_date nil="true" type="datetime"></end_date>
|
199
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
200
|
+
<description>charge description</description>
|
201
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
202
|
+
</charge>
|
150
203
|
|
204
|
+
http_version: "1.1"
|
205
|
+
- !ruby/struct:VCR::HTTPInteraction
|
206
|
+
request: !ruby/struct:VCR::Request
|
207
|
+
method: :post
|
208
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-invoiced-1313708721/invoices.xml
|
209
|
+
body: |
|
210
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
151
211
|
<invoice>
|
152
|
-
|
153
212
|
</invoice>
|
154
213
|
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
-
|
159
|
-
content-type:
|
214
|
+
headers:
|
215
|
+
user-agent:
|
216
|
+
- Recurly Ruby Client v0.4.13
|
217
|
+
content-type:
|
160
218
|
- application/xml
|
161
|
-
response: !ruby/struct:VCR::Response
|
162
|
-
status: !ruby/struct:VCR::ResponseStatus
|
219
|
+
response: !ruby/struct:VCR::Response
|
220
|
+
status: !ruby/struct:VCR::ResponseStatus
|
163
221
|
code: 201
|
164
222
|
message: Created
|
165
|
-
headers:
|
166
|
-
location:
|
167
|
-
- http://
|
168
|
-
content-type:
|
223
|
+
headers:
|
224
|
+
location:
|
225
|
+
- http://api.lvh.me:3000/invoices/228d33b859674f8ca6b36f002b9a92e3
|
226
|
+
content-type:
|
169
227
|
- application/xml; charset=utf-8
|
170
|
-
cache-control:
|
228
|
+
cache-control:
|
171
229
|
- no-cache
|
172
|
-
x-ua-compatible:
|
230
|
+
x-ua-compatible:
|
173
231
|
- IE=Edge
|
174
|
-
set-cookie:
|
175
|
-
- _recurly_session=
|
176
|
-
|
177
|
-
server:
|
232
|
+
set-cookie:
|
233
|
+
- _recurly_session=6d449afeef3748020f22b7b2476fca5d; domain=.lvh.me; path=/; HttpOnly
|
234
|
+
server:
|
178
235
|
- thin 1.2.11 codename Bat-Shit Crazy
|
179
|
-
body:
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
236
|
+
body: |
|
237
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
238
|
+
<invoice>
|
239
|
+
<id>228d33b859674f8ca6b36f002b9a92e3</id>
|
240
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
241
|
+
<date type="datetime">2011-09-22T22:01:44Z</date>
|
242
|
+
<invoice_number type="integer">1068</invoice_number>
|
243
|
+
<vat_number></vat_number>
|
244
|
+
<status>open</status>
|
245
|
+
<subtotal_in_cents type="integer">3000</subtotal_in_cents>
|
246
|
+
<total_in_cents type="integer">3000</total_in_cents>
|
247
|
+
<vat_amount_in_cents type="integer">0</vat_amount_in_cents>
|
248
|
+
<paid_in_cents type="integer">0</paid_in_cents>
|
249
|
+
<total_due_in_cents type="integer">3000</total_due_in_cents>
|
250
|
+
<discount_in_cents type="integer">0</discount_in_cents>
|
251
|
+
<currency>USD</currency>
|
252
|
+
<line_items type="array">
|
253
|
+
<line_item>
|
254
|
+
<id>03d25262a0194cf38c04ef145ae10c81</id>
|
255
|
+
<type>charge</type>
|
256
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
257
|
+
<currency>USD</currency>
|
258
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
259
|
+
<end_date nil="true" type="datetime"></end_date>
|
260
|
+
<description>charge description</description>
|
261
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
262
|
+
<applied_coupon_code></applied_coupon_code>
|
263
|
+
</line_item>
|
264
|
+
<line_item>
|
265
|
+
<id>650614ce574c4f8a98e100d4df7a0562</id>
|
266
|
+
<type>charge</type>
|
267
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
268
|
+
<currency>USD</currency>
|
269
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
270
|
+
<end_date nil="true" type="datetime"></end_date>
|
271
|
+
<description>charge description</description>
|
272
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
273
|
+
<applied_coupon_code></applied_coupon_code>
|
274
|
+
</line_item>
|
275
|
+
<line_item>
|
276
|
+
<id>fb71f80f82f345e0b23cc6ca00804245</id>
|
277
|
+
<type>charge</type>
|
278
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
279
|
+
<currency>USD</currency>
|
280
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
281
|
+
<end_date nil="true" type="datetime"></end_date>
|
282
|
+
<description>charge description</description>
|
283
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
284
|
+
<applied_coupon_code></applied_coupon_code>
|
285
|
+
</line_item>
|
286
|
+
</line_items>
|
287
|
+
<payments type="array">
|
288
|
+
</payments>
|
289
|
+
</invoice>
|
290
|
+
|
291
|
+
http_version: "1.1"
|
292
|
+
- !ruby/struct:VCR::HTTPInteraction
|
293
|
+
request: !ruby/struct:VCR::Request
|
208
294
|
method: :post
|
209
|
-
uri: http://api
|
210
|
-
body:
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
295
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-invoiced-1313708721/charges.xml
|
296
|
+
body: |
|
297
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
298
|
+
<charge>
|
299
|
+
<amount type="float">10.0</amount>
|
300
|
+
<description>charge description</description>
|
301
|
+
</charge>
|
302
|
+
|
303
|
+
headers:
|
304
|
+
user-agent:
|
305
|
+
- Recurly Ruby Client v0.4.13
|
306
|
+
content-type:
|
216
307
|
- application/xml
|
217
|
-
response: !ruby/struct:VCR::Response
|
218
|
-
status: !ruby/struct:VCR::ResponseStatus
|
308
|
+
response: !ruby/struct:VCR::Response
|
309
|
+
status: !ruby/struct:VCR::ResponseStatus
|
219
310
|
code: 201
|
220
311
|
message: Created
|
221
|
-
headers:
|
222
|
-
content-type:
|
312
|
+
headers:
|
313
|
+
content-type:
|
223
314
|
- application/xml; charset=utf-8
|
224
|
-
cache-control:
|
315
|
+
cache-control:
|
225
316
|
- no-cache
|
226
|
-
x-ua-compatible:
|
317
|
+
x-ua-compatible:
|
227
318
|
- IE=Edge
|
228
|
-
set-cookie:
|
229
|
-
- _recurly_session=
|
230
|
-
|
231
|
-
server:
|
319
|
+
set-cookie:
|
320
|
+
- _recurly_session=ed6d91f1dac8a8de7f74107f4c5d1b4a; domain=.lvh.me; path=/; HttpOnly
|
321
|
+
server:
|
232
322
|
- thin 1.2.11 codename Bat-Shit Crazy
|
233
|
-
body:
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
323
|
+
body: |
|
324
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
325
|
+
<charge type="charge">
|
326
|
+
<id>f289c63f93e1415b8de92c0610a5fdda</id>
|
327
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
328
|
+
<quantity type="integer">1</quantity>
|
329
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
330
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
331
|
+
<currency>USD</currency>
|
332
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
333
|
+
<end_date nil="true" type="datetime"></end_date>
|
334
|
+
<invoice_number nil="true" type="integer"></invoice_number>
|
335
|
+
<description>charge description</description>
|
336
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
337
|
+
</charge>
|
338
|
+
|
339
|
+
http_version: "1.1"
|
340
|
+
- !ruby/struct:VCR::HTTPInteraction
|
341
|
+
request: !ruby/struct:VCR::Request
|
243
342
|
method: :get
|
244
|
-
uri: http://api
|
245
|
-
body:
|
246
|
-
headers:
|
247
|
-
user-agent:
|
248
|
-
- Recurly Ruby Client v0.4.
|
249
|
-
accept:
|
343
|
+
uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-invoiced-1313708721/charges.xml?show=invoiced
|
344
|
+
body:
|
345
|
+
headers:
|
346
|
+
user-agent:
|
347
|
+
- Recurly Ruby Client v0.4.13
|
348
|
+
accept:
|
250
349
|
- application/xml
|
251
|
-
accept-encoding:
|
350
|
+
accept-encoding:
|
252
351
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
253
|
-
response: !ruby/struct:VCR::Response
|
254
|
-
status: !ruby/struct:VCR::ResponseStatus
|
352
|
+
response: !ruby/struct:VCR::Response
|
353
|
+
status: !ruby/struct:VCR::ResponseStatus
|
255
354
|
code: 200
|
256
355
|
message: OK
|
257
|
-
headers:
|
258
|
-
content-type:
|
356
|
+
headers:
|
357
|
+
content-type:
|
259
358
|
- application/xml; charset=utf-8
|
260
|
-
etag:
|
261
|
-
-
|
262
|
-
cache-control:
|
359
|
+
etag:
|
360
|
+
- "\"773b0941b2cfbd0ad9e84038a5832124\""
|
361
|
+
cache-control:
|
263
362
|
- max-age=0, private, must-revalidate
|
264
|
-
x-ua-compatible:
|
363
|
+
x-ua-compatible:
|
265
364
|
- IE=Edge
|
266
|
-
|
267
|
-
- _recurly_session=9aa35c612a9b437c18be476872970555; domain=.lvh.me; path=/;
|
268
|
-
HttpOnly
|
269
|
-
server:
|
365
|
+
server:
|
270
366
|
- thin 1.2.11 codename Bat-Shit Crazy
|
271
|
-
body:
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
367
|
+
body: |
|
368
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
369
|
+
<charges type="array">
|
370
|
+
<charge type="charge">
|
371
|
+
<id>fb71f80f82f345e0b23cc6ca00804245</id>
|
372
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
373
|
+
<quantity type="integer">1</quantity>
|
374
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
375
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
376
|
+
<currency>USD</currency>
|
377
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
378
|
+
<end_date nil="true" type="datetime"></end_date>
|
379
|
+
<invoice_number type="integer">1068</invoice_number>
|
380
|
+
<description>charge description</description>
|
381
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
382
|
+
</charge>
|
383
|
+
<charge type="charge">
|
384
|
+
<id>650614ce574c4f8a98e100d4df7a0562</id>
|
385
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
386
|
+
<quantity type="integer">1</quantity>
|
387
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
388
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
389
|
+
<currency>USD</currency>
|
390
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
391
|
+
<end_date nil="true" type="datetime"></end_date>
|
392
|
+
<invoice_number type="integer">1068</invoice_number>
|
393
|
+
<description>charge description</description>
|
394
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
395
|
+
</charge>
|
396
|
+
<charge type="charge">
|
397
|
+
<id>03d25262a0194cf38c04ef145ae10c81</id>
|
398
|
+
<account_code>charge-list-invoiced-1313708721</account_code>
|
399
|
+
<quantity type="integer">1</quantity>
|
400
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
401
|
+
<amount_in_cents type="integer">1000</amount_in_cents>
|
402
|
+
<currency>USD</currency>
|
403
|
+
<start_date type="datetime">2011-09-22T22:01:44Z</start_date>
|
404
|
+
<end_date nil="true" type="datetime"></end_date>
|
405
|
+
<invoice_number type="integer">1068</invoice_number>
|
406
|
+
<description>charge description</description>
|
407
|
+
<created_at type="datetime">2011-09-22T22:01:44Z</created_at>
|
408
|
+
</charge>
|
409
|
+
</charges>
|
410
|
+
|
411
|
+
http_version: "1.1"
|