recurly 0.4.8 → 0.4.10
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 +2 -2
- data/lib/recurly.rb +2 -1
- data/lib/recurly/account.rb +2 -2
- data/lib/recurly/base.rb +30 -12
- data/lib/recurly/billing_info.rb +2 -2
- data/lib/recurly/exceptions.rb +13 -0
- data/lib/recurly/plan.rb +1 -1
- data/lib/recurly/subscription.rb +2 -2
- data/lib/recurly/transaction.rb +2 -2
- data/lib/recurly/transparent.rb +1 -1
- data/lib/recurly/verification.rb +77 -0
- data/lib/recurly/version.rb +1 -1
- data/spec/config/recurly.yml +4 -4
- data/spec/integration/account_spec.rb +12 -0
- data/spec/integration/billing_info_spec.rb +2 -2
- data/spec/integration/charge_spec.rb +0 -1
- data/spec/integration/plan_spec.rb +2 -2
- data/spec/support/vcr.rb +2 -2
- data/spec/unit/verification_spec.rb +76 -0
- data/spec/vcr/account/accept-language-account/1313708721.yml +39 -0
- data/spec/vcr/account/close/1313708721.yml +104 -0
- data/spec/vcr/account/create-blank/1313708721.yml +33 -0
- data/spec/vcr/account/create-duplicate/1313708721.yml +69 -0
- data/spec/vcr/account/create-min/1313708721.yml +38 -0
- data/spec/vcr/account/create/1313708721.yml +39 -0
- data/spec/vcr/account/find/1313708721.yml +107 -0
- data/spec/vcr/account/list/1313708721.yml +878 -0
- data/spec/vcr/account/update/1313708721.yml +158 -0
- data/spec/vcr/billing/create/1313708721.yml +118 -0
- data/spec/vcr/billing/destroy/1313708721.yml +177 -0
- data/spec/vcr/billing/errors/1313708721.yml +71 -0
- data/spec/vcr/billing/find/1313708721.yml +156 -0
- data/spec/vcr/billing/update/1313708721.yml +159 -0
- data/spec/vcr/charge/create/1313708721.yml +153 -0
- data/spec/vcr/charge/delete-uninvoiced/1313708721.yml +206 -0
- data/spec/vcr/charge/list-all/1313708721.yml +198 -0
- data/spec/vcr/charge/list-invoiced/1313708721.yml +294 -0
- data/spec/vcr/charge/list-pending/1313708721.yml +200 -0
- data/spec/vcr/charge/lookup/1313708721.yml +112 -0
- data/spec/vcr/coupon/create/1296774903.yml +96 -170
- data/spec/vcr/coupon/destroy/1296774903.yml +114 -190
- data/spec/vcr/credit/create/1313708090.yml +112 -0
- data/spec/vcr/credit/delete/1313708090.yml +171 -0
- data/spec/vcr/credit/list/1313708090.yml +198 -0
- data/spec/vcr/credit/lookup/1313708090.yml +112 -0
- data/spec/vcr/invoice/create-no-charges/1296674173.yml +100 -185
- data/spec/vcr/invoice/create/1296674173.yml +182 -328
- data/spec/vcr/invoice/list/1296674173.yml +255 -442
- data/spec/vcr/invoice/lookup/1296674173.yml +187 -331
- data/spec/vcr/plan/all.yml +210 -253
- data/spec/vcr/plan/find.yml +115 -187
- data/spec/vcr/plan/update.yml +105 -187
- data/spec/vcr/subscription/addons/add/1296674173.yml +269 -212
- data/spec/vcr/subscription/addons/create/1296674173.yml +172 -212
- data/spec/vcr/subscription/addons/remove/1296674173.yml +257 -212
- data/spec/vcr/subscription/cancel-with-code/1296674173.yml +271 -452
- data/spec/vcr/subscription/cancel/1296674173.yml +234 -394
- data/spec/vcr/subscription/change1/1296674173.yml +237 -402
- data/spec/vcr/subscription/change2/1296674173.yml +238 -402
- data/spec/vcr/subscription/create/1296674173.yml +123 -221
- data/spec/vcr/subscription/find/1296674173.yml +161 -279
- data/spec/vcr/subscription/reactivate/1296674173.yml +261 -431
- data/spec/vcr/subscription/refund-full/1296674173.yml +223 -373
- data/spec/vcr/subscription/refund-none/1296674173.yml +223 -373
- data/spec/vcr/subscription/refund-partial/1296674173.yml +223 -373
- data/spec/vcr/transaction/all/1311126815.yml +215 -0
- data/spec/vcr/transaction/create-no-account/1311126815.yml +51 -0
- data/spec/vcr/transaction/create-with-account/1311126815.yml +125 -0
- data/spec/vcr/transaction/list-filled/1311126815.yml +349 -0
- data/spec/vcr/transaction/list-initial/1311126815.yml +123 -0
- data/spec/vcr/transaction/lookup/1311126815.yml +335 -0
- data/spec/vcr/transaction/refund/1311126815.yml +163 -0
- data/spec/vcr/transaction/void/1311126815.yml +215 -0
- data/spec/vcr/transparent/post-url/1311239470.yml +76 -0
- metadata +207 -154
- data/spec/vcr/account/accept-language-account/1296674173.yml +0 -70
- data/spec/vcr/account/close/1296674173.yml +0 -164
- data/spec/vcr/account/create-blank/1296674173.yml +0 -52
- data/spec/vcr/account/create-duplicate/1296674173.yml +0 -116
- data/spec/vcr/account/create-min/1296674173.yml +0 -66
- data/spec/vcr/account/create/1296674173.yml +0 -70
- data/spec/vcr/account/find/1296674173.yml +0 -169
- data/spec/vcr/account/list/1296674173.yml +0 -55
- data/spec/vcr/account/update/1296674173.yml +0 -258
- data/spec/vcr/billing/create/1296690812.yml +0 -215
- data/spec/vcr/billing/destroy/1296690812.yml +0 -294
- data/spec/vcr/billing/find/1296690812.yml +0 -280
- data/spec/vcr/billing/update/1296690812.yml +0 -297
- data/spec/vcr/charge/create/1296674173.yml +0 -262
- data/spec/vcr/charge/delete-uninvoiced/1296674173.yml +0 -307
- data/spec/vcr/charge/list-all/1296674173.yml +0 -316
- data/spec/vcr/charge/list-invoiced/1296674173.yml +0 -468
- data/spec/vcr/charge/list-pending/1296674173.yml +0 -316
- data/spec/vcr/charge/lookup/1296674173.yml +0 -180
- data/spec/vcr/coupon/create/1296688818.yml +0 -183
- data/spec/vcr/coupon/destroy/1296688818.yml +0 -207
- data/spec/vcr/credit/create/1296674173.yml +0 -121
- data/spec/vcr/credit/delete/1296674173.yml +0 -121
- data/spec/vcr/credit/list/1296674173.yml +0 -121
- data/spec/vcr/credit/lookup/1296674173.yml +0 -121
- data/spec/vcr/plan/delete/1296674173.yml +0 -225
- data/spec/vcr/transaction/all/1296674173.yml +0 -389
- data/spec/vcr/transaction/create-no-account/1296674173.yml +0 -93
- data/spec/vcr/transaction/create-with-account/1296674173.yml +0 -225
- data/spec/vcr/transaction/list-filled/1296674173.yml +0 -487
- data/spec/vcr/transaction/list-initial/1296674173.yml +0 -217
- data/spec/vcr/transaction/lookup/1296674173.yml +0 -563
- data/spec/vcr/transaction/refund/1296674173.yml +0 -287
- data/spec/vcr/transaction/void/1296674173.yml +0 -352
- data/spec/vcr/transparent/post-url/1311127536.yml +0 -0
- data/spec/vcr/transparent/post-url/1311127583.yml +0 -0
- data/spec/vcr/transparent/post-url/1311128042.yml +0 -0
- data/spec/vcr/transparent/post-url/1311128073.yml +0 -0
- data/spec/vcr/transparent/post-url/1311128087.yml +0 -0
@@ -1,351 +1,205 @@
|
|
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://
|
6
|
-
body:
|
7
|
-
|
8
|
-
<
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
<accept-language type="yaml" nil="true"></accept-language>
|
15
|
-
</account>
|
16
|
-
|
17
|
-
headers:
|
18
|
-
authorization:
|
19
|
-
- Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
|
20
|
-
content-type:
|
5
|
+
uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts.xml
|
6
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<account>\n <account-code>invoice-create-1296674173</account-code>\n
|
7
|
+
\ <first-name>Verena</first-name>\n <last-name>Test</last-name>\n <email>verena@test.com</email>\n
|
8
|
+
\ <company-name>Recurly Ruby Gem</company-name>\n <billing-info>\n <credit-card>\n
|
9
|
+
\ </credit-card>\n </billing-info>\n <accept-language nil=\"true\"></accept-language>\n</account>\n"
|
10
|
+
headers:
|
11
|
+
user-agent:
|
12
|
+
- Recurly Ruby Client v0.4.10
|
13
|
+
content-type:
|
21
14
|
- application/xml
|
22
|
-
|
23
|
-
|
24
|
-
user-agent:
|
25
|
-
- Ruby
|
26
|
-
connection:
|
27
|
-
- close
|
28
|
-
response: !ruby/struct:VCR::Response
|
29
|
-
status: !ruby/struct:VCR::ResponseStatus
|
15
|
+
response: !ruby/struct:VCR::Response
|
16
|
+
status: !ruby/struct:VCR::ResponseStatus
|
30
17
|
code: 201
|
31
|
-
message:
|
32
|
-
headers:
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
- http://litle-test.recurly.local:3000/accounts/invoice-create-1296674173
|
37
|
-
x-runtime:
|
38
|
-
- "625"
|
39
|
-
content-type:
|
18
|
+
message: Created
|
19
|
+
headers:
|
20
|
+
location:
|
21
|
+
- http://app.lvh.me:3000/accounts/invoice-create-1296674173
|
22
|
+
content-type:
|
40
23
|
- application/xml; charset=utf-8
|
41
|
-
|
42
|
-
-
|
43
|
-
|
44
|
-
-
|
45
|
-
|
46
|
-
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
<account
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
<email>verena@test.com</email>
|
60
|
-
<first_name>Verena</first_name>
|
61
|
-
<last_name>Test</last_name>
|
62
|
-
<company_name>Recurly Ruby Gem</company_name>
|
63
|
-
<balance_in_cents type="integer">0</balance_in_cents>
|
64
|
-
<closed type="boolean">false</closed>
|
65
|
-
<hosted_login_token>3946a5d64eb54a8f86d0a0de554ad818</hosted_login_token>
|
66
|
-
<created_at type="datetime">2011-02-03T22:19:52Z</created_at>
|
67
|
-
<state>active</state>
|
68
|
-
</account>
|
69
|
-
|
70
|
-
http_version: "1.1"
|
71
|
-
- !ruby/struct:VCR::HTTPInteraction
|
72
|
-
request: !ruby/struct:VCR::Request
|
24
|
+
cache-control:
|
25
|
+
- no-cache
|
26
|
+
x-ua-compatible:
|
27
|
+
- IE=Edge
|
28
|
+
set-cookie:
|
29
|
+
- _recurly_session=1c15f234975571511a55af2b10e1a713; domain=.lvh.me; path=/;
|
30
|
+
HttpOnly
|
31
|
+
server:
|
32
|
+
- thin 1.2.11 codename Bat-Shit Crazy
|
33
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<account>\n <id>invoice-create-1296674173</id>\n
|
34
|
+
\ <account_code>invoice-create-1296674173</account_code>\n <username></username>\n
|
35
|
+
\ <email>verena@test.com</email>\n <first_name>Verena</first_name>\n <last_name>Test</last_name>\n
|
36
|
+
\ <company_name>Recurly Ruby Gem</company_name>\n <balance_in_cents type=\"integer\">0</balance_in_cents>\n
|
37
|
+
\ <closed type=\"boolean\">false</closed>\n <hosted_login_token>0b6aadecb4574ec99e5d09d5da5dee7d</hosted_login_token>\n
|
38
|
+
\ <created_at type=\"datetime\">2011-08-19T20:01:47Z</created_at>\n <state>active</state>\n</account>\n"
|
39
|
+
http_version: '1.1'
|
40
|
+
- !ruby/struct:VCR::HTTPInteraction
|
41
|
+
request: !ruby/struct:VCR::Request
|
73
42
|
method: :put
|
74
|
-
uri: http://
|
75
|
-
body:
|
76
|
-
|
77
|
-
<
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
<year type="integer">2012</year>
|
86
|
-
<month type="integer">2</month>
|
87
|
-
<verification-value>123</verification-value>
|
88
|
-
</credit-card>
|
89
|
-
<account-code>invoice-create-1296674173</account-code>
|
90
|
-
<first-name>Verena</first-name>
|
91
|
-
<last-name>Test</last-name>
|
92
|
-
</billing-info>
|
93
|
-
|
94
|
-
headers:
|
95
|
-
authorization:
|
96
|
-
- Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
|
97
|
-
content-type:
|
43
|
+
uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-create-1296674173/billing_info.xml
|
44
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<billing-info>\n <first-name>Verena</first-name>\n
|
45
|
+
\ <last-name>Test</last-name>\n <address1>123 Test St</address1>\n <city>San
|
46
|
+
Francisco</city>\n <state>CA</state>\n <zip>94115</zip>\n <country>US</country>\n
|
47
|
+
\ <credit-card>\n <number>4111111111111111</number>\n <year type=\"integer\">2012</year>\n
|
48
|
+
\ <month type=\"integer\">8</month>\n <verification-value>123</verification-value>\n
|
49
|
+
\ </credit-card>\n <account-code>invoice-create-1296674173</account-code>\n</billing-info>\n"
|
50
|
+
headers:
|
51
|
+
user-agent:
|
52
|
+
- Recurly Ruby Client v0.4.10
|
53
|
+
content-type:
|
98
54
|
- application/xml
|
99
|
-
|
100
|
-
|
101
|
-
user-agent:
|
102
|
-
- Ruby
|
103
|
-
connection:
|
104
|
-
- close
|
105
|
-
response: !ruby/struct:VCR::Response
|
106
|
-
status: !ruby/struct:VCR::ResponseStatus
|
55
|
+
response: !ruby/struct:VCR::Response
|
56
|
+
status: !ruby/struct:VCR::ResponseStatus
|
107
57
|
code: 200
|
108
|
-
message:
|
109
|
-
headers:
|
110
|
-
|
111
|
-
- "1626"
|
112
|
-
content-type:
|
58
|
+
message: OK
|
59
|
+
headers:
|
60
|
+
content-type:
|
113
61
|
- application/xml; charset=utf-8
|
114
|
-
etag:
|
115
|
-
- "
|
116
|
-
cache-control:
|
117
|
-
-
|
118
|
-
|
119
|
-
-
|
120
|
-
|
121
|
-
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
<
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
<address2></address2>
|
136
|
-
<city>San Francisco</city>
|
137
|
-
<state>CA</state>
|
138
|
-
<country>US</country>
|
139
|
-
<zip>94115</zip>
|
140
|
-
<phone></phone>
|
141
|
-
<vat_number></vat_number>
|
142
|
-
<ip_address></ip_address>
|
143
|
-
<credit_card>
|
144
|
-
<type>visa</type>
|
145
|
-
<last_four>1111</last_four>
|
146
|
-
<month type="integer">2</month>
|
147
|
-
<year type="integer">2012</year>
|
148
|
-
</credit_card>
|
149
|
-
<updated_at type="datetime">2011-02-03T22:19:56Z</updated_at>
|
150
|
-
</billing_info>
|
151
|
-
|
152
|
-
http_version: "1.1"
|
153
|
-
- !ruby/struct:VCR::HTTPInteraction
|
154
|
-
request: !ruby/struct:VCR::Request
|
62
|
+
etag:
|
63
|
+
- ! '"bfa1f32e3e4e7901212c611ddad463d0"'
|
64
|
+
cache-control:
|
65
|
+
- max-age=0, private, must-revalidate
|
66
|
+
x-ua-compatible:
|
67
|
+
- IE=Edge
|
68
|
+
set-cookie:
|
69
|
+
- _recurly_session=1bd8d2fd115da42045227fe4db1f3c37; domain=.lvh.me; path=/;
|
70
|
+
HttpOnly
|
71
|
+
server:
|
72
|
+
- thin 1.2.11 codename Bat-Shit Crazy
|
73
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<billing_info>\n <account_code>invoice-create-1296674173</account_code>\n
|
74
|
+
\ <first_name>Verena</first_name>\n <last_name>Test</last_name>\n <address1>123
|
75
|
+
Test St</address1>\n <address2></address2>\n <city>San Francisco</city>\n
|
76
|
+
\ <state>CA</state>\n <country>US</country>\n <zip>94115</zip>\n <phone></phone>\n
|
77
|
+
\ <vat_number></vat_number>\n <ip_address></ip_address>\n <credit_card>\n
|
78
|
+
\ <type>visa</type>\n <last_four>1111</last_four>\n <month type=\"integer\">8</month>\n
|
79
|
+
\ <year type=\"integer\">2012</year>\n </credit_card>\n <updated_at type=\"datetime\">2011-08-19T20:01:50Z</updated_at>\n</billing_info>\n"
|
80
|
+
http_version: '1.1'
|
81
|
+
- !ruby/struct:VCR::HTTPInteraction
|
82
|
+
request: !ruby/struct:VCR::Request
|
155
83
|
method: :post
|
156
|
-
uri: http://
|
157
|
-
body:
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
headers:
|
165
|
-
authorization:
|
166
|
-
- Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
|
167
|
-
content-type:
|
84
|
+
uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-create-1296674173/charges.xml
|
85
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<charge>\n <amount type=\"float\">10.0</amount>\n
|
86
|
+
\ <description>charge description</description>\n</charge>\n"
|
87
|
+
headers:
|
88
|
+
user-agent:
|
89
|
+
- Recurly Ruby Client v0.4.10
|
90
|
+
content-type:
|
168
91
|
- application/xml
|
169
|
-
|
170
|
-
|
171
|
-
user-agent:
|
172
|
-
- Ruby
|
173
|
-
connection:
|
174
|
-
- close
|
175
|
-
response: !ruby/struct:VCR::Response
|
176
|
-
status: !ruby/struct:VCR::ResponseStatus
|
92
|
+
response: !ruby/struct:VCR::Response
|
93
|
+
status: !ruby/struct:VCR::ResponseStatus
|
177
94
|
code: 201
|
178
|
-
message:
|
179
|
-
headers:
|
180
|
-
|
181
|
-
- no-cache
|
182
|
-
x-runtime:
|
183
|
-
- "568"
|
184
|
-
content-type:
|
95
|
+
message: Created
|
96
|
+
headers:
|
97
|
+
content-type:
|
185
98
|
- application/xml; charset=utf-8
|
186
|
-
|
187
|
-
-
|
188
|
-
|
189
|
-
-
|
190
|
-
|
191
|
-
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
<
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
<description>charge description</description>
|
206
|
-
<created_at type="datetime">2011-02-03T22:19:58Z</created_at>
|
207
|
-
</charge>
|
208
|
-
|
209
|
-
http_version: "1.1"
|
210
|
-
- !ruby/struct:VCR::HTTPInteraction
|
211
|
-
request: !ruby/struct:VCR::Request
|
99
|
+
cache-control:
|
100
|
+
- no-cache
|
101
|
+
x-ua-compatible:
|
102
|
+
- IE=Edge
|
103
|
+
set-cookie:
|
104
|
+
- _recurly_session=fea26c10f8a5689bad8367256f6ca542; domain=.lvh.me; path=/;
|
105
|
+
HttpOnly
|
106
|
+
server:
|
107
|
+
- thin 1.2.11 codename Bat-Shit Crazy
|
108
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<charge type=\"charge\">\n
|
109
|
+
\ <id>33921069d59e4c20bcb24151c490275f</id>\n <account_code>invoice-create-1296674173</account_code>\n
|
110
|
+
\ <quantity type=\"integer\">1</quantity>\n <unit_amount_in_cents type=\"integer\">1000</unit_amount_in_cents>\n
|
111
|
+
\ <amount_in_cents type=\"integer\">1000</amount_in_cents>\n <currency>USD</currency>\n
|
112
|
+
\ <start_date type=\"datetime\">2011-08-19T20:01:50Z</start_date>\n <end_date
|
113
|
+
nil=\"true\" type=\"datetime\"></end_date>\n <invoice_number nil=\"true\" type=\"integer\"></invoice_number>\n
|
114
|
+
\ <description>charge description</description>\n <created_at type=\"datetime\">2011-08-19T20:01:50Z</created_at>\n</charge>\n"
|
115
|
+
http_version: '1.1'
|
116
|
+
- !ruby/struct:VCR::HTTPInteraction
|
117
|
+
request: !ruby/struct:VCR::Request
|
212
118
|
method: :post
|
213
|
-
uri: http://
|
214
|
-
body:
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
headers:
|
222
|
-
authorization:
|
223
|
-
- Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
|
224
|
-
content-type:
|
119
|
+
uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-create-1296674173/charges.xml
|
120
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<charge>\n <amount type=\"float\">15.0</amount>\n
|
121
|
+
\ <description>charge description</description>\n</charge>\n"
|
122
|
+
headers:
|
123
|
+
user-agent:
|
124
|
+
- Recurly Ruby Client v0.4.10
|
125
|
+
content-type:
|
225
126
|
- application/xml
|
226
|
-
|
227
|
-
|
228
|
-
user-agent:
|
229
|
-
- Ruby
|
230
|
-
connection:
|
231
|
-
- close
|
232
|
-
response: !ruby/struct:VCR::Response
|
233
|
-
status: !ruby/struct:VCR::ResponseStatus
|
127
|
+
response: !ruby/struct:VCR::Response
|
128
|
+
status: !ruby/struct:VCR::ResponseStatus
|
234
129
|
code: 201
|
235
|
-
message:
|
236
|
-
headers:
|
237
|
-
|
238
|
-
- no-cache
|
239
|
-
x-runtime:
|
240
|
-
- "431"
|
241
|
-
content-type:
|
130
|
+
message: Created
|
131
|
+
headers:
|
132
|
+
content-type:
|
242
133
|
- application/xml; charset=utf-8
|
243
|
-
|
244
|
-
-
|
245
|
-
|
246
|
-
-
|
247
|
-
|
248
|
-
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
<
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
<description>charge description</description>
|
263
|
-
<created_at type="datetime">2011-02-03T22:20:00Z</created_at>
|
264
|
-
</charge>
|
265
|
-
|
266
|
-
http_version: "1.1"
|
267
|
-
- !ruby/struct:VCR::HTTPInteraction
|
268
|
-
request: !ruby/struct:VCR::Request
|
134
|
+
cache-control:
|
135
|
+
- no-cache
|
136
|
+
x-ua-compatible:
|
137
|
+
- IE=Edge
|
138
|
+
set-cookie:
|
139
|
+
- _recurly_session=842efebfe5074717480b2c92497c776c; domain=.lvh.me; path=/;
|
140
|
+
HttpOnly
|
141
|
+
server:
|
142
|
+
- thin 1.2.11 codename Bat-Shit Crazy
|
143
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<charge type=\"charge\">\n
|
144
|
+
\ <id>5b17cac8e1c141a1a109e0ba7812e47b</id>\n <account_code>invoice-create-1296674173</account_code>\n
|
145
|
+
\ <quantity type=\"integer\">1</quantity>\n <unit_amount_in_cents type=\"integer\">1500</unit_amount_in_cents>\n
|
146
|
+
\ <amount_in_cents type=\"integer\">1500</amount_in_cents>\n <currency>USD</currency>\n
|
147
|
+
\ <start_date type=\"datetime\">2011-08-19T20:01:50Z</start_date>\n <end_date
|
148
|
+
nil=\"true\" type=\"datetime\"></end_date>\n <invoice_number nil=\"true\" type=\"integer\"></invoice_number>\n
|
149
|
+
\ <description>charge description</description>\n <created_at type=\"datetime\">2011-08-19T20:01:50Z</created_at>\n</charge>\n"
|
150
|
+
http_version: '1.1'
|
151
|
+
- !ruby/struct:VCR::HTTPInteraction
|
152
|
+
request: !ruby/struct:VCR::Request
|
269
153
|
method: :post
|
270
|
-
uri: http://
|
271
|
-
body:
|
272
|
-
|
154
|
+
uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-create-1296674173/invoices.xml
|
155
|
+
body: ! '<?xml version="1.0" encoding="UTF-8"?>
|
156
|
+
|
273
157
|
<invoice>
|
158
|
+
|
274
159
|
</invoice>
|
275
160
|
|
276
|
-
|
277
|
-
|
278
|
-
-
|
279
|
-
|
161
|
+
'
|
162
|
+
headers:
|
163
|
+
user-agent:
|
164
|
+
- Recurly Ruby Client v0.4.10
|
165
|
+
content-type:
|
280
166
|
- application/xml
|
281
|
-
|
282
|
-
|
283
|
-
user-agent:
|
284
|
-
- Ruby
|
285
|
-
connection:
|
286
|
-
- close
|
287
|
-
response: !ruby/struct:VCR::Response
|
288
|
-
status: !ruby/struct:VCR::ResponseStatus
|
167
|
+
response: !ruby/struct:VCR::Response
|
168
|
+
status: !ruby/struct:VCR::ResponseStatus
|
289
169
|
code: 201
|
290
|
-
message:
|
291
|
-
headers:
|
292
|
-
|
293
|
-
-
|
294
|
-
|
295
|
-
- http://litle-test.recurly.local:3000/invoices/a8cfbbab41af409c877fbcf945712871
|
296
|
-
x-runtime:
|
297
|
-
- "614"
|
298
|
-
content-type:
|
170
|
+
message: Created
|
171
|
+
headers:
|
172
|
+
location:
|
173
|
+
- http://app.lvh.me:3000/invoices/cf5d26b8467349edbce7764ade53a91b
|
174
|
+
content-type:
|
299
175
|
- application/xml; charset=utf-8
|
300
|
-
|
301
|
-
-
|
302
|
-
|
303
|
-
-
|
304
|
-
|
305
|
-
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
<
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
<start_date type="datetime">2011-02-03T22:19:58Z</start_date>
|
331
|
-
<end_date nil="true" type="datetime"></end_date>
|
332
|
-
<description>charge description</description>
|
333
|
-
<created_at type="datetime">2011-02-03T22:19:58Z</created_at>
|
334
|
-
<applied_coupon_code></applied_coupon_code>
|
335
|
-
</line_item>
|
336
|
-
<line_item>
|
337
|
-
<id>5ae82e2de5b247c68c2bd706b3e172ff</id>
|
338
|
-
<type>charge</type>
|
339
|
-
<amount_in_cents type="integer">1500</amount_in_cents>
|
340
|
-
<start_date type="datetime">2011-02-03T22:20:00Z</start_date>
|
341
|
-
<end_date nil="true" type="datetime"></end_date>
|
342
|
-
<description>charge description</description>
|
343
|
-
<created_at type="datetime">2011-02-03T22:20:00Z</created_at>
|
344
|
-
<applied_coupon_code></applied_coupon_code>
|
345
|
-
</line_item>
|
346
|
-
</line_items>
|
347
|
-
<payments type="array">
|
348
|
-
</payments>
|
349
|
-
</invoice>
|
350
|
-
|
351
|
-
http_version: "1.1"
|
176
|
+
cache-control:
|
177
|
+
- no-cache
|
178
|
+
x-ua-compatible:
|
179
|
+
- IE=Edge
|
180
|
+
set-cookie:
|
181
|
+
- _recurly_session=59123f9c817e6664722aa126e8149f57; domain=.lvh.me; path=/;
|
182
|
+
HttpOnly
|
183
|
+
server:
|
184
|
+
- thin 1.2.11 codename Bat-Shit Crazy
|
185
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<invoice>\n <id>cf5d26b8467349edbce7764ade53a91b</id>\n
|
186
|
+
\ <account_code>invoice-create-1296674173</account_code>\n <date type=\"datetime\">2011-08-19T20:01:50Z</date>\n
|
187
|
+
\ <invoice_number type=\"integer\">1505</invoice_number>\n <vat_number></vat_number>\n
|
188
|
+
\ <status>open</status>\n <subtotal_in_cents type=\"integer\">2500</subtotal_in_cents>\n
|
189
|
+
\ <total_in_cents type=\"integer\">2500</total_in_cents>\n <vat_amount_in_cents
|
190
|
+
type=\"integer\">0</vat_amount_in_cents>\n <paid_in_cents type=\"integer\">0</paid_in_cents>\n
|
191
|
+
\ <total_due_in_cents type=\"integer\">2500</total_due_in_cents>\n <discount_in_cents
|
192
|
+
type=\"integer\">0</discount_in_cents>\n <currency>USD</currency>\n <line_items
|
193
|
+
type=\"array\">\n <line_item>\n <id>33921069d59e4c20bcb24151c490275f</id>\n
|
194
|
+
\ <type>charge</type>\n <amount_in_cents type=\"integer\">1000</amount_in_cents>\n
|
195
|
+
\ <currency>USD</currency>\n <start_date type=\"datetime\">2011-08-19T20:01:50Z</start_date>\n
|
196
|
+
\ <end_date nil=\"true\" type=\"datetime\"></end_date>\n <description>charge
|
197
|
+
description</description>\n <created_at type=\"datetime\">2011-08-19T20:01:50Z</created_at>\n
|
198
|
+
\ <applied_coupon_code></applied_coupon_code>\n </line_item>\n <line_item>\n
|
199
|
+
\ <id>5b17cac8e1c141a1a109e0ba7812e47b</id>\n <type>charge</type>\n
|
200
|
+
\ <amount_in_cents type=\"integer\">1500</amount_in_cents>\n <currency>USD</currency>\n
|
201
|
+
\ <start_date type=\"datetime\">2011-08-19T20:01:50Z</start_date>\n <end_date
|
202
|
+
nil=\"true\" type=\"datetime\"></end_date>\n <description>charge description</description>\n
|
203
|
+
\ <created_at type=\"datetime\">2011-08-19T20:01:50Z</created_at>\n <applied_coupon_code></applied_coupon_code>\n
|
204
|
+
\ </line_item>\n </line_items>\n <payments type=\"array\">\n </payments>\n</invoice>\n"
|
205
|
+
http_version: '1.1'
|