recurly 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of recurly might be problematic. Click here for more details.
- data/lib/recurly.rb +1 -0
- data/lib/recurly/base.rb +92 -12
- data/lib/recurly/formats/xml_with_errors.rb +132 -0
- data/lib/recurly/version.rb +1 -1
- data/spec/config/recurly.yml +4 -4
- data/spec/integration/transaction_spec.rb +4 -3
- data/spec/vcr/account/accept-language-account/1297746103.yml +6 -6
- data/spec/vcr/account/close/1297746103.yml +17 -17
- data/spec/vcr/account/create-blank/1297746103.yml +4 -4
- data/spec/vcr/account/create-duplicate/1297746103.yml +10 -10
- data/spec/vcr/account/create-min/1297746103.yml +6 -6
- data/spec/vcr/account/create/1297746103.yml +6 -6
- data/spec/vcr/account/find/1297746103.yml +16 -16
- data/spec/vcr/account/list/1297746103.yml +204 -156
- data/spec/vcr/account/update/1297746103.yml +29 -29
- data/spec/vcr/billing/create/1298594128.yml +21 -21
- data/spec/vcr/billing/destroy/1298594128.yml +28 -28
- data/spec/vcr/billing/find/1298594128.yml +28 -28
- data/spec/vcr/billing/update/1298594128.yml +29 -29
- data/spec/vcr/charge/create/1297746103.yml +29 -29
- data/spec/vcr/charge/delete-uninvoiced/1297746103.yml +32 -32
- data/spec/vcr/charge/list-all/1297746103.yml +41 -41
- data/spec/vcr/charge/list-invoiced/1297746103.yml +68 -68
- data/spec/vcr/charge/list-pending/1297746103.yml +41 -41
- data/spec/vcr/charge/lookup/1297746103.yml +21 -21
- data/spec/vcr/coupon/create/1299714521.yml +25 -25
- data/spec/vcr/coupon/destroy/1299714521.yml +22 -22
- data/spec/vcr/credit/create/1299714599.yml +21 -21
- data/spec/vcr/credit/delete/1299714599.yml +28 -28
- data/spec/vcr/credit/list/1299714599.yml +41 -41
- data/spec/vcr/credit/lookup/1299714599.yml +21 -21
- data/spec/vcr/invoice/create-no-charges/1297746103.yml +18 -18
- data/spec/vcr/invoice/create/1297746103.yml +42 -42
- data/spec/vcr/invoice/list/1297746103.yml +61 -61
- data/spec/vcr/invoice/lookup/1297746103.yml +43 -43
- data/spec/vcr/plan/all.yml +65 -52
- data/spec/vcr/plan/find.yml +58 -34
- data/spec/vcr/plan/update.yml +28 -29
- data/spec/vcr/subscription/addons/add/1297746103.yml +293 -335
- data/spec/vcr/subscription/addons/add/1301884213.yml +480 -0
- data/spec/vcr/subscription/addons/create/1297746103.yml +134 -335
- data/spec/vcr/subscription/addons/create/1301884213.yml +321 -0
- data/spec/vcr/subscription/addons/remove/1297746103.yml +262 -335
- data/spec/vcr/subscription/addons/remove/1301884213.yml +449 -0
- data/spec/vcr/subscription/cancel-with-code/{1297746103.yml → 1301881900.yml} +104 -92
- data/spec/vcr/subscription/cancel/{1297746103.yml → 1301881900.yml} +90 -78
- data/spec/vcr/subscription/change1/{1297746103.yml → 1301881900.yml} +86 -74
- data/spec/vcr/subscription/change2/{1297746103.yml → 1301881900.yml} +86 -74
- data/spec/vcr/subscription/create/{1297746103.yml → 1301881900.yml} +50 -38
- data/spec/vcr/subscription/find/{1297746103.yml → 1301881900.yml} +62 -50
- data/spec/vcr/subscription/reactivate/{1297746103.yml → 1301881900.yml} +95 -83
- data/spec/vcr/subscription/refund-full/{1297746103.yml → 1301881900.yml} +79 -67
- data/spec/vcr/subscription/refund-none/{1297746103.yml → 1301881900.yml} +79 -67
- data/spec/vcr/subscription/refund-partial/{1297746103.yml → 1301881900.yml} +79 -67
- data/spec/vcr/transaction/all/1301883347.yml +387 -0
- data/spec/vcr/transaction/create-no-account/{1300473500.yml → 1301883347.yml} +18 -18
- data/spec/vcr/transaction/create-with-account/{1300473500.yml → 1301883347.yml} +37 -37
- data/spec/vcr/transaction/list-filled/{1300473500.yml → 1301883347.yml} +169 -169
- data/spec/vcr/transaction/list-initial/{1300473500.yml → 1301883347.yml} +39 -39
- data/spec/vcr/transaction/lookup/{1300473500.yml → 1301883347.yml} +119 -119
- data/spec/vcr/transaction/refund/{1300473500.yml → 1301883347.yml} +53 -53
- data/spec/vcr/transaction/void/1301883347.yml +365 -0
- data/spec/vcr/transparent/post-url/{1300476053.yml → 1301879142.yml} +19 -19
- metadata +66 -58
- data/spec/vcr/transaction/all/1300473500.yml +0 -387
- data/spec/vcr/transaction/void/1300473500.yml +0 -620
- data/spec/vcr/transparent/post-url/1300475927.yml +0 -41
- data/spec/vcr/transparent/post-url/1300475952.yml +0 -41
- data/spec/vcr/transparent/post-url/1300476034.yml +0 -125
- data/spec/vcr/transparent/post-url/1300476102.yml +0 -125
- data/spec/vcr/transparent/post-url/1300476126.yml +0 -125
data/spec/vcr/plan/update.yml
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
- !ruby/struct:VCR::HTTPInteraction
|
3
3
|
request: !ruby/struct:VCR::Request
|
4
4
|
method: :get
|
5
|
-
uri: http://api-test-
|
5
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/company/plans/test.xml
|
6
6
|
body:
|
7
7
|
headers:
|
8
8
|
authorization:
|
9
|
-
- Basic
|
9
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
10
10
|
accept:
|
11
11
|
- application/xml
|
12
12
|
accept-encoding:
|
@@ -21,17 +21,17 @@
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
x-runtime:
|
24
|
-
- "
|
24
|
+
- "80"
|
25
25
|
content-type:
|
26
26
|
- application/xml; charset=utf-8
|
27
27
|
etag:
|
28
|
-
- "\"
|
28
|
+
- "\"4c5ab88ea8d9af3748453370628c8dd5\""
|
29
29
|
cache-control:
|
30
30
|
- private, max-age=0, must-revalidate
|
31
31
|
content-length:
|
32
|
-
- "
|
32
|
+
- "1149"
|
33
33
|
set-cookie:
|
34
|
-
- _recurly_session=
|
34
|
+
- _recurly_session=2b5025e26e453a628c274019a8c1ca0d; domain=.recurly.local; path=/; HttpOnly
|
35
35
|
connection:
|
36
36
|
- close
|
37
37
|
server:
|
@@ -44,8 +44,8 @@
|
|
44
44
|
<description></description>
|
45
45
|
<success_url></success_url>
|
46
46
|
<cancel_url></cancel_url>
|
47
|
-
<created_at type="datetime">2011-
|
48
|
-
<unit_amount_in_cents type="integer">
|
47
|
+
<created_at type="datetime">2011-04-03T21:51:42Z</created_at>
|
48
|
+
<unit_amount_in_cents type="integer">0</unit_amount_in_cents>
|
49
49
|
<setup_fee_in_cents type="integer">0</setup_fee_in_cents>
|
50
50
|
<plan_interval_length type="integer">1</plan_interval_length>
|
51
51
|
<plan_interval_unit>months</plan_interval_unit>
|
@@ -53,13 +53,13 @@
|
|
53
53
|
<trial_interval_unit>months</trial_interval_unit>
|
54
54
|
<latest_version depreciated="true">
|
55
55
|
<version type="integer">1</version>
|
56
|
-
<unit_amount_in_cents type="integer">
|
56
|
+
<unit_amount_in_cents type="integer">0</unit_amount_in_cents>
|
57
57
|
<setup_fee_in_cents type="integer">0</setup_fee_in_cents>
|
58
58
|
<plan_interval_length type="integer">1</plan_interval_length>
|
59
59
|
<plan_interval_unit>months</plan_interval_unit>
|
60
60
|
<trial_interval_length type="integer">0</trial_interval_length>
|
61
61
|
<trial_interval_unit>months</trial_interval_unit>
|
62
|
-
<created_at type="datetime">2011-
|
62
|
+
<created_at type="datetime">2011-04-03T21:51:42Z</created_at>
|
63
63
|
</latest_version>
|
64
64
|
</plan>
|
65
65
|
|
@@ -67,7 +67,7 @@
|
|
67
67
|
- !ruby/struct:VCR::HTTPInteraction
|
68
68
|
request: !ruby/struct:VCR::Request
|
69
69
|
method: :put
|
70
|
-
uri: http://api-test-
|
70
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/company/plans/test.xml
|
71
71
|
body: |
|
72
72
|
<?xml version="1.0" encoding="UTF-8"?>
|
73
73
|
<plan>
|
@@ -76,30 +76,29 @@
|
|
76
76
|
<description type="yaml" nil="true"></description>
|
77
77
|
<success-url type="yaml" nil="true"></success-url>
|
78
78
|
<cancel-url type="yaml" nil="true"></cancel-url>
|
79
|
-
<created-at type="datetime">2011-
|
80
|
-
<unit-amount-in-cents type="integer">
|
79
|
+
<created-at type="datetime">2011-04-03T21:51:42Z</created-at>
|
80
|
+
<unit-amount-in-cents type="integer">0</unit-amount-in-cents>
|
81
81
|
<setup-fee-in-cents type="integer">0</setup-fee-in-cents>
|
82
82
|
<plan-interval-length type="integer">1</plan-interval-length>
|
83
83
|
<plan-interval-unit>months</plan-interval-unit>
|
84
84
|
<trial-interval-length type="integer">0</trial-interval-length>
|
85
85
|
<trial-interval-unit>months</trial-interval-unit>
|
86
86
|
<latest-version>
|
87
|
-
<depreciated>true</depreciated>
|
88
87
|
<version type="integer">1</version>
|
89
|
-
<unit-amount-in-cents type="integer">
|
88
|
+
<unit-amount-in-cents type="integer">0</unit-amount-in-cents>
|
90
89
|
<setup-fee-in-cents type="integer">0</setup-fee-in-cents>
|
91
90
|
<plan-interval-length type="integer">1</plan-interval-length>
|
92
91
|
<plan-interval-unit>months</plan-interval-unit>
|
93
92
|
<trial-interval-length type="integer">0</trial-interval-length>
|
94
93
|
<trial-interval-unit>months</trial-interval-unit>
|
95
|
-
<created-at type="datetime">2011-
|
94
|
+
<created-at type="datetime">2011-04-03T21:51:42Z</created-at>
|
96
95
|
</latest-version>
|
97
96
|
<amount-in-cents type="integer">200</amount-in-cents>
|
98
97
|
</plan>
|
99
98
|
|
100
99
|
headers:
|
101
100
|
authorization:
|
102
|
-
- Basic
|
101
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
103
102
|
content-type:
|
104
103
|
- application/xml
|
105
104
|
accept:
|
@@ -116,13 +115,13 @@
|
|
116
115
|
cache-control:
|
117
116
|
- no-cache
|
118
117
|
x-runtime:
|
119
|
-
- "
|
118
|
+
- "471"
|
120
119
|
content-type:
|
121
120
|
- application/xml; charset=utf-8
|
122
121
|
content-length:
|
123
122
|
- "1"
|
124
123
|
set-cookie:
|
125
|
-
- _recurly_session=
|
124
|
+
- _recurly_session=d582dca666e365468960dc0943b4b60f; domain=.recurly.local; path=/; HttpOnly
|
126
125
|
connection:
|
127
126
|
- close
|
128
127
|
server:
|
@@ -132,11 +131,11 @@
|
|
132
131
|
- !ruby/struct:VCR::HTTPInteraction
|
133
132
|
request: !ruby/struct:VCR::Request
|
134
133
|
method: :get
|
135
|
-
uri: http://api-test-
|
134
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/company/plans/test.xml
|
136
135
|
body:
|
137
136
|
headers:
|
138
137
|
authorization:
|
139
|
-
- Basic
|
138
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
140
139
|
accept:
|
141
140
|
- application/xml
|
142
141
|
accept-encoding:
|
@@ -151,17 +150,17 @@
|
|
151
150
|
message: OK
|
152
151
|
headers:
|
153
152
|
x-runtime:
|
154
|
-
- "
|
153
|
+
- "290"
|
155
154
|
content-type:
|
156
155
|
- application/xml; charset=utf-8
|
157
156
|
etag:
|
158
|
-
- "\"
|
157
|
+
- "\"4c5ab88ea8d9af3748453370628c8dd5\""
|
159
158
|
cache-control:
|
160
159
|
- private, max-age=0, must-revalidate
|
161
160
|
content-length:
|
162
|
-
- "
|
161
|
+
- "1149"
|
163
162
|
set-cookie:
|
164
|
-
- _recurly_session=
|
163
|
+
- _recurly_session=5e9f12b2224327bdeab90aefe1c8e589; domain=.recurly.local; path=/; HttpOnly
|
165
164
|
connection:
|
166
165
|
- close
|
167
166
|
server:
|
@@ -174,8 +173,8 @@
|
|
174
173
|
<description></description>
|
175
174
|
<success_url></success_url>
|
176
175
|
<cancel_url></cancel_url>
|
177
|
-
<created_at type="datetime">2011-
|
178
|
-
<unit_amount_in_cents type="integer">
|
176
|
+
<created_at type="datetime">2011-04-03T21:51:42Z</created_at>
|
177
|
+
<unit_amount_in_cents type="integer">0</unit_amount_in_cents>
|
179
178
|
<setup_fee_in_cents type="integer">0</setup_fee_in_cents>
|
180
179
|
<plan_interval_length type="integer">1</plan_interval_length>
|
181
180
|
<plan_interval_unit>months</plan_interval_unit>
|
@@ -183,13 +182,13 @@
|
|
183
182
|
<trial_interval_unit>months</trial_interval_unit>
|
184
183
|
<latest_version depreciated="true">
|
185
184
|
<version type="integer">1</version>
|
186
|
-
<unit_amount_in_cents type="integer">
|
185
|
+
<unit_amount_in_cents type="integer">0</unit_amount_in_cents>
|
187
186
|
<setup_fee_in_cents type="integer">0</setup_fee_in_cents>
|
188
187
|
<plan_interval_length type="integer">1</plan_interval_length>
|
189
188
|
<plan_interval_unit>months</plan_interval_unit>
|
190
189
|
<trial_interval_length type="integer">0</trial_interval_length>
|
191
190
|
<trial_interval_unit>months</trial_interval_unit>
|
192
|
-
<created_at type="datetime">2011-
|
191
|
+
<created_at type="datetime">2011-04-03T21:51:42Z</created_at>
|
193
192
|
</latest_version>
|
194
193
|
</plan>
|
195
194
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
- !ruby/struct:VCR::HTTPInteraction
|
3
3
|
request: !ruby/struct:VCR::Request
|
4
4
|
method: :post
|
5
|
-
uri: http://api-test-
|
5
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/accounts.xml
|
6
6
|
body: |
|
7
7
|
<?xml version="1.0" encoding="UTF-8"?>
|
8
8
|
<account>
|
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
headers:
|
22
22
|
authorization:
|
23
|
-
- Basic
|
23
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
24
24
|
content-type:
|
25
25
|
- application/xml
|
26
26
|
accept:
|
@@ -39,13 +39,13 @@
|
|
39
39
|
location:
|
40
40
|
- http://app.recurly.local:3000/accounts/subscription-addons-add-1297746103
|
41
41
|
x-runtime:
|
42
|
-
- "
|
42
|
+
- "357"
|
43
43
|
content-type:
|
44
44
|
- application/xml; charset=utf-8
|
45
45
|
content-length:
|
46
46
|
- "601"
|
47
47
|
set-cookie:
|
48
|
-
- _recurly_session=
|
48
|
+
- _recurly_session=b2c8f189102dfda30acbf6ded25272ea; domain=.recurly.local; path=/; HttpOnly
|
49
49
|
connection:
|
50
50
|
- close
|
51
51
|
server:
|
@@ -62,8 +62,8 @@
|
|
62
62
|
<company_name>Recurly Ruby Gem</company_name>
|
63
63
|
<balance_in_cents type="integer">0</balance_in_cents>
|
64
64
|
<closed type="boolean">false</closed>
|
65
|
-
<hosted_login_token>
|
66
|
-
<created_at type="datetime">2011-
|
65
|
+
<hosted_login_token>9eee3000f8f348b9946c634d2e57c8ae</hosted_login_token>
|
66
|
+
<created_at type="datetime">2011-04-04T02:18:13Z</created_at>
|
67
67
|
<state>active</state>
|
68
68
|
</account>
|
69
69
|
|
@@ -71,11 +71,11 @@
|
|
71
71
|
- !ruby/struct:VCR::HTTPInteraction
|
72
72
|
request: !ruby/struct:VCR::Request
|
73
73
|
method: :get
|
74
|
-
uri: http://api-test-
|
74
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/company/plans/paid.xml
|
75
75
|
body:
|
76
76
|
headers:
|
77
77
|
authorization:
|
78
|
-
- Basic
|
78
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
79
79
|
accept:
|
80
80
|
- application/xml
|
81
81
|
accept-encoding:
|
@@ -90,17 +90,17 @@
|
|
90
90
|
message: OK
|
91
91
|
headers:
|
92
92
|
x-runtime:
|
93
|
-
- "
|
93
|
+
- "309"
|
94
94
|
content-type:
|
95
95
|
- application/xml; charset=utf-8
|
96
96
|
etag:
|
97
|
-
- "\"
|
97
|
+
- "\"eea146faf9def8e0ad1bce0a43411f13\""
|
98
98
|
cache-control:
|
99
99
|
- private, max-age=0, must-revalidate
|
100
100
|
content-length:
|
101
|
-
- "
|
101
|
+
- "1558"
|
102
102
|
set-cookie:
|
103
|
-
- _recurly_session=
|
103
|
+
- _recurly_session=2fec8791917702588dc8d71c5947724c; domain=.recurly.local; path=/; HttpOnly
|
104
104
|
connection:
|
105
105
|
- close
|
106
106
|
server:
|
@@ -113,30 +113,42 @@
|
|
113
113
|
<description></description>
|
114
114
|
<success_url></success_url>
|
115
115
|
<cancel_url></cancel_url>
|
116
|
-
<created_at type="datetime">2011-
|
117
|
-
<unit_amount_in_cents type="integer">
|
116
|
+
<created_at type="datetime">2011-04-03T21:46:48Z</created_at>
|
117
|
+
<unit_amount_in_cents type="integer">200</unit_amount_in_cents>
|
118
118
|
<setup_fee_in_cents type="integer">0</setup_fee_in_cents>
|
119
119
|
<plan_interval_length type="integer">1</plan_interval_length>
|
120
|
-
<plan_interval_unit>
|
120
|
+
<plan_interval_unit>months</plan_interval_unit>
|
121
121
|
<trial_interval_length type="integer">0</trial_interval_length>
|
122
122
|
<trial_interval_unit>months</trial_interval_unit>
|
123
123
|
<latest_version depreciated="true">
|
124
124
|
<version type="integer">1</version>
|
125
|
-
<unit_amount_in_cents type="integer">
|
125
|
+
<unit_amount_in_cents type="integer">200</unit_amount_in_cents>
|
126
126
|
<setup_fee_in_cents type="integer">0</setup_fee_in_cents>
|
127
127
|
<plan_interval_length type="integer">1</plan_interval_length>
|
128
|
-
<plan_interval_unit>
|
128
|
+
<plan_interval_unit>months</plan_interval_unit>
|
129
129
|
<trial_interval_length type="integer">0</trial_interval_length>
|
130
130
|
<trial_interval_unit>months</trial_interval_unit>
|
131
|
-
<created_at type="datetime">2011-
|
131
|
+
<created_at type="datetime">2011-04-04T02:15:00Z</created_at>
|
132
132
|
</latest_version>
|
133
|
+
<add_ons type="array">
|
134
|
+
<add_on>
|
135
|
+
<add_on_code>special</add_on_code>
|
136
|
+
<default_unit_amount_in_cents>1000</default_unit_amount_in_cents>
|
137
|
+
<default_quantity>1</default_quantity>
|
138
|
+
</add_on>
|
139
|
+
<add_on>
|
140
|
+
<add_on_code>special2</add_on_code>
|
141
|
+
<default_unit_amount_in_cents>50000</default_unit_amount_in_cents>
|
142
|
+
<default_quantity>1</default_quantity>
|
143
|
+
</add_on>
|
144
|
+
</add_ons>
|
133
145
|
</plan>
|
134
146
|
|
135
147
|
http_version: "1.1"
|
136
148
|
- !ruby/struct:VCR::HTTPInteraction
|
137
149
|
request: !ruby/struct:VCR::Request
|
138
150
|
method: :post
|
139
|
-
uri: http://api-test-
|
151
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/accounts/subscription-addons-add-1297746103/subscription.xml
|
140
152
|
body: |
|
141
153
|
<?xml version="1.0" encoding="UTF-8"?>
|
142
154
|
<subscription>
|
@@ -159,7 +171,7 @@
|
|
159
171
|
<credit-card>
|
160
172
|
<number>4111111111111111</number>
|
161
173
|
<year type="integer">2012</year>
|
162
|
-
<month type="integer">
|
174
|
+
<month type="integer">4</month>
|
163
175
|
<verification-value>123</verification-value>
|
164
176
|
</credit-card>
|
165
177
|
</billing-info>
|
@@ -168,8 +180,8 @@
|
|
168
180
|
<username type="yaml" nil="true"></username>
|
169
181
|
<balance-in-cents type="integer">0</balance-in-cents>
|
170
182
|
<closed type="boolean">false</closed>
|
171
|
-
<hosted-login-token>
|
172
|
-
<created-at type="datetime">2011-
|
183
|
+
<hosted-login-token>9eee3000f8f348b9946c634d2e57c8ae</hosted-login-token>
|
184
|
+
<created-at type="datetime">2011-04-04T02:18:13Z</created-at>
|
173
185
|
<state>active</state>
|
174
186
|
</account>
|
175
187
|
<add-ons type="array">
|
@@ -184,7 +196,7 @@
|
|
184
196
|
|
185
197
|
headers:
|
186
198
|
authorization:
|
187
|
-
- Basic
|
199
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
188
200
|
content-type:
|
189
201
|
- application/xml
|
190
202
|
accept:
|
@@ -195,328 +207,274 @@
|
|
195
207
|
- close
|
196
208
|
response: !ruby/struct:VCR::Response
|
197
209
|
status: !ruby/struct:VCR::ResponseStatus
|
198
|
-
code:
|
199
|
-
message:
|
210
|
+
code: 201
|
211
|
+
message: Created
|
200
212
|
headers:
|
201
213
|
cache-control:
|
202
214
|
- no-cache
|
215
|
+
x-runtime:
|
216
|
+
- "5911"
|
203
217
|
content-type:
|
204
|
-
-
|
218
|
+
- application/xml; charset=utf-8
|
205
219
|
content-length:
|
206
|
-
- "
|
220
|
+
- "1099"
|
207
221
|
set-cookie:
|
208
|
-
- _recurly_session=
|
222
|
+
- _recurly_session=dc5583ea722f9df8e77f28f2356ff105; domain=.recurly.local; path=/; HttpOnly
|
209
223
|
connection:
|
210
224
|
- close
|
211
225
|
server:
|
212
226
|
- thin 1.2.7 codename No Hup
|
213
227
|
body: |
|
214
|
-
|
215
|
-
<
|
216
|
-
<
|
217
|
-
<
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
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
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
done = true;
|
467
|
-
|
468
|
-
// Handle memory leak in IE. (via jQuery)
|
469
|
-
script.onload = script.onreadystatechange = null;
|
470
|
-
head.removeChild(script);
|
471
|
-
}
|
472
|
-
};
|
473
|
-
|
474
|
-
head.appendChild(script);
|
475
|
-
},
|
476
|
-
|
477
|
-
onSuccess: function(error) {
|
478
|
-
var body = document.getElementsByTagName('body')[0];
|
479
|
-
var text = document.createTextNode(this.message);
|
480
|
-
var element = document.createElement('a');
|
481
|
-
|
482
|
-
element.id = 'hoptoad';
|
483
|
-
element.href = 'http://' + error.subdomain + '.' + this.host +
|
484
|
-
'/projects/' + error.project_id + '/errors/' + error.id;
|
485
|
-
element.appendChild(text);
|
486
|
-
|
487
|
-
body.insertBefore(element, body.firstChild);
|
488
|
-
|
489
|
-
var h1 = document.getElementsByTagName('h1')[0];
|
490
|
-
var pre = document.getElementsByTagName('pre')[0];
|
491
|
-
var wrapper = document.createElement('div');
|
492
|
-
|
493
|
-
wrapper.id = 'wrapper';
|
494
|
-
wrapper.appendChild(h1);
|
495
|
-
wrapper.appendChild(pre);
|
496
|
-
|
497
|
-
body.insertBefore(wrapper, body.children[1]);
|
498
|
-
}
|
499
|
-
};
|
500
|
-
|
501
|
-
window.onload = function() {
|
502
|
-
Hoptoad.initialize.apply(Hoptoad);
|
503
|
-
};
|
504
|
-
</script>
|
505
|
-
|
506
|
-
<style type="text/css">
|
507
|
-
#hoptoad {
|
508
|
-
background: #FFF url(http://hoptoadapp.com/images/fell-off-the-toad.gif) no-repeat top right;
|
509
|
-
color: #F00;
|
510
|
-
padding: 45px 101px 45px 12px;
|
511
|
-
font-size: 14px;
|
512
|
-
font-weight: bold;
|
513
|
-
display: block;
|
514
|
-
float: right;
|
515
|
-
}
|
516
|
-
|
517
|
-
#wrapper {
|
518
|
-
padding-right: 360px;
|
519
|
-
}
|
520
|
-
</style>
|
228
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
229
|
+
<subscription>
|
230
|
+
<id>subscription-addons-add-1297746103</id>
|
231
|
+
<account_code>subscription-addons-add-1297746103</account_code>
|
232
|
+
<plan>
|
233
|
+
<plan_code>paid</plan_code>
|
234
|
+
<name>Paid</name>
|
235
|
+
</plan>
|
236
|
+
<state>active</state>
|
237
|
+
<quantity type="integer">1</quantity>
|
238
|
+
<total_amount_in_cents type="integer">1200</total_amount_in_cents>
|
239
|
+
<activated_at type="datetime">2011-04-04T02:18:18Z</activated_at>
|
240
|
+
<canceled_at nil="true" type="datetime"></canceled_at>
|
241
|
+
<expires_at nil="true" type="datetime"></expires_at>
|
242
|
+
<current_period_started_at type="datetime">2011-04-04T02:18:18Z</current_period_started_at>
|
243
|
+
<current_period_ends_at type="datetime">2011-05-04T02:18:18Z</current_period_ends_at>
|
244
|
+
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
245
|
+
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
246
|
+
<add_ons type="array">
|
247
|
+
<add_on>
|
248
|
+
<add_on_code>special</add_on_code>
|
249
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
250
|
+
<quantity type="integer">1</quantity>
|
251
|
+
</add_on>
|
252
|
+
</add_ons>
|
253
|
+
</subscription>
|
254
|
+
|
255
|
+
http_version: "1.1"
|
256
|
+
- !ruby/struct:VCR::HTTPInteraction
|
257
|
+
request: !ruby/struct:VCR::Request
|
258
|
+
method: :get
|
259
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/accounts/subscription-addons-add-1297746103/subscription.xml
|
260
|
+
body:
|
261
|
+
headers:
|
262
|
+
authorization:
|
263
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
264
|
+
accept:
|
265
|
+
- application/xml
|
266
|
+
accept-encoding:
|
267
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
268
|
+
user-agent:
|
269
|
+
- Ruby
|
270
|
+
connection:
|
271
|
+
- close
|
272
|
+
response: !ruby/struct:VCR::Response
|
273
|
+
status: !ruby/struct:VCR::ResponseStatus
|
274
|
+
code: 200
|
275
|
+
message: OK
|
276
|
+
headers:
|
277
|
+
x-runtime:
|
278
|
+
- "400"
|
279
|
+
content-type:
|
280
|
+
- application/xml; charset=utf-8
|
281
|
+
etag:
|
282
|
+
- "\"7a30f76ec20179dd3fb112680d43af39\""
|
283
|
+
cache-control:
|
284
|
+
- private, max-age=0, must-revalidate
|
285
|
+
content-length:
|
286
|
+
- "1099"
|
287
|
+
set-cookie:
|
288
|
+
- _recurly_session=8f710c4d5d710dd09bd6342b29d62e93; domain=.recurly.local; path=/; HttpOnly
|
289
|
+
connection:
|
290
|
+
- close
|
291
|
+
server:
|
292
|
+
- thin 1.2.7 codename No Hup
|
293
|
+
body: |
|
294
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
295
|
+
<subscription>
|
296
|
+
<id>subscription-addons-add-1297746103</id>
|
297
|
+
<account_code>subscription-addons-add-1297746103</account_code>
|
298
|
+
<plan>
|
299
|
+
<plan_code>paid</plan_code>
|
300
|
+
<name>Paid</name>
|
301
|
+
</plan>
|
302
|
+
<state>active</state>
|
303
|
+
<quantity type="integer">1</quantity>
|
304
|
+
<total_amount_in_cents type="integer">1200</total_amount_in_cents>
|
305
|
+
<activated_at type="datetime">2011-04-04T02:18:18Z</activated_at>
|
306
|
+
<canceled_at nil="true" type="datetime"></canceled_at>
|
307
|
+
<expires_at nil="true" type="datetime"></expires_at>
|
308
|
+
<current_period_started_at type="datetime">2011-04-04T02:18:18Z</current_period_started_at>
|
309
|
+
<current_period_ends_at type="datetime">2011-05-04T02:18:18Z</current_period_ends_at>
|
310
|
+
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
311
|
+
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
312
|
+
<add_ons type="array">
|
313
|
+
<add_on>
|
314
|
+
<add_on_code>special</add_on_code>
|
315
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
316
|
+
<quantity type="integer">1</quantity>
|
317
|
+
</add_on>
|
318
|
+
</add_ons>
|
319
|
+
</subscription>
|
320
|
+
|
321
|
+
http_version: "1.1"
|
322
|
+
- !ruby/struct:VCR::HTTPInteraction
|
323
|
+
request: !ruby/struct:VCR::Request
|
324
|
+
method: :put
|
325
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/accounts/subscription-addons-add-1297746103/subscription.xml
|
326
|
+
body: |
|
327
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
328
|
+
<subscription>
|
329
|
+
<add-ons type="array">
|
330
|
+
<add-on>
|
331
|
+
<add-on-code>special</add-on-code>
|
332
|
+
<unit-amount-in-cents type="integer">1000</unit-amount-in-cents>
|
333
|
+
<quantity type="integer">1</quantity>
|
334
|
+
</add-on>
|
335
|
+
<add-on>
|
336
|
+
<add-on-code>special2</add-on-code>
|
337
|
+
<quantity type="integer">2</quantity>
|
338
|
+
<unit-amount type="integer">500</unit-amount>
|
339
|
+
</add-on>
|
340
|
+
</add-ons>
|
341
|
+
<timeframe>now</timeframe>
|
342
|
+
</subscription>
|
343
|
+
|
344
|
+
headers:
|
345
|
+
authorization:
|
346
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
347
|
+
content-type:
|
348
|
+
- application/xml
|
349
|
+
accept:
|
350
|
+
- "*/*"
|
351
|
+
user-agent:
|
352
|
+
- Ruby
|
353
|
+
connection:
|
354
|
+
- close
|
355
|
+
response: !ruby/struct:VCR::Response
|
356
|
+
status: !ruby/struct:VCR::ResponseStatus
|
357
|
+
code: 200
|
358
|
+
message: OK
|
359
|
+
headers:
|
360
|
+
x-runtime:
|
361
|
+
- "3497"
|
362
|
+
content-type:
|
363
|
+
- application/xml; charset=utf-8
|
364
|
+
etag:
|
365
|
+
- "\"372eb718c0ab10dc95cac3c41f1fcdfc\""
|
366
|
+
cache-control:
|
367
|
+
- private, max-age=0, must-revalidate
|
368
|
+
content-length:
|
369
|
+
- "1286"
|
370
|
+
set-cookie:
|
371
|
+
- _recurly_session=b39473bb94d1c7990e420e7a3ca6038a; domain=.recurly.local; path=/; HttpOnly
|
372
|
+
connection:
|
373
|
+
- close
|
374
|
+
server:
|
375
|
+
- thin 1.2.7 codename No Hup
|
376
|
+
body: |
|
377
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
378
|
+
<subscription>
|
379
|
+
<id>subscription-addons-add-1297746103</id>
|
380
|
+
<account_code>subscription-addons-add-1297746103</account_code>
|
381
|
+
<plan>
|
382
|
+
<plan_code>paid</plan_code>
|
383
|
+
<name>Paid</name>
|
384
|
+
</plan>
|
385
|
+
<state>active</state>
|
386
|
+
<quantity type="integer">1</quantity>
|
387
|
+
<total_amount_in_cents type="integer">101200</total_amount_in_cents>
|
388
|
+
<activated_at type="datetime">2011-04-04T02:18:28Z</activated_at>
|
389
|
+
<canceled_at nil="true" type="datetime"></canceled_at>
|
390
|
+
<expires_at nil="true" type="datetime"></expires_at>
|
391
|
+
<current_period_started_at type="datetime">2011-04-04T02:18:18Z</current_period_started_at>
|
392
|
+
<current_period_ends_at type="datetime">2011-05-04T02:18:18Z</current_period_ends_at>
|
393
|
+
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
394
|
+
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
395
|
+
<add_ons type="array">
|
396
|
+
<add_on>
|
397
|
+
<add_on_code>special</add_on_code>
|
398
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
399
|
+
<quantity type="integer">1</quantity>
|
400
|
+
</add_on>
|
401
|
+
<add_on>
|
402
|
+
<add_on_code>special2</add_on_code>
|
403
|
+
<unit_amount_in_cents type="integer">50000</unit_amount_in_cents>
|
404
|
+
<quantity type="integer">2</quantity>
|
405
|
+
</add_on>
|
406
|
+
</add_ons>
|
407
|
+
</subscription>
|
408
|
+
|
409
|
+
http_version: "1.1"
|
410
|
+
- !ruby/struct:VCR::HTTPInteraction
|
411
|
+
request: !ruby/struct:VCR::Request
|
412
|
+
method: :get
|
413
|
+
uri: http://api-test%40hello-test.com:50a5b8a69a2545db84ac4112ba8cac6f@app.recurly.local:3000/accounts/subscription-addons-add-1297746103/subscription.xml
|
414
|
+
body:
|
415
|
+
headers:
|
416
|
+
authorization:
|
417
|
+
- Basic YXBpLXRlc3RAaGVsbG8tdGVzdC5jb206NTBhNWI4YTY5YTI1NDVkYjg0YWM0MTEyYmE4Y2FjNmY=
|
418
|
+
accept:
|
419
|
+
- application/xml
|
420
|
+
accept-encoding:
|
421
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
422
|
+
user-agent:
|
423
|
+
- Ruby
|
424
|
+
connection:
|
425
|
+
- close
|
426
|
+
response: !ruby/struct:VCR::Response
|
427
|
+
status: !ruby/struct:VCR::ResponseStatus
|
428
|
+
code: 200
|
429
|
+
message: OK
|
430
|
+
headers:
|
431
|
+
x-runtime:
|
432
|
+
- "372"
|
433
|
+
content-type:
|
434
|
+
- application/xml; charset=utf-8
|
435
|
+
etag:
|
436
|
+
- "\"372eb718c0ab10dc95cac3c41f1fcdfc\""
|
437
|
+
cache-control:
|
438
|
+
- private, max-age=0, must-revalidate
|
439
|
+
content-length:
|
440
|
+
- "1286"
|
441
|
+
set-cookie:
|
442
|
+
- _recurly_session=6fb151e2f6461179bc6d9395046b5e60; domain=.recurly.local; path=/; HttpOnly
|
443
|
+
connection:
|
444
|
+
- close
|
445
|
+
server:
|
446
|
+
- thin 1.2.7 codename No Hup
|
447
|
+
body: |
|
448
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
449
|
+
<subscription>
|
450
|
+
<id>subscription-addons-add-1297746103</id>
|
451
|
+
<account_code>subscription-addons-add-1297746103</account_code>
|
452
|
+
<plan>
|
453
|
+
<plan_code>paid</plan_code>
|
454
|
+
<name>Paid</name>
|
455
|
+
</plan>
|
456
|
+
<state>active</state>
|
457
|
+
<quantity type="integer">1</quantity>
|
458
|
+
<total_amount_in_cents type="integer">101200</total_amount_in_cents>
|
459
|
+
<activated_at type="datetime">2011-04-04T02:18:28Z</activated_at>
|
460
|
+
<canceled_at nil="true" type="datetime"></canceled_at>
|
461
|
+
<expires_at nil="true" type="datetime"></expires_at>
|
462
|
+
<current_period_started_at type="datetime">2011-04-04T02:18:18Z</current_period_started_at>
|
463
|
+
<current_period_ends_at type="datetime">2011-05-04T02:18:18Z</current_period_ends_at>
|
464
|
+
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
465
|
+
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
466
|
+
<add_ons type="array">
|
467
|
+
<add_on>
|
468
|
+
<add_on_code>special</add_on_code>
|
469
|
+
<unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
|
470
|
+
<quantity type="integer">1</quantity>
|
471
|
+
</add_on>
|
472
|
+
<add_on>
|
473
|
+
<add_on_code>special2</add_on_code>
|
474
|
+
<unit_amount_in_cents type="integer">50000</unit_amount_in_cents>
|
475
|
+
<quantity type="integer">2</quantity>
|
476
|
+
</add_on>
|
477
|
+
</add_ons>
|
478
|
+
</subscription>
|
521
479
|
|
522
480
|
http_version: "1.1"
|