recurly 0.4.15 → 0.4.16

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of recurly might be problematic. Click here for more details.

Files changed (65) hide show
  1. data/lib/patches/rails2/active_resource/base.rb +35 -0
  2. data/lib/patches/rails3/active_model/serializers/xml.rb +28 -0
  3. data/lib/recurly.rb +14 -4
  4. data/lib/recurly/account.rb +6 -3
  5. data/lib/recurly/base.rb +1 -2
  6. data/lib/recurly/subscription.rb +7 -0
  7. data/lib/recurly/version.rb +1 -1
  8. data/spec/config/recurly.yml +4 -4
  9. data/spec/integration/subscription_spec.rb +2 -1
  10. metadata +108 -220
  11. data/spec/vcr/account/accept-language-account/1313708721.yml +0 -60
  12. data/spec/vcr/account/close/1313708721.yml +0 -132
  13. data/spec/vcr/account/create-blank/1313708721.yml +0 -44
  14. data/spec/vcr/account/create-duplicate/1313708721.yml +0 -98
  15. data/spec/vcr/account/create-min/1313708721.yml +0 -56
  16. data/spec/vcr/account/create/1313708721.yml +0 -60
  17. data/spec/vcr/account/find/1313708721.yml +0 -137
  18. data/spec/vcr/account/list/1313708721.yml +0 -1307
  19. data/spec/vcr/account/update/1313708721.yml +0 -216
  20. data/spec/vcr/billing/create/1313708721.yml +0 -181
  21. data/spec/vcr/billing/destroy/1313708721.yml +0 -240
  22. data/spec/vcr/billing/errors/1313708721.yml +0 -106
  23. data/spec/vcr/billing/find/1313708721.yml +0 -234
  24. data/spec/vcr/billing/update/1313708721.yml +0 -251
  25. data/spec/vcr/charge/create/1313708721.yml +0 -222
  26. data/spec/vcr/charge/delete-uninvoiced/1313708721.yml +0 -247
  27. data/spec/vcr/charge/list-all/1313708721.yml +0 -276
  28. data/spec/vcr/charge/list-invoiced/1313708721.yml +0 -411
  29. data/spec/vcr/charge/list-pending/1313708721.yml +0 -276
  30. data/spec/vcr/charge/lookup/1313708721.yml +0 -152
  31. data/spec/vcr/coupon/create/1296774903.yml +0 -97
  32. data/spec/vcr/coupon/destroy/1296774903.yml +0 -97
  33. data/spec/vcr/credit/create/1313708090.yml +0 -152
  34. data/spec/vcr/credit/delete/1313708090.yml +0 -211
  35. data/spec/vcr/credit/list/1313708090.yml +0 -276
  36. data/spec/vcr/credit/lookup/1313708090.yml +0 -152
  37. data/spec/vcr/invoice/create-no-charges/1296674173.yml +0 -166
  38. data/spec/vcr/invoice/create/1296674173.yml +0 -302
  39. data/spec/vcr/invoice/list/1296674173.yml +0 -405
  40. data/spec/vcr/invoice/lookup/1296674173.yml +0 -304
  41. data/spec/vcr/plan/all.yml +0 -233
  42. data/spec/vcr/plan/find.yml +0 -136
  43. data/spec/vcr/plan/update.yml +0 -152
  44. data/spec/vcr/subscription/addons/add/1296674173.yml +0 -177
  45. data/spec/vcr/subscription/addons/create/1296674173.yml +0 -177
  46. data/spec/vcr/subscription/addons/remove/1296674173.yml +0 -177
  47. data/spec/vcr/subscription/cancel-with-code/1296674173.yml +0 -400
  48. data/spec/vcr/subscription/cancel/1296674173.yml +0 -348
  49. data/spec/vcr/subscription/change1/1296674173.yml +0 -354
  50. data/spec/vcr/subscription/change2/1296674173.yml +0 -354
  51. data/spec/vcr/subscription/create/1296674173.yml +0 -192
  52. data/spec/vcr/subscription/find/1296674173.yml +0 -244
  53. data/spec/vcr/subscription/reactivate/1296674173.yml +0 -377
  54. data/spec/vcr/subscription/refund-full/1296674173.yml +0 -328
  55. data/spec/vcr/subscription/refund-none/1296674173.yml +0 -328
  56. data/spec/vcr/subscription/refund-partial/1296674173.yml +0 -328
  57. data/spec/vcr/transaction/all/1311126815.yml +0 -397
  58. data/spec/vcr/transaction/create-no-account/1311126815.yml +0 -82
  59. data/spec/vcr/transaction/create-with-account/1311126815.yml +0 -196
  60. data/spec/vcr/transaction/list-filled/1311126815.yml +0 -544
  61. data/spec/vcr/transaction/list-initial/1311126815.yml +0 -184
  62. data/spec/vcr/transaction/lookup/1311126815.yml +0 -487
  63. data/spec/vcr/transaction/void/1311126815.yml +0 -321
  64. data/spec/vcr/transparent/post-url/1317063400.yml +0 -105
  65. data/spec/vcr/transparent/post-url/1317063474.yml +0 -105
@@ -1,276 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts.xml
6
- body: |
7
- <?xml version="1.0" encoding="UTF-8"?>
8
- <account>
9
- <account-code>charge-list-pending-1313708721</account-code>
10
- <first-name>Verena</first-name>
11
- <last-name>Test</last-name>
12
- <email>verena@test.com</email>
13
- <company-name>Recurly Ruby Gem</company-name>
14
- <billing-info>
15
- <credit-card>
16
- </credit-card>
17
- </billing-info>
18
- <accept-language nil="true"></accept-language>
19
- </account>
20
-
21
- headers:
22
- user-agent:
23
- - Recurly Ruby Client v0.4.13
24
- content-type:
25
- - application/xml
26
- response: !ruby/struct:VCR::Response
27
- status: !ruby/struct:VCR::ResponseStatus
28
- code: 201
29
- message: Created
30
- headers:
31
- location:
32
- - http://api.lvh.me:3000/accounts/charge-list-pending-1313708721
33
- content-type:
34
- - application/xml; charset=utf-8
35
- cache-control:
36
- - no-cache
37
- x-ua-compatible:
38
- - IE=Edge
39
- set-cookie:
40
- - _recurly_session=4d255a6644b5cae5eb449eba160ca9ac; domain=.lvh.me; path=/; HttpOnly
41
- server:
42
- - thin 1.2.11 codename Bat-Shit Crazy
43
- body: |
44
- <?xml version="1.0" encoding="UTF-8"?>
45
- <account>
46
- <id>charge-list-pending-1313708721</id>
47
- <account_code>charge-list-pending-1313708721</account_code>
48
- <username></username>
49
- <email>verena@test.com</email>
50
- <first_name>Verena</first_name>
51
- <last_name>Test</last_name>
52
- <company_name>Recurly Ruby Gem</company_name>
53
- <balance_in_cents type="integer">0</balance_in_cents>
54
- <closed type="boolean">false</closed>
55
- <hosted_login_token>025235b64ed5474cb11e650e376420c0</hosted_login_token>
56
- <created_at type="datetime">2011-09-22T22:01:44Z</created_at>
57
- <state>active</state>
58
- </account>
59
-
60
- http_version: "1.1"
61
- - !ruby/struct:VCR::HTTPInteraction
62
- request: !ruby/struct:VCR::Request
63
- method: :post
64
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-pending-1313708721/charges.xml
65
- body: |
66
- <?xml version="1.0" encoding="UTF-8"?>
67
- <charge>
68
- <amount type="float">10.0</amount>
69
- <description>charge description</description>
70
- </charge>
71
-
72
- headers:
73
- user-agent:
74
- - Recurly Ruby Client v0.4.13
75
- content-type:
76
- - application/xml
77
- response: !ruby/struct:VCR::Response
78
- status: !ruby/struct:VCR::ResponseStatus
79
- code: 201
80
- message: Created
81
- headers:
82
- content-type:
83
- - application/xml; charset=utf-8
84
- cache-control:
85
- - no-cache
86
- x-ua-compatible:
87
- - IE=Edge
88
- set-cookie:
89
- - _recurly_session=a696a60f683716fe3acae305dce75a7a; domain=.lvh.me; path=/; HttpOnly
90
- server:
91
- - thin 1.2.11 codename Bat-Shit Crazy
92
- body: |
93
- <?xml version="1.0" encoding="UTF-8"?>
94
- <charge type="charge">
95
- <id>04fb2a875cf8487b88b7b666ee8e9917</id>
96
- <account_code>charge-list-pending-1313708721</account_code>
97
- <quantity type="integer">1</quantity>
98
- <unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
99
- <amount_in_cents type="integer">1000</amount_in_cents>
100
- <currency>USD</currency>
101
- <start_date type="datetime">2011-09-22T22:01:44Z</start_date>
102
- <end_date nil="true" type="datetime"></end_date>
103
- <invoice_number nil="true" type="integer"></invoice_number>
104
- <description>charge description</description>
105
- <created_at type="datetime">2011-09-22T22:01:44Z</created_at>
106
- </charge>
107
-
108
- http_version: "1.1"
109
- - !ruby/struct:VCR::HTTPInteraction
110
- request: !ruby/struct:VCR::Request
111
- method: :post
112
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-pending-1313708721/charges.xml
113
- body: |
114
- <?xml version="1.0" encoding="UTF-8"?>
115
- <charge>
116
- <amount type="float">10.0</amount>
117
- <description>charge description</description>
118
- </charge>
119
-
120
- headers:
121
- user-agent:
122
- - Recurly Ruby Client v0.4.13
123
- content-type:
124
- - application/xml
125
- response: !ruby/struct:VCR::Response
126
- status: !ruby/struct:VCR::ResponseStatus
127
- code: 201
128
- message: Created
129
- headers:
130
- content-type:
131
- - application/xml; charset=utf-8
132
- cache-control:
133
- - no-cache
134
- x-ua-compatible:
135
- - IE=Edge
136
- set-cookie:
137
- - _recurly_session=aad3eac6270ae2f27eaeba671a74f388; domain=.lvh.me; path=/; HttpOnly
138
- server:
139
- - thin 1.2.11 codename Bat-Shit Crazy
140
- body: |
141
- <?xml version="1.0" encoding="UTF-8"?>
142
- <charge type="charge">
143
- <id>016468c16fb24d6f9604952b6ee7fc24</id>
144
- <account_code>charge-list-pending-1313708721</account_code>
145
- <quantity type="integer">1</quantity>
146
- <unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
147
- <amount_in_cents type="integer">1000</amount_in_cents>
148
- <currency>USD</currency>
149
- <start_date type="datetime">2011-09-22T22:01:44Z</start_date>
150
- <end_date nil="true" type="datetime"></end_date>
151
- <invoice_number nil="true" type="integer"></invoice_number>
152
- <description>charge description</description>
153
- <created_at type="datetime">2011-09-22T22:01:44Z</created_at>
154
- </charge>
155
-
156
- http_version: "1.1"
157
- - !ruby/struct:VCR::HTTPInteraction
158
- request: !ruby/struct:VCR::Request
159
- method: :post
160
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-pending-1313708721/charges.xml
161
- body: |
162
- <?xml version="1.0" encoding="UTF-8"?>
163
- <charge>
164
- <amount type="float">10.0</amount>
165
- <description>charge description</description>
166
- </charge>
167
-
168
- headers:
169
- user-agent:
170
- - Recurly Ruby Client v0.4.13
171
- content-type:
172
- - application/xml
173
- response: !ruby/struct:VCR::Response
174
- status: !ruby/struct:VCR::ResponseStatus
175
- code: 201
176
- message: Created
177
- headers:
178
- content-type:
179
- - application/xml; charset=utf-8
180
- cache-control:
181
- - no-cache
182
- x-ua-compatible:
183
- - IE=Edge
184
- set-cookie:
185
- - _recurly_session=3a7588e5a4190b1679ed95f84b6c19f7; domain=.lvh.me; path=/; HttpOnly
186
- server:
187
- - thin 1.2.11 codename Bat-Shit Crazy
188
- body: |
189
- <?xml version="1.0" encoding="UTF-8"?>
190
- <charge type="charge">
191
- <id>013f3ea1466d481080ee51cd225e5be0</id>
192
- <account_code>charge-list-pending-1313708721</account_code>
193
- <quantity type="integer">1</quantity>
194
- <unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
195
- <amount_in_cents type="integer">1000</amount_in_cents>
196
- <currency>USD</currency>
197
- <start_date type="datetime">2011-09-22T22:01:44Z</start_date>
198
- <end_date nil="true" type="datetime"></end_date>
199
- <invoice_number nil="true" type="integer"></invoice_number>
200
- <description>charge description</description>
201
- <created_at type="datetime">2011-09-22T22:01:44Z</created_at>
202
- </charge>
203
-
204
- http_version: "1.1"
205
- - !ruby/struct:VCR::HTTPInteraction
206
- request: !ruby/struct:VCR::Request
207
- method: :get
208
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-list-pending-1313708721/charges.xml?show=pending
209
- body:
210
- headers:
211
- user-agent:
212
- - Recurly Ruby Client v0.4.13
213
- accept:
214
- - application/xml
215
- accept-encoding:
216
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
217
- response: !ruby/struct:VCR::Response
218
- status: !ruby/struct:VCR::ResponseStatus
219
- code: 200
220
- message: OK
221
- headers:
222
- content-type:
223
- - application/xml; charset=utf-8
224
- etag:
225
- - "\"19377ed3c05b737cb336597582c99556\""
226
- cache-control:
227
- - max-age=0, private, must-revalidate
228
- x-ua-compatible:
229
- - IE=Edge
230
- server:
231
- - thin 1.2.11 codename Bat-Shit Crazy
232
- body: |
233
- <?xml version="1.0" encoding="UTF-8"?>
234
- <charges type="array">
235
- <charge type="charge">
236
- <id>013f3ea1466d481080ee51cd225e5be0</id>
237
- <account_code>charge-list-pending-1313708721</account_code>
238
- <quantity type="integer">1</quantity>
239
- <unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
240
- <amount_in_cents type="integer">1000</amount_in_cents>
241
- <currency>USD</currency>
242
- <start_date type="datetime">2011-09-22T22:01:44Z</start_date>
243
- <end_date nil="true" type="datetime"></end_date>
244
- <invoice_number nil="true" type="integer"></invoice_number>
245
- <description>charge description</description>
246
- <created_at type="datetime">2011-09-22T22:01:44Z</created_at>
247
- </charge>
248
- <charge type="charge">
249
- <id>016468c16fb24d6f9604952b6ee7fc24</id>
250
- <account_code>charge-list-pending-1313708721</account_code>
251
- <quantity type="integer">1</quantity>
252
- <unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
253
- <amount_in_cents type="integer">1000</amount_in_cents>
254
- <currency>USD</currency>
255
- <start_date type="datetime">2011-09-22T22:01:44Z</start_date>
256
- <end_date nil="true" type="datetime"></end_date>
257
- <invoice_number nil="true" type="integer"></invoice_number>
258
- <description>charge description</description>
259
- <created_at type="datetime">2011-09-22T22:01:44Z</created_at>
260
- </charge>
261
- <charge type="charge">
262
- <id>04fb2a875cf8487b88b7b666ee8e9917</id>
263
- <account_code>charge-list-pending-1313708721</account_code>
264
- <quantity type="integer">1</quantity>
265
- <unit_amount_in_cents type="integer">1000</unit_amount_in_cents>
266
- <amount_in_cents type="integer">1000</amount_in_cents>
267
- <currency>USD</currency>
268
- <start_date type="datetime">2011-09-22T22:01:44Z</start_date>
269
- <end_date nil="true" type="datetime"></end_date>
270
- <invoice_number nil="true" type="integer"></invoice_number>
271
- <description>charge description</description>
272
- <created_at type="datetime">2011-09-22T22:01:44Z</created_at>
273
- </charge>
274
- </charges>
275
-
276
- http_version: "1.1"
@@ -1,152 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts.xml
6
- body: |
7
- <?xml version="1.0" encoding="UTF-8"?>
8
- <account>
9
- <account-code>charge-lookup-1313708721</account-code>
10
- <first-name>Verena</first-name>
11
- <last-name>Test</last-name>
12
- <email>verena@test.com</email>
13
- <company-name>Recurly Ruby Gem</company-name>
14
- <billing-info>
15
- <credit-card>
16
- </credit-card>
17
- </billing-info>
18
- <accept-language nil="true"></accept-language>
19
- </account>
20
-
21
- headers:
22
- user-agent:
23
- - Recurly Ruby Client v0.4.13
24
- content-type:
25
- - application/xml
26
- response: !ruby/struct:VCR::Response
27
- status: !ruby/struct:VCR::ResponseStatus
28
- code: 201
29
- message: Created
30
- headers:
31
- location:
32
- - http://api.lvh.me:3000/accounts/charge-lookup-1313708721
33
- content-type:
34
- - application/xml; charset=utf-8
35
- cache-control:
36
- - no-cache
37
- x-ua-compatible:
38
- - IE=Edge
39
- set-cookie:
40
- - _recurly_session=8d424be1daf2cf161416372f6fc4898f; domain=.lvh.me; path=/; HttpOnly
41
- server:
42
- - thin 1.2.11 codename Bat-Shit Crazy
43
- body: |
44
- <?xml version="1.0" encoding="UTF-8"?>
45
- <account>
46
- <id>charge-lookup-1313708721</id>
47
- <account_code>charge-lookup-1313708721</account_code>
48
- <username></username>
49
- <email>verena@test.com</email>
50
- <first_name>Verena</first_name>
51
- <last_name>Test</last_name>
52
- <company_name>Recurly Ruby Gem</company_name>
53
- <balance_in_cents type="integer">0</balance_in_cents>
54
- <closed type="boolean">false</closed>
55
- <hosted_login_token>6a255ea83fe242a5825d9a6739e9410c</hosted_login_token>
56
- <created_at type="datetime">2011-09-22T22:01:46Z</created_at>
57
- <state>active</state>
58
- </account>
59
-
60
- http_version: "1.1"
61
- - !ruby/struct:VCR::HTTPInteraction
62
- request: !ruby/struct:VCR::Request
63
- method: :post
64
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-lookup-1313708721/charges.xml
65
- body: |
66
- <?xml version="1.0" encoding="UTF-8"?>
67
- <charge>
68
- <amount type="float">13.15</amount>
69
- <description>inconvenience fee</description>
70
- </charge>
71
-
72
- headers:
73
- user-agent:
74
- - Recurly Ruby Client v0.4.13
75
- content-type:
76
- - application/xml
77
- response: !ruby/struct:VCR::Response
78
- status: !ruby/struct:VCR::ResponseStatus
79
- code: 201
80
- message: Created
81
- headers:
82
- content-type:
83
- - application/xml; charset=utf-8
84
- cache-control:
85
- - no-cache
86
- x-ua-compatible:
87
- - IE=Edge
88
- set-cookie:
89
- - _recurly_session=e6b2b1c1c75a5fe1cf0263d06bfbb72a; domain=.lvh.me; path=/; HttpOnly
90
- server:
91
- - thin 1.2.11 codename Bat-Shit Crazy
92
- body: |
93
- <?xml version="1.0" encoding="UTF-8"?>
94
- <charge type="charge">
95
- <id>74c7e99cb4bd48c0839d2517f0e4142d</id>
96
- <account_code>charge-lookup-1313708721</account_code>
97
- <quantity type="integer">1</quantity>
98
- <unit_amount_in_cents type="integer">1315</unit_amount_in_cents>
99
- <amount_in_cents type="integer">1315</amount_in_cents>
100
- <currency>USD</currency>
101
- <start_date type="datetime">2011-09-22T22:01:46Z</start_date>
102
- <end_date nil="true" type="datetime"></end_date>
103
- <invoice_number nil="true" type="integer"></invoice_number>
104
- <description>inconvenience fee</description>
105
- <created_at type="datetime">2011-09-22T22:01:46Z</created_at>
106
- </charge>
107
-
108
- http_version: "1.1"
109
- - !ruby/struct:VCR::HTTPInteraction
110
- request: !ruby/struct:VCR::Request
111
- method: :get
112
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/charge-lookup-1313708721/charges/74c7e99cb4bd48c0839d2517f0e4142d.xml
113
- body:
114
- headers:
115
- user-agent:
116
- - Recurly Ruby Client v0.4.13
117
- accept:
118
- - application/xml
119
- accept-encoding:
120
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
121
- response: !ruby/struct:VCR::Response
122
- status: !ruby/struct:VCR::ResponseStatus
123
- code: 200
124
- message: OK
125
- headers:
126
- content-type:
127
- - application/xml; charset=utf-8
128
- etag:
129
- - "\"3052884c7d2c84b8fbdf424d7293e1f2\""
130
- cache-control:
131
- - max-age=0, private, must-revalidate
132
- x-ua-compatible:
133
- - IE=Edge
134
- server:
135
- - thin 1.2.11 codename Bat-Shit Crazy
136
- body: |
137
- <?xml version="1.0" encoding="UTF-8"?>
138
- <charge type="charge">
139
- <id>74c7e99cb4bd48c0839d2517f0e4142d</id>
140
- <account_code>charge-lookup-1313708721</account_code>
141
- <quantity type="integer">1</quantity>
142
- <unit_amount_in_cents type="integer">1315</unit_amount_in_cents>
143
- <amount_in_cents type="integer">1315</amount_in_cents>
144
- <currency>USD</currency>
145
- <start_date type="datetime">2011-09-22T22:01:46Z</start_date>
146
- <end_date nil="true" type="datetime"></end_date>
147
- <invoice_number nil="true" type="integer"></invoice_number>
148
- <description>inconvenience fee</description>
149
- <created_at type="datetime">2011-09-22T22:01:46Z</created_at>
150
- </charge>
151
-
152
- http_version: "1.1"
@@ -1,97 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts.xml
6
- body: |
7
- <?xml version="1.0" encoding="UTF-8"?>
8
- <account>
9
- <account-code>coupon-create-1296774903</account-code>
10
- <first-name>Verena</first-name>
11
- <last-name>Test</last-name>
12
- <email>verena@test.com</email>
13
- <company-name>Recurly Ruby Gem</company-name>
14
- <billing-info>
15
- <credit-card>
16
- </credit-card>
17
- </billing-info>
18
- <accept-language nil="true"></accept-language>
19
- </account>
20
-
21
- headers:
22
- user-agent:
23
- - Recurly Ruby Client v0.4.13
24
- content-type:
25
- - application/xml
26
- response: !ruby/struct:VCR::Response
27
- status: !ruby/struct:VCR::ResponseStatus
28
- code: 201
29
- message: Created
30
- headers:
31
- location:
32
- - http://api.lvh.me:3000/accounts/coupon-create-1296774903
33
- content-type:
34
- - application/xml; charset=utf-8
35
- cache-control:
36
- - no-cache
37
- x-ua-compatible:
38
- - IE=Edge
39
- set-cookie:
40
- - _recurly_session=015b87e7e665912205e05921557b6166; domain=.lvh.me; path=/; HttpOnly
41
- server:
42
- - thin 1.2.11 codename Bat-Shit Crazy
43
- body: |
44
- <?xml version="1.0" encoding="UTF-8"?>
45
- <account>
46
- <id>coupon-create-1296774903</id>
47
- <account_code>coupon-create-1296774903</account_code>
48
- <username></username>
49
- <email>verena@test.com</email>
50
- <first_name>Verena</first_name>
51
- <last_name>Test</last_name>
52
- <company_name>Recurly Ruby Gem</company_name>
53
- <balance_in_cents type="integer">0</balance_in_cents>
54
- <closed type="boolean">false</closed>
55
- <hosted_login_token>b5b6067e27d3415886a55975aed02797</hosted_login_token>
56
- <created_at type="datetime">2011-09-22T22:01:47Z</created_at>
57
- <state>active</state>
58
- </account>
59
-
60
- http_version: "1.1"
61
- - !ruby/struct:VCR::HTTPInteraction
62
- request: !ruby/struct:VCR::Request
63
- method: :post
64
- uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/coupon-create-1296774903/coupon.xml
65
- body: |
66
- <?xml version="1.0" encoding="UTF-8"?>
67
- <coupon>
68
- <coupon-code>coupon</coupon-code>
69
- </coupon>
70
-
71
- headers:
72
- user-agent:
73
- - Recurly Ruby Client v0.4.13
74
- content-type:
75
- - application/xml
76
- response: !ruby/struct:VCR::Response
77
- status: !ruby/struct:VCR::ResponseStatus
78
- code: 404
79
- message: Not Found
80
- headers:
81
- content-type:
82
- - application/xml; charset=utf-8
83
- cache-control:
84
- - no-cache
85
- x-ua-compatible:
86
- - IE=Edge
87
- set-cookie:
88
- - _recurly_session=745e525b8f793b787dc0d6bc308472bd; domain=.lvh.me; path=/; HttpOnly
89
- server:
90
- - thin 1.2.11 codename Bat-Shit Crazy
91
- body: |
92
- <?xml version="1.0" encoding="UTF-8"?>
93
- <errors>
94
- <error>Coupon not found</error>
95
- </errors>
96
-
97
- http_version: "1.1"