recurly 0.4.15 → 0.4.16
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of recurly might be problematic. Click here for more details.
- data/lib/patches/rails2/active_resource/base.rb +35 -0
- data/lib/patches/rails3/active_model/serializers/xml.rb +28 -0
- data/lib/recurly.rb +14 -4
- data/lib/recurly/account.rb +6 -3
- data/lib/recurly/base.rb +1 -2
- data/lib/recurly/subscription.rb +7 -0
- data/lib/recurly/version.rb +1 -1
- data/spec/config/recurly.yml +4 -4
- data/spec/integration/subscription_spec.rb +2 -1
- metadata +108 -220
- data/spec/vcr/account/accept-language-account/1313708721.yml +0 -60
- data/spec/vcr/account/close/1313708721.yml +0 -132
- data/spec/vcr/account/create-blank/1313708721.yml +0 -44
- data/spec/vcr/account/create-duplicate/1313708721.yml +0 -98
- data/spec/vcr/account/create-min/1313708721.yml +0 -56
- data/spec/vcr/account/create/1313708721.yml +0 -60
- data/spec/vcr/account/find/1313708721.yml +0 -137
- data/spec/vcr/account/list/1313708721.yml +0 -1307
- data/spec/vcr/account/update/1313708721.yml +0 -216
- data/spec/vcr/billing/create/1313708721.yml +0 -181
- data/spec/vcr/billing/destroy/1313708721.yml +0 -240
- data/spec/vcr/billing/errors/1313708721.yml +0 -106
- data/spec/vcr/billing/find/1313708721.yml +0 -234
- data/spec/vcr/billing/update/1313708721.yml +0 -251
- data/spec/vcr/charge/create/1313708721.yml +0 -222
- data/spec/vcr/charge/delete-uninvoiced/1313708721.yml +0 -247
- data/spec/vcr/charge/list-all/1313708721.yml +0 -276
- data/spec/vcr/charge/list-invoiced/1313708721.yml +0 -411
- data/spec/vcr/charge/list-pending/1313708721.yml +0 -276
- data/spec/vcr/charge/lookup/1313708721.yml +0 -152
- data/spec/vcr/coupon/create/1296774903.yml +0 -97
- data/spec/vcr/coupon/destroy/1296774903.yml +0 -97
- data/spec/vcr/credit/create/1313708090.yml +0 -152
- data/spec/vcr/credit/delete/1313708090.yml +0 -211
- data/spec/vcr/credit/list/1313708090.yml +0 -276
- data/spec/vcr/credit/lookup/1313708090.yml +0 -152
- data/spec/vcr/invoice/create-no-charges/1296674173.yml +0 -166
- data/spec/vcr/invoice/create/1296674173.yml +0 -302
- data/spec/vcr/invoice/list/1296674173.yml +0 -405
- data/spec/vcr/invoice/lookup/1296674173.yml +0 -304
- data/spec/vcr/plan/all.yml +0 -233
- data/spec/vcr/plan/find.yml +0 -136
- data/spec/vcr/plan/update.yml +0 -152
- data/spec/vcr/subscription/addons/add/1296674173.yml +0 -177
- data/spec/vcr/subscription/addons/create/1296674173.yml +0 -177
- data/spec/vcr/subscription/addons/remove/1296674173.yml +0 -177
- data/spec/vcr/subscription/cancel-with-code/1296674173.yml +0 -400
- data/spec/vcr/subscription/cancel/1296674173.yml +0 -348
- data/spec/vcr/subscription/change1/1296674173.yml +0 -354
- data/spec/vcr/subscription/change2/1296674173.yml +0 -354
- data/spec/vcr/subscription/create/1296674173.yml +0 -192
- data/spec/vcr/subscription/find/1296674173.yml +0 -244
- data/spec/vcr/subscription/reactivate/1296674173.yml +0 -377
- data/spec/vcr/subscription/refund-full/1296674173.yml +0 -328
- data/spec/vcr/subscription/refund-none/1296674173.yml +0 -328
- data/spec/vcr/subscription/refund-partial/1296674173.yml +0 -328
- data/spec/vcr/transaction/all/1311126815.yml +0 -397
- data/spec/vcr/transaction/create-no-account/1311126815.yml +0 -82
- data/spec/vcr/transaction/create-with-account/1311126815.yml +0 -196
- data/spec/vcr/transaction/list-filled/1311126815.yml +0 -544
- data/spec/vcr/transaction/list-initial/1311126815.yml +0 -184
- data/spec/vcr/transaction/lookup/1311126815.yml +0 -487
- data/spec/vcr/transaction/void/1311126815.yml +0 -321
- data/spec/vcr/transparent/post-url/1317063400.yml +0 -105
- data/spec/vcr/transparent/post-url/1317063474.yml +0 -105
@@ -1,276 +0,0 @@
|
|
1
|
-
---
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
3
|
-
request: !ruby/struct:VCR::Request
|
4
|
-
method: :post
|
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:
|
25
|
-
- application/xml
|
26
|
-
response: !ruby/struct:VCR::Response
|
27
|
-
status: !ruby/struct:VCR::ResponseStatus
|
28
|
-
code: 201
|
29
|
-
message: Created
|
30
|
-
headers:
|
31
|
-
location:
|
32
|
-
- http://api.lvh.me:3000/accounts/charge-list-all-1313708721
|
33
|
-
content-type:
|
34
|
-
- application/xml; charset=utf-8
|
35
|
-
cache-control:
|
36
|
-
- no-cache
|
37
|
-
x-ua-compatible:
|
38
|
-
- IE=Edge
|
39
|
-
set-cookie:
|
40
|
-
- _recurly_session=63359853264d591f7901b0524ba3f6b9; domain=.lvh.me; path=/; HttpOnly
|
41
|
-
server:
|
42
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
63
|
-
method: :post
|
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:
|
76
|
-
- application/xml
|
77
|
-
response: !ruby/struct:VCR::Response
|
78
|
-
status: !ruby/struct:VCR::ResponseStatus
|
79
|
-
code: 201
|
80
|
-
message: Created
|
81
|
-
headers:
|
82
|
-
content-type:
|
83
|
-
- application/xml; charset=utf-8
|
84
|
-
cache-control:
|
85
|
-
- no-cache
|
86
|
-
x-ua-compatible:
|
87
|
-
- IE=Edge
|
88
|
-
set-cookie:
|
89
|
-
- _recurly_session=31d6a869db7add3f9c1ac5d6b79ccccb; domain=.lvh.me; path=/; HttpOnly
|
90
|
-
server:
|
91
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
111
|
-
method: :post
|
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:
|
124
|
-
- application/xml
|
125
|
-
response: !ruby/struct:VCR::Response
|
126
|
-
status: !ruby/struct:VCR::ResponseStatus
|
127
|
-
code: 201
|
128
|
-
message: Created
|
129
|
-
headers:
|
130
|
-
content-type:
|
131
|
-
- application/xml; charset=utf-8
|
132
|
-
cache-control:
|
133
|
-
- no-cache
|
134
|
-
x-ua-compatible:
|
135
|
-
- IE=Edge
|
136
|
-
set-cookie:
|
137
|
-
- _recurly_session=4f3440daa6a29ef62b192b49ed13252f; domain=.lvh.me; path=/; HttpOnly
|
138
|
-
server:
|
139
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
159
|
-
method: :post
|
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:
|
172
|
-
- application/xml
|
173
|
-
response: !ruby/struct:VCR::Response
|
174
|
-
status: !ruby/struct:VCR::ResponseStatus
|
175
|
-
code: 201
|
176
|
-
message: Created
|
177
|
-
headers:
|
178
|
-
content-type:
|
179
|
-
- application/xml; charset=utf-8
|
180
|
-
cache-control:
|
181
|
-
- no-cache
|
182
|
-
x-ua-compatible:
|
183
|
-
- IE=Edge
|
184
|
-
set-cookie:
|
185
|
-
- _recurly_session=603aa9b063dccc49b1b5c47d6f294720; domain=.lvh.me; path=/; HttpOnly
|
186
|
-
server:
|
187
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
207
|
-
method: :get
|
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:
|
214
|
-
- application/xml
|
215
|
-
accept-encoding:
|
216
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
217
|
-
response: !ruby/struct:VCR::Response
|
218
|
-
status: !ruby/struct:VCR::ResponseStatus
|
219
|
-
code: 200
|
220
|
-
message: OK
|
221
|
-
headers:
|
222
|
-
content-type:
|
223
|
-
- application/xml; charset=utf-8
|
224
|
-
etag:
|
225
|
-
- "\"8a061efd15236973eabddc53d9c8d9e4\""
|
226
|
-
cache-control:
|
227
|
-
- max-age=0, private, must-revalidate
|
228
|
-
x-ua-compatible:
|
229
|
-
- IE=Edge
|
230
|
-
server:
|
231
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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,411 +0,0 @@
|
|
1
|
-
---
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
3
|
-
request: !ruby/struct:VCR::Request
|
4
|
-
method: :post
|
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:
|
25
|
-
- application/xml
|
26
|
-
response: !ruby/struct:VCR::Response
|
27
|
-
status: !ruby/struct:VCR::ResponseStatus
|
28
|
-
code: 201
|
29
|
-
message: Created
|
30
|
-
headers:
|
31
|
-
location:
|
32
|
-
- http://api.lvh.me:3000/accounts/charge-list-invoiced-1313708721
|
33
|
-
content-type:
|
34
|
-
- application/xml; charset=utf-8
|
35
|
-
cache-control:
|
36
|
-
- no-cache
|
37
|
-
x-ua-compatible:
|
38
|
-
- IE=Edge
|
39
|
-
set-cookie:
|
40
|
-
- _recurly_session=51bf23c0ec7e7bc246f89595140344a2; domain=.lvh.me; path=/; HttpOnly
|
41
|
-
server:
|
42
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
63
|
-
method: :post
|
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:
|
76
|
-
- application/xml
|
77
|
-
response: !ruby/struct:VCR::Response
|
78
|
-
status: !ruby/struct:VCR::ResponseStatus
|
79
|
-
code: 201
|
80
|
-
message: Created
|
81
|
-
headers:
|
82
|
-
content-type:
|
83
|
-
- application/xml; charset=utf-8
|
84
|
-
cache-control:
|
85
|
-
- no-cache
|
86
|
-
x-ua-compatible:
|
87
|
-
- IE=Edge
|
88
|
-
set-cookie:
|
89
|
-
- _recurly_session=7e9f3cc2d68e37ab50daab2765bba3c0; domain=.lvh.me; path=/; HttpOnly
|
90
|
-
server:
|
91
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
111
|
-
method: :post
|
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:
|
124
|
-
- application/xml
|
125
|
-
response: !ruby/struct:VCR::Response
|
126
|
-
status: !ruby/struct:VCR::ResponseStatus
|
127
|
-
code: 201
|
128
|
-
message: Created
|
129
|
-
headers:
|
130
|
-
content-type:
|
131
|
-
- application/xml; charset=utf-8
|
132
|
-
cache-control:
|
133
|
-
- no-cache
|
134
|
-
x-ua-compatible:
|
135
|
-
- IE=Edge
|
136
|
-
set-cookie:
|
137
|
-
- _recurly_session=b3eb21778eb2a1df41b692b441800aa0; domain=.lvh.me; path=/; HttpOnly
|
138
|
-
server:
|
139
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
159
|
-
method: :post
|
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:
|
172
|
-
- application/xml
|
173
|
-
response: !ruby/struct:VCR::Response
|
174
|
-
status: !ruby/struct:VCR::ResponseStatus
|
175
|
-
code: 201
|
176
|
-
message: Created
|
177
|
-
headers:
|
178
|
-
content-type:
|
179
|
-
- application/xml; charset=utf-8
|
180
|
-
cache-control:
|
181
|
-
- no-cache
|
182
|
-
x-ua-compatible:
|
183
|
-
- IE=Edge
|
184
|
-
set-cookie:
|
185
|
-
- _recurly_session=829a0bd26774dd5f3ed6acfa79875371; domain=.lvh.me; path=/; HttpOnly
|
186
|
-
server:
|
187
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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>
|
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"?>
|
211
|
-
<invoice>
|
212
|
-
</invoice>
|
213
|
-
|
214
|
-
headers:
|
215
|
-
user-agent:
|
216
|
-
- Recurly Ruby Client v0.4.13
|
217
|
-
content-type:
|
218
|
-
- application/xml
|
219
|
-
response: !ruby/struct:VCR::Response
|
220
|
-
status: !ruby/struct:VCR::ResponseStatus
|
221
|
-
code: 201
|
222
|
-
message: Created
|
223
|
-
headers:
|
224
|
-
location:
|
225
|
-
- http://api.lvh.me:3000/invoices/228d33b859674f8ca6b36f002b9a92e3
|
226
|
-
content-type:
|
227
|
-
- application/xml; charset=utf-8
|
228
|
-
cache-control:
|
229
|
-
- no-cache
|
230
|
-
x-ua-compatible:
|
231
|
-
- IE=Edge
|
232
|
-
set-cookie:
|
233
|
-
- _recurly_session=6d449afeef3748020f22b7b2476fca5d; domain=.lvh.me; path=/; HttpOnly
|
234
|
-
server:
|
235
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
294
|
-
method: :post
|
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:
|
307
|
-
- application/xml
|
308
|
-
response: !ruby/struct:VCR::Response
|
309
|
-
status: !ruby/struct:VCR::ResponseStatus
|
310
|
-
code: 201
|
311
|
-
message: Created
|
312
|
-
headers:
|
313
|
-
content-type:
|
314
|
-
- application/xml; charset=utf-8
|
315
|
-
cache-control:
|
316
|
-
- no-cache
|
317
|
-
x-ua-compatible:
|
318
|
-
- IE=Edge
|
319
|
-
set-cookie:
|
320
|
-
- _recurly_session=ed6d91f1dac8a8de7f74107f4c5d1b4a; domain=.lvh.me; path=/; HttpOnly
|
321
|
-
server:
|
322
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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
|
342
|
-
method: :get
|
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:
|
349
|
-
- application/xml
|
350
|
-
accept-encoding:
|
351
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
352
|
-
response: !ruby/struct:VCR::Response
|
353
|
-
status: !ruby/struct:VCR::ResponseStatus
|
354
|
-
code: 200
|
355
|
-
message: OK
|
356
|
-
headers:
|
357
|
-
content-type:
|
358
|
-
- application/xml; charset=utf-8
|
359
|
-
etag:
|
360
|
-
- "\"773b0941b2cfbd0ad9e84038a5832124\""
|
361
|
-
cache-control:
|
362
|
-
- max-age=0, private, must-revalidate
|
363
|
-
x-ua-compatible:
|
364
|
-
- IE=Edge
|
365
|
-
server:
|
366
|
-
- thin 1.2.11 codename Bat-Shit Crazy
|
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"
|