recurly 0.2.4 → 0.2.5
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/charge.rb +5 -6
- data/lib/recurly/version.rb +1 -1
- data/spec/integration/charge_spec.rb +1 -0
- data/spec/vcr/account/close/1287167046.yml +15 -15
- data/spec/vcr/account/create-blank/1287167046.yml +3 -3
- data/spec/vcr/account/create-duplicate/1287167046.yml +9 -9
- data/spec/vcr/account/create-min/1287167046.yml +6 -6
- data/spec/vcr/account/create/1287167046.yml +6 -6
- data/spec/vcr/account/find/1287167046.yml +14 -14
- data/spec/vcr/account/list/1287167046.yml +100 -100
- data/spec/vcr/account/update/1287167046.yml +26 -26
- data/spec/vcr/billing/create/1286682213.yml +16 -16
- 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 → 1287465632.yml} +35 -35
- data/spec/vcr/charge/delete-uninvoiced/{1287460783.yml → 1287465632.yml} +102 -56
- data/spec/vcr/charge/list-all/{1286681273.yml → 1287465632.yml} +51 -51
- data/spec/vcr/charge/list-invoiced/{1286681273.yml → 1287465632.yml} +80 -80
- data/spec/vcr/charge/list-pending/{1286681273.yml → 1287465632.yml} +51 -51
- data/spec/vcr/charge/lookup/{1286681273.yml → 1287465632.yml} +27 -27
- data/spec/vcr/credit/create/{1287461340.yml → 1287461400.yml} +25 -25
- data/spec/vcr/credit/{delete-uninvoiced/1287460732.yml → delete/1287461400.yml} +34 -34
- data/spec/vcr/credit/list/{1287460732.yml → 1287461400.yml} +50 -50
- data/spec/vcr/credit/lookup/{1287461340.yml → 1287461400.yml} +26 -26
- data/spec/vcr/invoice/create-no-charges/1287167121.yml +14 -14
- data/spec/vcr/invoice/create/1287167121.yml +36 -36
- data/spec/vcr/invoice/list/1287167121.yml +51 -51
- data/spec/vcr/invoice/lookup/1287167121.yml +37 -37
- data/spec/vcr/plan/all.yml +9 -9
- data/spec/vcr/plan/delete/1286677585.yml +16 -16
- data/spec/vcr/plan/find.yml +9 -9
- data/spec/vcr/plan/update.yml +9 -9
- data/spec/vcr/subscription/cancel-with-code/1287455769.yml +51 -51
- data/spec/vcr/subscription/cancel/1287455769.yml +42 -42
- data/spec/vcr/subscription/change1/1287455769.yml +38 -38
- data/spec/vcr/subscription/change2/1287455769.yml +38 -38
- data/spec/vcr/subscription/create/1287455769.yml +17 -17
- data/spec/vcr/subscription/find/1287455769.yml +24 -24
- data/spec/vcr/subscription/reactivate/1287455769.yml +44 -44
- data/spec/vcr/subscription/refund-full/1287455769.yml +36 -36
- data/spec/vcr/subscription/refund-none/1287455769.yml +35 -35
- data/spec/vcr/subscription/refund-partial/1287455769.yml +36 -36
- data/spec/vcr/transaction/all/1287186411.yml +45 -45
- data/spec/vcr/transaction/create-no-account/1287186411.yml +7 -7
- data/spec/vcr/transaction/create-with-account/1287186411.yml +17 -17
- data/spec/vcr/transaction/list-empty/1287186411.yml +17 -17
- data/spec/vcr/transaction/list-filled/1287186411.yml +41 -41
- data/spec/vcr/transaction/lookup/1287186411.yml +50 -50
- data/spec/vcr/transaction/refund/1287186411.yml +24 -24
- data/spec/vcr/transaction/void/1287186411.yml +61 -61
- metadata +23 -43
- data/spec/vcr/credit/create/1286681343.yml +0 -171
- data/spec/vcr/credit/create/1287460732.yml +0 -171
- data/spec/vcr/credit/delete-invoiced/1287460732.yml +0 -233
- data/spec/vcr/credit/delete-invoiced/1287461340.yml +0 -283
- data/spec/vcr/credit/delete-uninvoiced/1287459796.yml +0 -246
- data/spec/vcr/credit/delete-uninvoiced/1287461340.yml +0 -221
- data/spec/vcr/credit/list/1286681343.yml +0 -299
- data/spec/vcr/credit/list/1287461340.yml +0 -299
- data/spec/vcr/credit/lookup/1286681343.yml +0 -171
- data/spec/vcr/credit/lookup/1287460732.yml +0 -171
data/lib/recurly/charge.rb
CHANGED
@@ -17,11 +17,10 @@ module Recurly
|
|
17
17
|
find(id, :params => { :account_code => account_code })
|
18
18
|
end
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
end
|
20
|
+
# def destroy
|
21
|
+
# reload
|
22
|
+
# return false if respond_to?(:invoice_id) and invoice_id.present?
|
23
|
+
# super
|
24
|
+
# end
|
26
25
|
end
|
27
26
|
end
|
data/lib/recurly/version.rb
CHANGED
@@ -34,17 +34,17 @@
|
|
34
34
|
content-type:
|
35
35
|
- application/xml; charset=utf-8
|
36
36
|
x-runtime:
|
37
|
-
- "
|
37
|
+
- "583"
|
38
38
|
date:
|
39
|
-
- Tue, 19 Oct 2010
|
39
|
+
- Tue, 19 Oct 2010 05:21:16 GMT
|
40
40
|
server:
|
41
41
|
- nginx/0.7.65
|
42
42
|
content-length:
|
43
43
|
- "581"
|
44
44
|
set-cookie:
|
45
|
-
- account_credentials=
|
45
|
+
- account_credentials=3f68cffcd6c551a81a5f95748e77ed3b21cb4b5602f3feade57994946ee7203fb9e35ed36a4154268e813a19aa867496c754ad6f9d73313e6636c36a50c404e6%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
46
46
|
- ""
|
47
|
-
- _recurly_session=
|
47
|
+
- _recurly_session=57a489887ed3aa7bc824f0f78d4fe64a; domain=.recurly.com; path=/; Secure; HttpOnly
|
48
48
|
cache-control:
|
49
49
|
- no-cache
|
50
50
|
body: |
|
@@ -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>5a0b617afeed4ebfb32b3303218cebfa</hosted_login_token>
|
63
|
+
<created_at type="datetime">2010-10-19T05:21:16Z</created_at>
|
64
64
|
<state>active</state>
|
65
65
|
</account>
|
66
66
|
|
@@ -89,15 +89,15 @@
|
|
89
89
|
content-type:
|
90
90
|
- application/xml; charset=utf-8
|
91
91
|
x-runtime:
|
92
|
-
- "
|
92
|
+
- "41"
|
93
93
|
date:
|
94
|
-
- Tue, 19 Oct 2010
|
94
|
+
- Tue, 19 Oct 2010 05:21:16 GMT
|
95
95
|
server:
|
96
96
|
- nginx/0.7.65
|
97
97
|
content-length:
|
98
98
|
- "1"
|
99
99
|
set-cookie:
|
100
|
-
- _recurly_session=
|
100
|
+
- _recurly_session=91e963f9cd2bef9a5921b6a2fca54e3b; domain=.recurly.com; path=/; Secure; HttpOnly
|
101
101
|
cache-control:
|
102
102
|
- no-cache
|
103
103
|
body: " "
|
@@ -122,21 +122,21 @@
|
|
122
122
|
x-ua-compatible:
|
123
123
|
- IE=Edge
|
124
124
|
etag:
|
125
|
-
- "\"
|
125
|
+
- "\"2b0e8849b76800c1b0878370d92ed6d1\""
|
126
126
|
connection:
|
127
127
|
- close
|
128
128
|
content-type:
|
129
129
|
- application/xml; charset=utf-8
|
130
130
|
x-runtime:
|
131
|
-
- "
|
131
|
+
- "61"
|
132
132
|
date:
|
133
|
-
- Tue, 19 Oct 2010
|
133
|
+
- Tue, 19 Oct 2010 05:21:17 GMT
|
134
134
|
server:
|
135
135
|
- nginx/0.7.65
|
136
136
|
content-length:
|
137
137
|
- "580"
|
138
138
|
set-cookie:
|
139
|
-
- _recurly_session=
|
139
|
+
- _recurly_session=bd0fefb088d661cd2d14cca58422f93f; domain=.recurly.com; path=/; Secure; HttpOnly
|
140
140
|
cache-control:
|
141
141
|
- private, max-age=0, must-revalidate
|
142
142
|
body: |
|
@@ -151,8 +151,8 @@
|
|
151
151
|
<company_name>Recurly Ruby Gem</company_name>
|
152
152
|
<balance_in_cents type="integer">0</balance_in_cents>
|
153
153
|
<closed type="boolean">true</closed>
|
154
|
-
<hosted_login_token>
|
155
|
-
<created_at type="datetime">2010-10-
|
154
|
+
<hosted_login_token>5a0b617afeed4ebfb32b3303218cebfa</hosted_login_token>
|
155
|
+
<created_at type="datetime">2010-10-19T05:21:16Z</created_at>
|
156
156
|
<state>closed</state>
|
157
157
|
</account>
|
158
158
|
|
@@ -28,15 +28,15 @@
|
|
28
28
|
content-type:
|
29
29
|
- application/xml; charset=utf-8
|
30
30
|
x-runtime:
|
31
|
-
- "
|
31
|
+
- "18"
|
32
32
|
date:
|
33
|
-
- Tue, 19 Oct 2010
|
33
|
+
- Tue, 19 Oct 2010 05:21:17 GMT
|
34
34
|
server:
|
35
35
|
- nginx/0.7.65
|
36
36
|
content-length:
|
37
37
|
- "186"
|
38
38
|
set-cookie:
|
39
|
-
- _recurly_session=
|
39
|
+
- _recurly_session=b0d1b86cb6b3dfe36b9ff9bc18e9e2a6; domain=.recurly.com; path=/; Secure; HttpOnly
|
40
40
|
cache-control:
|
41
41
|
- no-cache
|
42
42
|
body: |
|
@@ -30,17 +30,17 @@
|
|
30
30
|
content-type:
|
31
31
|
- application/xml; charset=utf-8
|
32
32
|
x-runtime:
|
33
|
-
- "
|
33
|
+
- "584"
|
34
34
|
date:
|
35
|
-
- Tue, 19 Oct 2010
|
35
|
+
- Tue, 19 Oct 2010 05:21:19 GMT
|
36
36
|
server:
|
37
37
|
- nginx/0.7.65
|
38
38
|
content-length:
|
39
39
|
- "520"
|
40
40
|
set-cookie:
|
41
|
-
- account_credentials=
|
41
|
+
- account_credentials=03238e404d44033393596bf0e149527b8e3c5267b325aaf5de424e45d3fb334553ad1db86bbb4d8a647d14984da6becb0e44cac6e840fd683fd94faef8c83388%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
42
42
|
- ""
|
43
|
-
- _recurly_session=
|
43
|
+
- _recurly_session=76893fe091cd382c9ea4975f89373e79; domain=.recurly.com; path=/; Secure; HttpOnly
|
44
44
|
cache-control:
|
45
45
|
- no-cache
|
46
46
|
body: |
|
@@ -55,8 +55,8 @@
|
|
55
55
|
<company_name></company_name>
|
56
56
|
<balance_in_cents type="integer">0</balance_in_cents>
|
57
57
|
<closed type="boolean">false</closed>
|
58
|
-
<hosted_login_token>
|
59
|
-
<created_at type="datetime">2010-10-
|
58
|
+
<hosted_login_token>d6fde5f100e940f5a9eb9d52ec8e9aee</hosted_login_token>
|
59
|
+
<created_at type="datetime">2010-10-19T05:21:19Z</created_at>
|
60
60
|
<state>active</state>
|
61
61
|
</account>
|
62
62
|
|
@@ -90,15 +90,15 @@
|
|
90
90
|
content-type:
|
91
91
|
- application/xml; charset=utf-8
|
92
92
|
x-runtime:
|
93
|
-
- "
|
93
|
+
- "31"
|
94
94
|
date:
|
95
|
-
- Tue, 19 Oct 2010
|
95
|
+
- Tue, 19 Oct 2010 05:21:19 GMT
|
96
96
|
server:
|
97
97
|
- nginx/0.7.65
|
98
98
|
content-length:
|
99
99
|
- "132"
|
100
100
|
set-cookie:
|
101
|
-
- _recurly_session=
|
101
|
+
- _recurly_session=98a024296efb9187f3274855e63256d7; domain=.recurly.com; path=/; Secure; HttpOnly
|
102
102
|
cache-control:
|
103
103
|
- no-cache
|
104
104
|
body: |
|
@@ -30,17 +30,17 @@
|
|
30
30
|
content-type:
|
31
31
|
- application/xml; charset=utf-8
|
32
32
|
x-runtime:
|
33
|
-
- "
|
33
|
+
- "585"
|
34
34
|
date:
|
35
|
-
- Tue, 19 Oct 2010
|
35
|
+
- Tue, 19 Oct 2010 05:20:49 GMT
|
36
36
|
server:
|
37
37
|
- nginx/0.7.65
|
38
38
|
content-length:
|
39
39
|
- "522"
|
40
40
|
set-cookie:
|
41
|
-
- account_credentials=
|
41
|
+
- account_credentials=f0bc336fcf96e5b2b188a8bafea1f2d4a36a97c9c9e2984082c2cdfe8918293f2ed352239972db6b00a02bf547a60a3d5899e2988eb16be33715d643bfc122cd%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
42
42
|
- ""
|
43
|
-
- _recurly_session=
|
43
|
+
- _recurly_session=8cbb64ce18ae746883d7cedfedec78e3; domain=.recurly.com; path=/; Secure; HttpOnly
|
44
44
|
cache-control:
|
45
45
|
- no-cache
|
46
46
|
body: |
|
@@ -55,8 +55,8 @@
|
|
55
55
|
<company_name></company_name>
|
56
56
|
<balance_in_cents type="integer">0</balance_in_cents>
|
57
57
|
<closed type="boolean">false</closed>
|
58
|
-
<hosted_login_token>
|
59
|
-
<created_at type="datetime">2010-10-
|
58
|
+
<hosted_login_token>aab35f16a2aa4ac6994ae5c01d6c833f</hosted_login_token>
|
59
|
+
<created_at type="datetime">2010-10-19T05:20:49Z</created_at>
|
60
60
|
<state>active</state>
|
61
61
|
</account>
|
62
62
|
|
@@ -34,17 +34,17 @@
|
|
34
34
|
content-type:
|
35
35
|
- application/xml; charset=utf-8
|
36
36
|
x-runtime:
|
37
|
-
- "
|
37
|
+
- "610"
|
38
38
|
date:
|
39
|
-
- Tue, 19 Oct 2010
|
39
|
+
- Tue, 19 Oct 2010 05:20:48 GMT
|
40
40
|
server:
|
41
41
|
- nginx/0.7.65
|
42
42
|
content-length:
|
43
43
|
- "583"
|
44
44
|
set-cookie:
|
45
|
-
- account_credentials=
|
45
|
+
- account_credentials=d6c196c489cd21c48c9ea7a1dbf503188206d0befc2c01192abaee4e27bb3f3f1d62999c46753beeba909987317d76ff3d418df0aaf32566dc798b6540bab8fc%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
46
46
|
- ""
|
47
|
-
- _recurly_session=
|
47
|
+
- _recurly_session=4662349106bb07c1b985827a41245e9e; domain=.recurly.com; path=/; Secure; HttpOnly
|
48
48
|
cache-control:
|
49
49
|
- no-cache
|
50
50
|
body: |
|
@@ -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>fa18fa4660a942469c9392339f9df595</hosted_login_token>
|
63
|
+
<created_at type="datetime">2010-10-19T05:20:48Z</created_at>
|
64
64
|
<state>active</state>
|
65
65
|
</account>
|
66
66
|
|
@@ -36,15 +36,15 @@
|
|
36
36
|
server:
|
37
37
|
- nginx/0.7.65
|
38
38
|
date:
|
39
|
-
- Tue, 19 Oct 2010
|
39
|
+
- Tue, 19 Oct 2010 05:20:51 GMT
|
40
40
|
x-runtime:
|
41
|
-
- "
|
41
|
+
- "584"
|
42
42
|
content-length:
|
43
43
|
- "577"
|
44
44
|
set-cookie:
|
45
|
-
- account_credentials=
|
45
|
+
- account_credentials=1943f8a86af5d07af4809182a4d452534596be5ff27913973efe863c58bb16e29b3f67de73c1e4394caf391356044168edf6d8dbdfbd79c635a35851a6cc8288%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
46
46
|
- ""
|
47
|
-
- _recurly_session=
|
47
|
+
- _recurly_session=d39ed44a28598631d7a86ff72797a5c1; domain=.recurly.com; path=/; Secure; HttpOnly
|
48
48
|
cache-control:
|
49
49
|
- no-cache
|
50
50
|
body: |
|
@@ -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>9abe15fe9647463dae31ed0a5a0e4e5e</hosted_login_token>
|
63
|
+
<created_at type="datetime">2010-10-19T05:20:51Z</created_at>
|
64
64
|
<state>active</state>
|
65
65
|
</account>
|
66
66
|
|
@@ -85,7 +85,7 @@
|
|
85
85
|
x-ua-compatible:
|
86
86
|
- IE=Edge
|
87
87
|
etag:
|
88
|
-
- "\"
|
88
|
+
- "\"1da15f137b98b37d19088f6d5563546a\""
|
89
89
|
content-type:
|
90
90
|
- application/xml; charset=utf-8
|
91
91
|
connection:
|
@@ -93,13 +93,13 @@
|
|
93
93
|
server:
|
94
94
|
- nginx/0.7.65
|
95
95
|
date:
|
96
|
-
- Tue, 19 Oct 2010
|
96
|
+
- Tue, 19 Oct 2010 05:20:51 GMT
|
97
97
|
x-runtime:
|
98
|
-
- "
|
98
|
+
- "74"
|
99
99
|
content-length:
|
100
100
|
- "577"
|
101
101
|
set-cookie:
|
102
|
-
- _recurly_session=
|
102
|
+
- _recurly_session=341525822b23a30c42999594f096b94e; domain=.recurly.com; path=/; Secure; HttpOnly
|
103
103
|
cache-control:
|
104
104
|
- private, max-age=0, must-revalidate
|
105
105
|
body: |
|
@@ -114,8 +114,8 @@
|
|
114
114
|
<company_name>Recurly Ruby Gem</company_name>
|
115
115
|
<balance_in_cents type="integer">0</balance_in_cents>
|
116
116
|
<closed type="boolean">false</closed>
|
117
|
-
<hosted_login_token>
|
118
|
-
<created_at type="datetime">2010-10-
|
117
|
+
<hosted_login_token>9abe15fe9647463dae31ed0a5a0e4e5e</hosted_login_token>
|
118
|
+
<created_at type="datetime">2010-10-19T05:20:51Z</created_at>
|
119
119
|
<state>active</state>
|
120
120
|
</account>
|
121
121
|
|
@@ -142,13 +142,13 @@
|
|
142
142
|
content-type:
|
143
143
|
- application/xml; charset=utf-8
|
144
144
|
date:
|
145
|
-
- Tue, 19 Oct 2010
|
145
|
+
- Tue, 19 Oct 2010 05:20:52 GMT
|
146
146
|
server:
|
147
147
|
- nginx/0.7.65
|
148
148
|
content-length:
|
149
149
|
- "93"
|
150
150
|
set-cookie:
|
151
|
-
- _recurly_session=
|
151
|
+
- _recurly_session=8692dbbc79a50c221299df9b769a4c16; domain=.recurly.com; path=/; Secure; HttpOnly
|
152
152
|
cache-control:
|
153
153
|
- no-cache
|
154
154
|
body: |
|
@@ -34,17 +34,17 @@
|
|
34
34
|
content-type:
|
35
35
|
- application/xml; charset=utf-8
|
36
36
|
x-runtime:
|
37
|
-
- "
|
37
|
+
- "587"
|
38
38
|
date:
|
39
|
-
- Tue, 19 Oct 2010
|
39
|
+
- Tue, 19 Oct 2010 05:20:53 GMT
|
40
40
|
server:
|
41
41
|
- nginx/0.7.65
|
42
42
|
content-length:
|
43
43
|
- "591"
|
44
44
|
set-cookie:
|
45
|
-
- account_credentials=
|
45
|
+
- account_credentials=172e534db62b7dbdf2ad6281659f366218cdc79df6c63ff5b9ca2e1e7d45946f665ef3998f10fdaa55fb72c903d0f383be08c81e589864227febf3a8cf7edc4e%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
46
46
|
- ""
|
47
|
-
- _recurly_session=
|
47
|
+
- _recurly_session=3550df26e27e12156208dc22ce1dcfcd; domain=.recurly.com; path=/; Secure; HttpOnly
|
48
48
|
cache-control:
|
49
49
|
- no-cache
|
50
50
|
body: |
|
@@ -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>084d2581288241fe903bba2f6f10200b</hosted_login_token>
|
63
|
+
<created_at type="datetime">2010-10-19T05:20:53Z</created_at>
|
64
64
|
<state>active</state>
|
65
65
|
</account>
|
66
66
|
|
@@ -100,17 +100,17 @@
|
|
100
100
|
content-type:
|
101
101
|
- application/xml; charset=utf-8
|
102
102
|
x-runtime:
|
103
|
-
- "
|
103
|
+
- "610"
|
104
104
|
date:
|
105
|
-
- Tue, 19 Oct 2010
|
105
|
+
- Tue, 19 Oct 2010 05:20:54 GMT
|
106
106
|
server:
|
107
107
|
- nginx/0.7.65
|
108
108
|
content-length:
|
109
109
|
- "591"
|
110
110
|
set-cookie:
|
111
|
-
- account_credentials=
|
111
|
+
- account_credentials=ffc62e09b48fa477b72497854135c71d5eed3e480333d4ffee9bdaf6c7ddeecc80dfc56409e180aae678e66c4bcd1b519df4bffe57687608b6b1218dc3194cc0%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
112
112
|
- ""
|
113
|
-
- _recurly_session=
|
113
|
+
- _recurly_session=c20379f5229952b6d4e1769d173bde78; domain=.recurly.com; path=/; Secure; HttpOnly
|
114
114
|
cache-control:
|
115
115
|
- no-cache
|
116
116
|
body: |
|
@@ -125,8 +125,8 @@
|
|
125
125
|
<company_name>Recurly Ruby Gem</company_name>
|
126
126
|
<balance_in_cents type="integer">0</balance_in_cents>
|
127
127
|
<closed type="boolean">false</closed>
|
128
|
-
<hosted_login_token>
|
129
|
-
<created_at type="datetime">2010-10-
|
128
|
+
<hosted_login_token>150204bb79ee4da0950874f684a7c2b6</hosted_login_token>
|
129
|
+
<created_at type="datetime">2010-10-19T05:20:54Z</created_at>
|
130
130
|
<state>active</state>
|
131
131
|
</account>
|
132
132
|
|
@@ -166,17 +166,17 @@
|
|
166
166
|
content-type:
|
167
167
|
- application/xml; charset=utf-8
|
168
168
|
x-runtime:
|
169
|
-
- "
|
169
|
+
- "733"
|
170
170
|
date:
|
171
|
-
- Tue, 19 Oct 2010
|
171
|
+
- Tue, 19 Oct 2010 05:20:56 GMT
|
172
172
|
server:
|
173
173
|
- nginx/0.7.65
|
174
174
|
content-length:
|
175
175
|
- "591"
|
176
176
|
set-cookie:
|
177
|
-
- account_credentials=
|
177
|
+
- account_credentials=72bb04f13b9273a372910177e9120d62b4d05f34f455089caf654e89f1de170d0e8010211f4b641b00987c07098226d8c49f047d4c9c3abccc3cc1cd29296cb0%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
178
178
|
- ""
|
179
|
-
- _recurly_session=
|
179
|
+
- _recurly_session=4aca08c1a675005b716d912eabc31c94; domain=.recurly.com; path=/; Secure; HttpOnly
|
180
180
|
cache-control:
|
181
181
|
- no-cache
|
182
182
|
body: |
|
@@ -191,8 +191,8 @@
|
|
191
191
|
<company_name>Recurly Ruby Gem</company_name>
|
192
192
|
<balance_in_cents type="integer">0</balance_in_cents>
|
193
193
|
<closed type="boolean">false</closed>
|
194
|
-
<hosted_login_token>
|
195
|
-
<created_at type="datetime">2010-10-
|
194
|
+
<hosted_login_token>fdd7c74c66bb4afea122923ddec63897</hosted_login_token>
|
195
|
+
<created_at type="datetime">2010-10-19T05:20:56Z</created_at>
|
196
196
|
<state>active</state>
|
197
197
|
</account>
|
198
198
|
|
@@ -232,17 +232,17 @@
|
|
232
232
|
content-type:
|
233
233
|
- application/xml; charset=utf-8
|
234
234
|
x-runtime:
|
235
|
-
- "
|
235
|
+
- "588"
|
236
236
|
date:
|
237
|
-
- Tue, 19 Oct 2010
|
237
|
+
- Tue, 19 Oct 2010 05:20:57 GMT
|
238
238
|
server:
|
239
239
|
- nginx/0.7.65
|
240
240
|
content-length:
|
241
241
|
- "591"
|
242
242
|
set-cookie:
|
243
|
-
- account_credentials=
|
243
|
+
- account_credentials=54bf6c7882f2ecaacbf8c0e6deb19078e7dad6022571e3b75bf5a2c63ad7128df02ef343197d71cf6347292862147c857201fbb1583f99430f66400acfebd5ff%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
244
244
|
- ""
|
245
|
-
- _recurly_session=
|
245
|
+
- _recurly_session=f93ea2616f7a987ae95fa27215a86f53; domain=.recurly.com; path=/; Secure; HttpOnly
|
246
246
|
cache-control:
|
247
247
|
- no-cache
|
248
248
|
body: |
|
@@ -257,8 +257,8 @@
|
|
257
257
|
<company_name>Recurly Ruby Gem</company_name>
|
258
258
|
<balance_in_cents type="integer">0</balance_in_cents>
|
259
259
|
<closed type="boolean">false</closed>
|
260
|
-
<hosted_login_token>
|
261
|
-
<created_at type="datetime">2010-10-
|
260
|
+
<hosted_login_token>a02b34b1ea674cf8988a024cae8768f9</hosted_login_token>
|
261
|
+
<created_at type="datetime">2010-10-19T05:20:57Z</created_at>
|
262
262
|
<state>active</state>
|
263
263
|
</account>
|
264
264
|
|
@@ -298,17 +298,17 @@
|
|
298
298
|
content-type:
|
299
299
|
- application/xml; charset=utf-8
|
300
300
|
x-runtime:
|
301
|
-
- "
|
301
|
+
- "626"
|
302
302
|
date:
|
303
|
-
- Tue, 19 Oct 2010
|
303
|
+
- Tue, 19 Oct 2010 05:20:58 GMT
|
304
304
|
server:
|
305
305
|
- nginx/0.7.65
|
306
306
|
content-length:
|
307
307
|
- "591"
|
308
308
|
set-cookie:
|
309
|
-
- account_credentials=
|
309
|
+
- account_credentials=a9d148ccf1c38db932499a86900907f36c31bd67b6c132c3d1fff7666bb310a8e5b32c12218771eb190ba0055325f60d9c9bfb41e6160be9d9fa5322676ce203%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
310
310
|
- ""
|
311
|
-
- _recurly_session=
|
311
|
+
- _recurly_session=5704f4a69e335a7e200b3bd077be89ec; domain=.recurly.com; path=/; Secure; HttpOnly
|
312
312
|
cache-control:
|
313
313
|
- no-cache
|
314
314
|
body: |
|
@@ -323,8 +323,8 @@
|
|
323
323
|
<company_name>Recurly Ruby Gem</company_name>
|
324
324
|
<balance_in_cents type="integer">0</balance_in_cents>
|
325
325
|
<closed type="boolean">false</closed>
|
326
|
-
<hosted_login_token>
|
327
|
-
<created_at type="datetime">2010-10-
|
326
|
+
<hosted_login_token>5d5502c8ed6e4863ac6a3a3516c1bfb1</hosted_login_token>
|
327
|
+
<created_at type="datetime">2010-10-19T05:20:58Z</created_at>
|
328
328
|
<state>active</state>
|
329
329
|
</account>
|
330
330
|
|
@@ -364,17 +364,17 @@
|
|
364
364
|
content-type:
|
365
365
|
- application/xml; charset=utf-8
|
366
366
|
x-runtime:
|
367
|
-
- "
|
367
|
+
- "588"
|
368
368
|
date:
|
369
|
-
- Tue, 19 Oct 2010
|
369
|
+
- Tue, 19 Oct 2010 05:21:00 GMT
|
370
370
|
server:
|
371
371
|
- nginx/0.7.65
|
372
372
|
content-length:
|
373
373
|
- "591"
|
374
374
|
set-cookie:
|
375
|
-
- account_credentials=
|
375
|
+
- account_credentials=c010a244b882ea30be859965742e169290530c1f260e450167406b2fa3b4d3e141632650df21f0a4385a3a5c3eb3b97c9fddb8d78e0ca4d0e2cfc0b2f01aabdf%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
376
376
|
- ""
|
377
|
-
- _recurly_session=
|
377
|
+
- _recurly_session=f6d342fc38f0ec26cc576bf322ff21ae; domain=.recurly.com; path=/; Secure; HttpOnly
|
378
378
|
cache-control:
|
379
379
|
- no-cache
|
380
380
|
body: |
|
@@ -389,8 +389,8 @@
|
|
389
389
|
<company_name>Recurly Ruby Gem</company_name>
|
390
390
|
<balance_in_cents type="integer">0</balance_in_cents>
|
391
391
|
<closed type="boolean">false</closed>
|
392
|
-
<hosted_login_token>
|
393
|
-
<created_at type="datetime">2010-10-
|
392
|
+
<hosted_login_token>03c68a5afca543e3a8ff89a976a6d9cc</hosted_login_token>
|
393
|
+
<created_at type="datetime">2010-10-19T05:21:00Z</created_at>
|
394
394
|
<state>active</state>
|
395
395
|
</account>
|
396
396
|
|
@@ -430,17 +430,17 @@
|
|
430
430
|
content-type:
|
431
431
|
- application/xml; charset=utf-8
|
432
432
|
x-runtime:
|
433
|
-
- "
|
433
|
+
- "585"
|
434
434
|
date:
|
435
|
-
- Tue, 19 Oct 2010
|
435
|
+
- Tue, 19 Oct 2010 05:21:01 GMT
|
436
436
|
server:
|
437
437
|
- nginx/0.7.65
|
438
438
|
content-length:
|
439
439
|
- "591"
|
440
440
|
set-cookie:
|
441
|
-
- account_credentials=
|
441
|
+
- account_credentials=5d660ce2369f79db4a2c2eacf9267db779a39cd3c374b9b45868497b970155d6f2a5874b481813a57b75d3f41e9f91d8e971fca80c5e6b73b917a4d4f2eb4bc1%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
442
442
|
- ""
|
443
|
-
- _recurly_session=
|
443
|
+
- _recurly_session=a9e6041ff205d6cb70f953c5f2af36a8; domain=.recurly.com; path=/; Secure; HttpOnly
|
444
444
|
cache-control:
|
445
445
|
- no-cache
|
446
446
|
body: |
|
@@ -455,8 +455,8 @@
|
|
455
455
|
<company_name>Recurly Ruby Gem</company_name>
|
456
456
|
<balance_in_cents type="integer">0</balance_in_cents>
|
457
457
|
<closed type="boolean">false</closed>
|
458
|
-
<hosted_login_token>
|
459
|
-
<created_at type="datetime">2010-10-
|
458
|
+
<hosted_login_token>f1e23cf21d2845799d1eafaf69e33a2b</hosted_login_token>
|
459
|
+
<created_at type="datetime">2010-10-19T05:21:01Z</created_at>
|
460
460
|
<state>active</state>
|
461
461
|
</account>
|
462
462
|
|
@@ -496,17 +496,17 @@
|
|
496
496
|
content-type:
|
497
497
|
- application/xml; charset=utf-8
|
498
498
|
x-runtime:
|
499
|
-
- "
|
499
|
+
- "627"
|
500
500
|
date:
|
501
|
-
- Tue, 19 Oct 2010
|
501
|
+
- Tue, 19 Oct 2010 05:21:02 GMT
|
502
502
|
server:
|
503
503
|
- nginx/0.7.65
|
504
504
|
content-length:
|
505
505
|
- "591"
|
506
506
|
set-cookie:
|
507
|
-
- account_credentials=
|
507
|
+
- account_credentials=09a6525b6c53e69b456be47cbad63e26c938895f8de140ebb8585dbb5b5d9e1d169fee122043b0239fe816c956423e540d69a5dbac6c0d40a4bf7534eff7a790%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
|
508
508
|
- ""
|
509
|
-
- _recurly_session=
|
509
|
+
- _recurly_session=a6de375804094f10b3677cd6238bdd62; domain=.recurly.com; path=/; Secure; HttpOnly
|
510
510
|
cache-control:
|
511
511
|
- no-cache
|
512
512
|
body: |
|
@@ -521,8 +521,8 @@
|
|
521
521
|
<company_name>Recurly Ruby Gem</company_name>
|
522
522
|
<balance_in_cents type="integer">0</balance_in_cents>
|
523
523
|
<closed type="boolean">false</closed>
|
524
|
-
<hosted_login_token>
|
525
|
-
<created_at type="datetime">2010-10-
|
524
|
+
<hosted_login_token>1490bf1a7f784f3db01021131a76c006</hosted_login_token>
|
525
|
+
<created_at type="datetime">2010-10-19T05:21:02Z</created_at>
|
526
526
|
<state>active</state>
|
527
527
|
</account>
|
528
528
|
|
@@ -553,15 +553,15 @@
|
|
553
553
|
content-type:
|
554
554
|
- application/xml; charset=utf-8
|
555
555
|
x-runtime:
|
556
|
-
- "
|
556
|
+
- "14"
|
557
557
|
date:
|
558
|
-
- Tue, 19 Oct 2010
|
558
|
+
- Tue, 19 Oct 2010 05:21:03 GMT
|
559
559
|
server:
|
560
560
|
- nginx/0.7.65
|
561
561
|
content-length:
|
562
562
|
- "1150"
|
563
563
|
set-cookie:
|
564
|
-
- _recurly_session=
|
564
|
+
- _recurly_session=58a177bb1913df1fba07cca837bfd2b2; domain=.recurly.com; path=/; Secure; HttpOnly
|
565
565
|
cache-control:
|
566
566
|
- private, max-age=0, must-revalidate
|
567
567
|
body: |
|
@@ -602,8 +602,8 @@
|
|
602
602
|
<quantity type="integer">1</quantity>
|
603
603
|
<plan-code>paid</plan-code>
|
604
604
|
<account>
|
605
|
-
<created-at type="datetime">2010-10-
|
606
|
-
<hosted-login-token>
|
605
|
+
<created-at type="datetime">2010-10-19T05:20:53Z</created-at>
|
606
|
+
<hosted-login-token>084d2581288241fe903bba2f6f10200b</hosted-login-token>
|
607
607
|
<company-name>Recurly Ruby Gem</company-name>
|
608
608
|
<account-code>account-list-num-0-1287167046</account-code>
|
609
609
|
<closed type="boolean">false</closed>
|
@@ -651,15 +651,15 @@
|
|
651
651
|
content-type:
|
652
652
|
- application/xml; charset=utf-8
|
653
653
|
x-runtime:
|
654
|
-
- "
|
654
|
+
- "590"
|
655
655
|
date:
|
656
|
-
- Tue, 19 Oct 2010
|
656
|
+
- Tue, 19 Oct 2010 05:21:05 GMT
|
657
657
|
server:
|
658
658
|
- nginx/0.7.65
|
659
659
|
content-length:
|
660
660
|
- "868"
|
661
661
|
set-cookie:
|
662
|
-
- _recurly_session=
|
662
|
+
- _recurly_session=1fe5dc337627620ebeff9f418e6408de; domain=.recurly.com; path=/; Secure; HttpOnly
|
663
663
|
cache-control:
|
664
664
|
- no-cache
|
665
665
|
body: |
|
@@ -674,11 +674,11 @@
|
|
674
674
|
<state>active</state>
|
675
675
|
<quantity type="integer">1</quantity>
|
676
676
|
<total_amount_in_cents type="integer">1000</total_amount_in_cents>
|
677
|
-
<activated_at type="datetime">2010-10-
|
677
|
+
<activated_at type="datetime">2010-10-19T05:21:05Z</activated_at>
|
678
678
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
679
679
|
<expires_at nil="true" type="datetime"></expires_at>
|
680
|
-
<current_period_started_at type="datetime">2010-10-
|
681
|
-
<current_period_ends_at type="datetime">2010-11-
|
680
|
+
<current_period_started_at type="datetime">2010-10-19T05:21:05Z</current_period_started_at>
|
681
|
+
<current_period_ends_at type="datetime">2010-11-19T05:21:05Z</current_period_ends_at>
|
682
682
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
683
683
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
684
684
|
</subscription>
|
@@ -710,15 +710,15 @@
|
|
710
710
|
content-type:
|
711
711
|
- application/xml; charset=utf-8
|
712
712
|
x-runtime:
|
713
|
-
- "
|
713
|
+
- "21"
|
714
714
|
date:
|
715
|
-
- Tue, 19 Oct 2010
|
715
|
+
- Tue, 19 Oct 2010 05:21:06 GMT
|
716
716
|
server:
|
717
717
|
- nginx/0.7.65
|
718
718
|
content-length:
|
719
719
|
- "1150"
|
720
720
|
set-cookie:
|
721
|
-
- _recurly_session=
|
721
|
+
- _recurly_session=1f21fb787558df531b9a9c8efc714054; domain=.recurly.com; path=/; Secure; HttpOnly
|
722
722
|
cache-control:
|
723
723
|
- private, max-age=0, must-revalidate
|
724
724
|
body: |
|
@@ -759,8 +759,8 @@
|
|
759
759
|
<quantity type="integer">1</quantity>
|
760
760
|
<plan-code>paid</plan-code>
|
761
761
|
<account>
|
762
|
-
<created-at type="datetime">2010-10-
|
763
|
-
<hosted-login-token>
|
762
|
+
<created-at type="datetime">2010-10-19T05:20:54Z</created-at>
|
763
|
+
<hosted-login-token>150204bb79ee4da0950874f684a7c2b6</hosted-login-token>
|
764
764
|
<company-name>Recurly Ruby Gem</company-name>
|
765
765
|
<account-code>account-list-num-1-1287167046</account-code>
|
766
766
|
<closed type="boolean">false</closed>
|
@@ -808,15 +808,15 @@
|
|
808
808
|
content-type:
|
809
809
|
- application/xml; charset=utf-8
|
810
810
|
x-runtime:
|
811
|
-
- "
|
811
|
+
- "516"
|
812
812
|
date:
|
813
|
-
- Tue, 19 Oct 2010
|
813
|
+
- Tue, 19 Oct 2010 05:21:07 GMT
|
814
814
|
server:
|
815
815
|
- nginx/0.7.65
|
816
816
|
content-length:
|
817
817
|
- "868"
|
818
818
|
set-cookie:
|
819
|
-
- _recurly_session=
|
819
|
+
- _recurly_session=bc969f5cafdb8123bb6af1e71becc827; domain=.recurly.com; path=/; Secure; HttpOnly
|
820
820
|
cache-control:
|
821
821
|
- no-cache
|
822
822
|
body: |
|
@@ -831,11 +831,11 @@
|
|
831
831
|
<state>active</state>
|
832
832
|
<quantity type="integer">1</quantity>
|
833
833
|
<total_amount_in_cents type="integer">1000</total_amount_in_cents>
|
834
|
-
<activated_at type="datetime">2010-10-
|
834
|
+
<activated_at type="datetime">2010-10-19T05:21:06Z</activated_at>
|
835
835
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
836
836
|
<expires_at nil="true" type="datetime"></expires_at>
|
837
|
-
<current_period_started_at type="datetime">2010-10-
|
838
|
-
<current_period_ends_at type="datetime">2010-11-
|
837
|
+
<current_period_started_at type="datetime">2010-10-19T05:21:06Z</current_period_started_at>
|
838
|
+
<current_period_ends_at type="datetime">2010-11-19T05:21:06Z</current_period_ends_at>
|
839
839
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
840
840
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
841
841
|
</subscription>
|
@@ -867,15 +867,15 @@
|
|
867
867
|
content-type:
|
868
868
|
- application/xml; charset=utf-8
|
869
869
|
x-runtime:
|
870
|
-
- "
|
870
|
+
- "180"
|
871
871
|
date:
|
872
|
-
- Tue, 19 Oct 2010
|
872
|
+
- Tue, 19 Oct 2010 05:21:07 GMT
|
873
873
|
server:
|
874
874
|
- nginx/0.7.65
|
875
875
|
content-length:
|
876
876
|
- "1150"
|
877
877
|
set-cookie:
|
878
|
-
- _recurly_session=
|
878
|
+
- _recurly_session=caf9253170866edec3dbd540acc7ecc0; domain=.recurly.com; path=/; Secure; HttpOnly
|
879
879
|
cache-control:
|
880
880
|
- private, max-age=0, must-revalidate
|
881
881
|
body: |
|
@@ -916,8 +916,8 @@
|
|
916
916
|
<quantity type="integer">1</quantity>
|
917
917
|
<plan-code>paid</plan-code>
|
918
918
|
<account>
|
919
|
-
<created-at type="datetime">2010-10-
|
920
|
-
<hosted-login-token>
|
919
|
+
<created-at type="datetime">2010-10-19T05:20:56Z</created-at>
|
920
|
+
<hosted-login-token>fdd7c74c66bb4afea122923ddec63897</hosted-login-token>
|
921
921
|
<company-name>Recurly Ruby Gem</company-name>
|
922
922
|
<account-code>account-list-num-2-1287167046</account-code>
|
923
923
|
<closed type="boolean">false</closed>
|
@@ -965,15 +965,15 @@
|
|
965
965
|
content-type:
|
966
966
|
- application/xml; charset=utf-8
|
967
967
|
x-runtime:
|
968
|
-
- "
|
968
|
+
- "633"
|
969
969
|
date:
|
970
|
-
- Tue, 19 Oct 2010
|
970
|
+
- Tue, 19 Oct 2010 05:21:09 GMT
|
971
971
|
server:
|
972
972
|
- nginx/0.7.65
|
973
973
|
content-length:
|
974
974
|
- "868"
|
975
975
|
set-cookie:
|
976
|
-
- _recurly_session=
|
976
|
+
- _recurly_session=ee881b274fb1b686690ee36bc1b7d57c; domain=.recurly.com; path=/; Secure; HttpOnly
|
977
977
|
cache-control:
|
978
978
|
- no-cache
|
979
979
|
body: |
|
@@ -988,11 +988,11 @@
|
|
988
988
|
<state>active</state>
|
989
989
|
<quantity type="integer">1</quantity>
|
990
990
|
<total_amount_in_cents type="integer">1000</total_amount_in_cents>
|
991
|
-
<activated_at type="datetime">2010-10-
|
991
|
+
<activated_at type="datetime">2010-10-19T05:21:08Z</activated_at>
|
992
992
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
993
993
|
<expires_at nil="true" type="datetime"></expires_at>
|
994
|
-
<current_period_started_at type="datetime">2010-10-
|
995
|
-
<current_period_ends_at type="datetime">2010-11-
|
994
|
+
<current_period_started_at type="datetime">2010-10-19T05:21:08Z</current_period_started_at>
|
995
|
+
<current_period_ends_at type="datetime">2010-11-19T05:21:08Z</current_period_ends_at>
|
996
996
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
997
997
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
998
998
|
</subscription>
|
@@ -1024,15 +1024,15 @@
|
|
1024
1024
|
content-type:
|
1025
1025
|
- application/xml; charset=utf-8
|
1026
1026
|
x-runtime:
|
1027
|
-
- "
|
1027
|
+
- "13"
|
1028
1028
|
date:
|
1029
|
-
- Tue, 19 Oct 2010
|
1029
|
+
- Tue, 19 Oct 2010 05:21:09 GMT
|
1030
1030
|
server:
|
1031
1031
|
- nginx/0.7.65
|
1032
1032
|
content-length:
|
1033
1033
|
- "1150"
|
1034
1034
|
set-cookie:
|
1035
|
-
- _recurly_session=
|
1035
|
+
- _recurly_session=bc05f33ad2ad65dd98b65b3a05f71959; domain=.recurly.com; path=/; Secure; HttpOnly
|
1036
1036
|
cache-control:
|
1037
1037
|
- private, max-age=0, must-revalidate
|
1038
1038
|
body: |
|
@@ -1073,8 +1073,8 @@
|
|
1073
1073
|
<quantity type="integer">1</quantity>
|
1074
1074
|
<plan-code>paid</plan-code>
|
1075
1075
|
<account>
|
1076
|
-
<created-at type="datetime">2010-10-
|
1077
|
-
<hosted-login-token>
|
1076
|
+
<created-at type="datetime">2010-10-19T05:20:57Z</created-at>
|
1077
|
+
<hosted-login-token>a02b34b1ea674cf8988a024cae8768f9</hosted-login-token>
|
1078
1078
|
<company-name>Recurly Ruby Gem</company-name>
|
1079
1079
|
<account-code>account-list-num-3-1287167046</account-code>
|
1080
1080
|
<closed type="boolean">false</closed>
|
@@ -1122,15 +1122,15 @@
|
|
1122
1122
|
content-type:
|
1123
1123
|
- application/xml; charset=utf-8
|
1124
1124
|
x-runtime:
|
1125
|
-
- "
|
1125
|
+
- "553"
|
1126
1126
|
date:
|
1127
|
-
- Tue, 19 Oct 2010
|
1127
|
+
- Tue, 19 Oct 2010 05:21:10 GMT
|
1128
1128
|
server:
|
1129
1129
|
- nginx/0.7.65
|
1130
1130
|
content-length:
|
1131
1131
|
- "868"
|
1132
1132
|
set-cookie:
|
1133
|
-
- _recurly_session=
|
1133
|
+
- _recurly_session=749ad52ece6145dfbe742543197dcb83; domain=.recurly.com; path=/; Secure; HttpOnly
|
1134
1134
|
cache-control:
|
1135
1135
|
- no-cache
|
1136
1136
|
body: |
|
@@ -1145,11 +1145,11 @@
|
|
1145
1145
|
<state>active</state>
|
1146
1146
|
<quantity type="integer">1</quantity>
|
1147
1147
|
<total_amount_in_cents type="integer">1000</total_amount_in_cents>
|
1148
|
-
<activated_at type="datetime">2010-10-
|
1148
|
+
<activated_at type="datetime">2010-10-19T05:21:10Z</activated_at>
|
1149
1149
|
<canceled_at nil="true" type="datetime"></canceled_at>
|
1150
1150
|
<expires_at nil="true" type="datetime"></expires_at>
|
1151
|
-
<current_period_started_at type="datetime">2010-10-
|
1152
|
-
<current_period_ends_at type="datetime">2010-11-
|
1151
|
+
<current_period_started_at type="datetime">2010-10-19T05:21:10Z</current_period_started_at>
|
1152
|
+
<current_period_ends_at type="datetime">2010-11-19T05:21:10Z</current_period_ends_at>
|
1153
1153
|
<trial_started_at nil="true" type="datetime"></trial_started_at>
|
1154
1154
|
<trial_ends_at nil="true" type="datetime"></trial_ends_at>
|
1155
1155
|
</subscription>
|
@@ -1181,15 +1181,15 @@
|
|
1181
1181
|
content-type:
|
1182
1182
|
- application/xml; charset=utf-8
|
1183
1183
|
x-runtime:
|
1184
|
-
- "
|
1184
|
+
- "45"
|
1185
1185
|
date:
|
1186
|
-
- Tue, 19 Oct 2010
|
1186
|
+
- Tue, 19 Oct 2010 05:21:11 GMT
|
1187
1187
|
server:
|
1188
1188
|
- nginx/0.7.65
|
1189
1189
|
content-length:
|
1190
1190
|
- "3459"
|
1191
1191
|
set-cookie:
|
1192
|
-
- _recurly_session=
|
1192
|
+
- _recurly_session=b8b993a88178c6975271c757a77506e6; domain=.recurly.com; path=/; Secure; HttpOnly
|
1193
1193
|
cache-control:
|
1194
1194
|
- private, max-age=0, must-revalidate
|
1195
1195
|
body: |
|
@@ -1317,15 +1317,15 @@
|
|
1317
1317
|
content-type:
|
1318
1318
|
- application/xml; charset=utf-8
|
1319
1319
|
x-runtime:
|
1320
|
-
- "
|
1320
|
+
- "28"
|
1321
1321
|
date:
|
1322
|
-
- Tue, 19 Oct 2010
|
1322
|
+
- Tue, 19 Oct 2010 05:21:11 GMT
|
1323
1323
|
server:
|
1324
1324
|
- nginx/0.7.65
|
1325
1325
|
content-length:
|
1326
1326
|
- "3459"
|
1327
1327
|
set-cookie:
|
1328
|
-
- _recurly_session=
|
1328
|
+
- _recurly_session=c15ddbc945395fbf3031b71c49072ad5; domain=.recurly.com; path=/; Secure; HttpOnly
|
1329
1329
|
cache-control:
|
1330
1330
|
- private, max-age=0, must-revalidate
|
1331
1331
|
body: |
|
@@ -1455,13 +1455,13 @@
|
|
1455
1455
|
x-runtime:
|
1456
1456
|
- "18"
|
1457
1457
|
date:
|
1458
|
-
- Tue, 19 Oct 2010
|
1458
|
+
- Tue, 19 Oct 2010 05:21:12 GMT
|
1459
1459
|
server:
|
1460
1460
|
- nginx/0.7.65
|
1461
1461
|
content-length:
|
1462
1462
|
- "2428"
|
1463
1463
|
set-cookie:
|
1464
|
-
- _recurly_session=
|
1464
|
+
- _recurly_session=c6dd8721d44a63d7d7e505a655497109; domain=.recurly.com; path=/; Secure; HttpOnly
|
1465
1465
|
cache-control:
|
1466
1466
|
- private, max-age=0, must-revalidate
|
1467
1467
|
body: |
|