recurly 0.2.2 → 0.2.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/subscription.rb +2 -3
- data/lib/recurly/version.rb +1 -1
- data/spec/integration/account_spec.rb +0 -2
- data/spec/integration/invoice_spec.rb +0 -1
- data/spec/integration/subscription_spec.rb +49 -10
- data/spec/integration/transaction_spec.rb +3 -2
- data/spec/support/factory.rb +2 -2
- data/spec/vcr/account/close/{1286666929.yml → 1287167046.yml} +23 -23
- data/spec/vcr/account/create/{1286666929.yml → 1287167046.yml} +10 -10
- data/spec/vcr/account/create-blank/{1286666929.yml → 1287167046.yml} +3 -3
- data/spec/vcr/account/create-duplicate/{1286666929.yml → 1287167046.yml} +27 -12
- data/spec/vcr/account/create-min/{1286666929.yml → 1287167046.yml} +10 -10
- data/spec/vcr/account/find/{1286666929.yml → 1287167046.yml} +67 -29
- data/spec/vcr/account/list/{1286666929.yml → 1287167046.yml} +201 -228
- data/spec/vcr/account/update/{1286666929.yml → 1287167046.yml} +41 -41
- data/spec/vcr/billing/create/1286682213.yml +15 -15
- data/spec/vcr/billing/destroy/1286682213.yml +24 -24
- data/spec/vcr/billing/find/1286682213.yml +20 -20
- data/spec/vcr/billing/update/1286682213.yml +21 -21
- data/spec/vcr/charge/create/1286681273.yml +25 -25
- data/spec/vcr/charge/list-all/1286681273.yml +37 -37
- data/spec/vcr/charge/list-invoiced/1286681273.yml +62 -62
- data/spec/vcr/charge/list-pending/1286681273.yml +37 -37
- data/spec/vcr/charge/lookup/1286681273.yml +20 -20
- data/spec/vcr/credit/create/1286681343.yml +20 -20
- data/spec/vcr/credit/list/1286681343.yml +37 -37
- data/spec/vcr/credit/lookup/1286681343.yml +20 -20
- data/spec/vcr/invoice/create/{1286679184.yml → 1287167121.yml} +49 -49
- data/spec/vcr/{transaction/refund/1286674805.yml → invoice/create-no-charges/1287167121.yml} +32 -57
- data/spec/vcr/invoice/list/{1286679184.yml → 1287167121.yml} +71 -71
- data/spec/vcr/invoice/lookup/{1286679184.yml → 1287167121.yml} +50 -50
- data/spec/vcr/plan/all.yml +8 -8
- data/spec/vcr/plan/delete/1286677585.yml +15 -15
- data/spec/vcr/plan/find.yml +8 -8
- data/spec/vcr/plan/update.yml +9 -9
- data/spec/vcr/subscription/cancel/{1287037363.yml → 1287439446.yml} +62 -62
- data/spec/vcr/subscription/cancel/{1287037325.yml → 1287442108.yml} +60 -60
- data/spec/vcr/subscription/cancel/{1287036910.yml → 1287442352.yml} +60 -60
- data/spec/vcr/subscription/change1/{1287037363.yml → 1287439446.yml} +58 -58
- data/spec/vcr/subscription/change1/{1287037152.yml → 1287442108.yml} +59 -59
- data/spec/vcr/subscription/change1/{1287036910.yml → 1287442352.yml} +56 -56
- data/spec/vcr/subscription/{change1/1287037325.yml → change2/1287439446.yml} +64 -64
- data/spec/vcr/subscription/change2/{1287036910.yml → 1287442108.yml} +55 -55
- data/spec/vcr/subscription/change2/{1287037363.yml → 1287442352.yml} +58 -58
- data/spec/vcr/subscription/create/{1287037363.yml → 1287439446.yml} +27 -27
- data/spec/vcr/subscription/create/{1287037325.yml → 1287442108.yml} +28 -28
- data/spec/vcr/subscription/create/{1287037152.yml → 1287442352.yml} +28 -28
- data/spec/vcr/subscription/find/{1287036910.yml → 1287439446.yml} +36 -36
- data/spec/vcr/subscription/find/{1287037152.yml → 1287442108.yml} +38 -38
- data/spec/vcr/subscription/find/{1287037325.yml → 1287442352.yml} +38 -38
- data/spec/vcr/subscription/{refund/1287037325.yml → refund-full/1287439446.yml} +56 -56
- data/spec/vcr/subscription/{refund/1287037363.yml → refund-full/1287442108.yml} +58 -58
- data/spec/vcr/subscription/{refund/1287036910.yml → refund-full/1287442352.yml} +55 -55
- data/spec/vcr/subscription/refund-none/1287439446.yml +382 -0
- data/spec/vcr/subscription/refund-none/1287442108.yml +382 -0
- data/spec/vcr/subscription/refund-none/1287442352.yml +382 -0
- data/spec/vcr/subscription/refund-partial/1287439446.yml +382 -0
- data/spec/vcr/subscription/refund-partial/1287442108.yml +382 -0
- data/spec/vcr/subscription/refund-partial/1287442352.yml +382 -0
- data/spec/vcr/transaction/all/{1286674805.yml → 1287186411.yml} +104 -104
- data/spec/vcr/transaction/create-no-account/{1286674805.yml → 1287186411.yml} +11 -11
- data/spec/vcr/transaction/create-with-account/{1286674805.yml → 1287186411.yml} +26 -26
- data/spec/vcr/transaction/list-empty/{1286674805.yml → 1287186411.yml} +26 -26
- data/spec/vcr/transaction/list-filled/{1286674805.yml → 1287186411.yml} +59 -59
- data/spec/vcr/transaction/lookup/{1286674805.yml → 1287186411.yml} +66 -66
- data/spec/vcr/transaction/refund/1287186411.yml +282 -0
- data/spec/vcr/transaction/void/{1286674805.yml → 1287186411.yml} +87 -155
- metadata +92 -86
- data/spec/vcr/subscription/change2/1287037152.yml +0 -283
- data/spec/vcr/subscription/change2/1287037325.yml +0 -283
- data/spec/vcr/subscription/create/1287036910.yml +0 -224
- data/spec/vcr/subscription/find/1287037363.yml +0 -283
@@ -7,7 +7,7 @@
|
|
7
7
|
<?xml version="1.0" encoding="UTF-8"?>
|
8
8
|
<account>
|
9
9
|
<company-name>Recurly Ruby Gem</company-name>
|
10
|
-
<account-code>subscription-cancel-
|
10
|
+
<account-code>subscription-cancel-1287442352</account-code>
|
11
11
|
<last-name>Test</last-name>
|
12
12
|
<email>verena@test.com</email>
|
13
13
|
<first-name>Verena</first-name>
|
@@ -28,30 +28,30 @@
|
|
28
28
|
message: Created
|
29
29
|
headers:
|
30
30
|
location:
|
31
|
-
- https://recurlytest3-test.recurly.com/accounts/subscription-cancel-
|
31
|
+
- https://recurlytest3-test.recurly.com/accounts/subscription-cancel-1287442352
|
32
32
|
connection:
|
33
33
|
- close
|
34
34
|
content-type:
|
35
35
|
- application/xml; charset=utf-8
|
36
36
|
x-runtime:
|
37
|
-
- "
|
37
|
+
- "611"
|
38
38
|
date:
|
39
|
-
-
|
39
|
+
- Mon, 18 Oct 2010 22:53:01 GMT
|
40
40
|
server:
|
41
41
|
- nginx/0.7.65
|
42
42
|
content-length:
|
43
43
|
- "593"
|
44
44
|
set-cookie:
|
45
|
-
- account_credentials=
|
45
|
+
- account_credentials=6cee65c2f5a4d8d2e5efec4f45cc27ccb302dbf64ba740a26fac37dc2c115a9228ea42c432f2f343e5508fe93d5cbd9548628be1a32778208134dfb16e930deb%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
46
46
|
- ""
|
47
|
-
- _recurly_session=
|
47
|
+
- _recurly_session=389eafc8d4d886939f9cc96d506eb6d5; domain=.recurly.com; path=/; Secure; HttpOnly
|
48
48
|
cache-control:
|
49
49
|
- no-cache
|
50
50
|
body: |
|
51
51
|
<?xml version="1.0" encoding="UTF-8"?>
|
52
52
|
<account>
|
53
|
-
<id>subscription-cancel-
|
54
|
-
<account_code>subscription-cancel-
|
53
|
+
<id>subscription-cancel-1287442352</id>
|
54
|
+
<account_code>subscription-cancel-1287442352</account_code>
|
55
55
|
<username></username>
|
56
56
|
<email>verena@test.com</email>
|
57
57
|
<first_name>Verena</first_name>
|
@@ -59,8 +59,8 @@
|
|
59
59
|
<company_name>Recurly Ruby Gem</company_name>
|
60
60
|
<balance_in_cents type="integer">0</balance_in_cents>
|
61
61
|
<closed type="boolean">false</closed>
|
62
|
-
<hosted_login_token>
|
63
|
-
<created_at type="datetime">2010-10-
|
62
|
+
<hosted_login_token>c7b2ce2367004fba9efcb04d4a2bf208</hosted_login_token>
|
63
|
+
<created_at type="datetime">2010-10-18T22:53:01Z</created_at>
|
64
64
|
<state>active</state>
|
65
65
|
</account>
|
66
66
|
|
@@ -91,15 +91,15 @@
|
|
91
91
|
content-type:
|
92
92
|
- application/xml; charset=utf-8
|
93
93
|
x-runtime:
|
94
|
-
- "
|
94
|
+
- "16"
|
95
95
|
date:
|
96
|
-
-
|
96
|
+
- Mon, 18 Oct 2010 22:53:02 GMT
|
97
97
|
server:
|
98
98
|
- nginx/0.7.65
|
99
99
|
content-length:
|
100
100
|
- "1150"
|
101
101
|
set-cookie:
|
102
|
-
- _recurly_session=
|
102
|
+
- _recurly_session=fa1a6a5cfc7c30073e8c4ff279a97951; domain=.recurly.com; path=/; Secure; HttpOnly
|
103
103
|
cache-control:
|
104
104
|
- private, max-age=0, must-revalidate
|
105
105
|
body: |
|
@@ -133,20 +133,20 @@
|
|
133
133
|
- !ruby/struct:VCR::HTTPInteraction
|
134
134
|
request: !ruby/struct:VCR::Request
|
135
135
|
method: :post
|
136
|
-
uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/subscription-cancel-
|
136
|
+
uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/subscription-cancel-1287442352/subscription.xml
|
137
137
|
body: |
|
138
138
|
<?xml version="1.0" encoding="UTF-8"?>
|
139
139
|
<subscription>
|
140
140
|
<quantity type="integer">1</quantity>
|
141
141
|
<plan-code>paid</plan-code>
|
142
142
|
<account>
|
143
|
-
<created-at type="datetime">2010-10-
|
144
|
-
<hosted-login-token>
|
143
|
+
<created-at type="datetime">2010-10-18T22:53:01Z</created-at>
|
144
|
+
<hosted-login-token>c7b2ce2367004fba9efcb04d4a2bf208</hosted-login-token>
|
145
145
|
<company-name>Recurly Ruby Gem</company-name>
|
146
|
-
<account-code>subscription-cancel-
|
146
|
+
<account-code>subscription-cancel-1287442352</account-code>
|
147
147
|
<closed type="boolean">false</closed>
|
148
148
|
<username type="yaml" nil="true"></username>
|
149
|
-
<id>subscription-cancel-
|
149
|
+
<id>subscription-cancel-1287442352</id>
|
150
150
|
<last-name>Test</last-name>
|
151
151
|
<billing-info>
|
152
152
|
<city>San Francisco</city>
|
@@ -189,22 +189,22 @@
|
|
189
189
|
content-type:
|
190
190
|
- application/xml; charset=utf-8
|
191
191
|
x-runtime:
|
192
|
-
- "
|
192
|
+
- "576"
|
193
193
|
date:
|
194
|
-
-
|
194
|
+
- Mon, 18 Oct 2010 22:53:03 GMT
|
195
195
|
server:
|
196
196
|
- nginx/0.7.65
|
197
197
|
content-length:
|
198
198
|
- "870"
|
199
199
|
set-cookie:
|
200
|
-
- _recurly_session=
|
200
|
+
- _recurly_session=b0ab6a680df44bd132086dfb99db332d; domain=.recurly.com; path=/; Secure; HttpOnly
|
201
201
|
cache-control:
|
202
202
|
- no-cache
|
203
203
|
body: |
|
204
204
|
<?xml version="1.0" encoding="UTF-8"?>
|
205
205
|
<subscription>
|
206
|
-
<id>subscription-cancel-
|
207
|
-
<account_code>subscription-cancel-
|
206
|
+
<id>subscription-cancel-1287442352</id>
|
207
|
+
<account_code>subscription-cancel-1287442352</account_code>
|
208
208
|
<plan>
|
209
209
|
<plan_code>paid</plan_code>
|
210
210
|
<name>Paid</name>
|
@@ -212,11 +212,11 @@
|
|
212
212
|
<state>active</state>
|
213
213
|
<quantity type="integer">1</quantity>
|
214
214
|
<total_amount_in_cents type="integer">1000</total_amount_in_cents>
|
215
|
-
<activated_at type="datetime">2010-10-
|
215
|
+
<activated_at type="datetime">2010-10-18T22:53:03Z</activated_at>
|
216
216
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
217
217
|
<expires_at nil="true" type="datetime"></expires_at>
|
218
|
-
<current_period_started_at type="datetime">2010-10-
|
219
|
-
<current_period_ends_at type="datetime">2010-11-
|
218
|
+
<current_period_started_at type="datetime">2010-10-18T22:53:03Z</current_period_started_at>
|
219
|
+
<current_period_ends_at type="datetime">2010-11-18T22:53:03Z</current_period_ends_at>
|
220
220
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
221
221
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
222
222
|
</subscription>
|
@@ -225,7 +225,7 @@
|
|
225
225
|
- !ruby/struct:VCR::HTTPInteraction
|
226
226
|
request: !ruby/struct:VCR::Request
|
227
227
|
method: :get
|
228
|
-
uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/subscription-cancel-
|
228
|
+
uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/subscription-cancel-1287442352/subscription.xml
|
229
229
|
body:
|
230
230
|
headers:
|
231
231
|
accept:
|
@@ -242,28 +242,28 @@
|
|
242
242
|
x-ua-compatible:
|
243
243
|
- IE=Edge
|
244
244
|
etag:
|
245
|
-
- "\"
|
245
|
+
- "\"5b5dbceadcb173c24f4c996fa92e12b9\""
|
246
246
|
connection:
|
247
247
|
- close
|
248
248
|
content-type:
|
249
249
|
- application/xml; charset=utf-8
|
250
250
|
x-runtime:
|
251
|
-
- "
|
251
|
+
- "29"
|
252
252
|
date:
|
253
|
-
-
|
253
|
+
- Mon, 18 Oct 2010 22:53:04 GMT
|
254
254
|
server:
|
255
255
|
- nginx/0.7.65
|
256
256
|
content-length:
|
257
257
|
- "870"
|
258
258
|
set-cookie:
|
259
|
-
- _recurly_session=
|
259
|
+
- _recurly_session=9c997203a5226d1fce16cf18c00a3a77; domain=.recurly.com; path=/; Secure; HttpOnly
|
260
260
|
cache-control:
|
261
261
|
- private, max-age=0, must-revalidate
|
262
262
|
body: |
|
263
263
|
<?xml version="1.0" encoding="UTF-8"?>
|
264
264
|
<subscription>
|
265
|
-
<id>subscription-cancel-
|
266
|
-
<account_code>subscription-cancel-
|
265
|
+
<id>subscription-cancel-1287442352</id>
|
266
|
+
<account_code>subscription-cancel-1287442352</account_code>
|
267
267
|
<plan>
|
268
268
|
<plan_code>paid</plan_code>
|
269
269
|
<name>Paid</name>
|
@@ -271,11 +271,11 @@
|
|
271
271
|
<state>active</state>
|
272
272
|
<quantity type="integer">1</quantity>
|
273
273
|
<total_amount_in_cents type="integer">1000</total_amount_in_cents>
|
274
|
-
<activated_at type="datetime">2010-10-
|
274
|
+
<activated_at type="datetime">2010-10-18T22:53:03Z</activated_at>
|
275
275
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
276
276
|
<expires_at nil="true" type="datetime"></expires_at>
|
277
|
-
<current_period_started_at type="datetime">2010-10-
|
278
|
-
<current_period_ends_at type="datetime">2010-11-
|
277
|
+
<current_period_started_at type="datetime">2010-10-18T22:53:03Z</current_period_started_at>
|
278
|
+
<current_period_ends_at type="datetime">2010-11-18T22:53:03Z</current_period_ends_at>
|
279
279
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
280
280
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
281
281
|
</subscription>
|
@@ -284,7 +284,7 @@
|
|
284
284
|
- !ruby/struct:VCR::HTTPInteraction
|
285
285
|
request: !ruby/struct:VCR::Request
|
286
286
|
method: :delete
|
287
|
-
uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/subscription-cancel-
|
287
|
+
uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/subscription-cancel-1287442352/subscription.xml
|
288
288
|
body:
|
289
289
|
headers:
|
290
290
|
accept:
|
@@ -301,28 +301,28 @@
|
|
301
301
|
x-ua-compatible:
|
302
302
|
- IE=Edge
|
303
303
|
etag:
|
304
|
-
- "\"
|
304
|
+
- "\"48b25d5481660d32e24952c8f45f943e\""
|
305
305
|
connection:
|
306
306
|
- close
|
307
307
|
content-type:
|
308
308
|
- application/xml; charset=utf-8
|
309
309
|
x-runtime:
|
310
|
-
- "
|
310
|
+
- "234"
|
311
311
|
date:
|
312
|
-
-
|
312
|
+
- Mon, 18 Oct 2010 22:53:05 GMT
|
313
313
|
server:
|
314
314
|
- nginx/0.7.65
|
315
315
|
content-length:
|
316
316
|
- "890"
|
317
317
|
set-cookie:
|
318
|
-
- _recurly_session=
|
318
|
+
- _recurly_session=e3998d0353d0914e07d136d06efc7d8d; domain=.recurly.com; path=/; Secure; HttpOnly
|
319
319
|
cache-control:
|
320
320
|
- private, max-age=0, must-revalidate
|
321
321
|
body: |
|
322
322
|
<?xml version="1.0" encoding="UTF-8"?>
|
323
323
|
<subscription>
|
324
|
-
<id>subscription-cancel-
|
325
|
-
<account_code>subscription-cancel-
|
324
|
+
<id>subscription-cancel-1287442352</id>
|
325
|
+
<account_code>subscription-cancel-1287442352</account_code>
|
326
326
|
<plan>
|
327
327
|
<plan_code>paid</plan_code>
|
328
328
|
<name>Paid</name>
|
@@ -330,11 +330,11 @@
|
|
330
330
|
<state>canceled</state>
|
331
331
|
<quantity type="integer">1</quantity>
|
332
332
|
<total_amount_in_cents type="integer">1000</total_amount_in_cents>
|
333
|
-
<activated_at type="datetime">2010-10-
|
334
|
-
<canceled_at type="datetime">2010-10-
|
335
|
-
<expires_at type="datetime">2010-11-
|
336
|
-
<current_period_started_at type="datetime">2010-10-
|
337
|
-
<current_period_ends_at type="datetime">2010-11-
|
333
|
+
<activated_at type="datetime">2010-10-18T22:53:03Z</activated_at>
|
334
|
+
<canceled_at type="datetime">2010-10-18T22:53:04Z</canceled_at>
|
335
|
+
<expires_at type="datetime">2010-11-18T22:53:03Z</expires_at>
|
336
|
+
<current_period_started_at type="datetime">2010-10-18T22:53:03Z</current_period_started_at>
|
337
|
+
<current_period_ends_at type="datetime">2010-11-18T22:53:03Z</current_period_ends_at>
|
338
338
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
339
339
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
340
340
|
</subscription>
|
@@ -343,7 +343,7 @@
|
|
343
343
|
- !ruby/struct:VCR::HTTPInteraction
|
344
344
|
request: !ruby/struct:VCR::Request
|
345
345
|
method: :get
|
346
|
-
uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/subscription-cancel-
|
346
|
+
uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/subscription-cancel-1287442352/subscription.xml
|
347
347
|
body:
|
348
348
|
headers:
|
349
349
|
accept:
|
@@ -360,28 +360,28 @@
|
|
360
360
|
x-ua-compatible:
|
361
361
|
- IE=Edge
|
362
362
|
etag:
|
363
|
-
- "\"
|
363
|
+
- "\"48b25d5481660d32e24952c8f45f943e\""
|
364
364
|
connection:
|
365
365
|
- close
|
366
366
|
content-type:
|
367
367
|
- application/xml; charset=utf-8
|
368
368
|
x-runtime:
|
369
|
-
- "
|
369
|
+
- "17"
|
370
370
|
date:
|
371
|
-
-
|
371
|
+
- Mon, 18 Oct 2010 22:53:05 GMT
|
372
372
|
server:
|
373
373
|
- nginx/0.7.65
|
374
374
|
content-length:
|
375
375
|
- "890"
|
376
376
|
set-cookie:
|
377
|
-
- _recurly_session=
|
377
|
+
- _recurly_session=cfd0e231cb20830e6d00d1947f4c642c; domain=.recurly.com; path=/; Secure; HttpOnly
|
378
378
|
cache-control:
|
379
379
|
- private, max-age=0, must-revalidate
|
380
380
|
body: |
|
381
381
|
<?xml version="1.0" encoding="UTF-8"?>
|
382
382
|
<subscription>
|
383
|
-
<id>subscription-cancel-
|
384
|
-
<account_code>subscription-cancel-
|
383
|
+
<id>subscription-cancel-1287442352</id>
|
384
|
+
<account_code>subscription-cancel-1287442352</account_code>
|
385
385
|
<plan>
|
386
386
|
<plan_code>paid</plan_code>
|
387
387
|
<name>Paid</name>
|
@@ -389,11 +389,11 @@
|
|
389
389
|
<state>canceled</state>
|
390
390
|
<quantity type="integer">1</quantity>
|
391
391
|
<total_amount_in_cents type="integer">1000</total_amount_in_cents>
|
392
|
-
<activated_at type="datetime">2010-10-
|
393
|
-
<canceled_at type="datetime">2010-10-
|
394
|
-
<expires_at type="datetime">2010-11-
|
395
|
-
<current_period_started_at type="datetime">2010-10-
|
396
|
-
<current_period_ends_at type="datetime">2010-11-
|
392
|
+
<activated_at type="datetime">2010-10-18T22:53:03Z</activated_at>
|
393
|
+
<canceled_at type="datetime">2010-10-18T22:53:04Z</canceled_at>
|
394
|
+
<expires_at type="datetime">2010-11-18T22:53:03Z</expires_at>
|
395
|
+
<current_period_started_at type="datetime">2010-10-18T22:53:03Z</current_period_started_at>
|
396
|
+
<current_period_ends_at type="datetime">2010-11-18T22:53:03Z</current_period_ends_at>
|
397
397
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
398
398
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
399
399
|
</subscription>
|