recurly 0.4.8 → 0.4.10

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

Potentially problematic release.


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

Files changed (114) hide show
  1. data/README.md +2 -2
  2. data/lib/recurly.rb +2 -1
  3. data/lib/recurly/account.rb +2 -2
  4. data/lib/recurly/base.rb +30 -12
  5. data/lib/recurly/billing_info.rb +2 -2
  6. data/lib/recurly/exceptions.rb +13 -0
  7. data/lib/recurly/plan.rb +1 -1
  8. data/lib/recurly/subscription.rb +2 -2
  9. data/lib/recurly/transaction.rb +2 -2
  10. data/lib/recurly/transparent.rb +1 -1
  11. data/lib/recurly/verification.rb +77 -0
  12. data/lib/recurly/version.rb +1 -1
  13. data/spec/config/recurly.yml +4 -4
  14. data/spec/integration/account_spec.rb +12 -0
  15. data/spec/integration/billing_info_spec.rb +2 -2
  16. data/spec/integration/charge_spec.rb +0 -1
  17. data/spec/integration/plan_spec.rb +2 -2
  18. data/spec/support/vcr.rb +2 -2
  19. data/spec/unit/verification_spec.rb +76 -0
  20. data/spec/vcr/account/accept-language-account/1313708721.yml +39 -0
  21. data/spec/vcr/account/close/1313708721.yml +104 -0
  22. data/spec/vcr/account/create-blank/1313708721.yml +33 -0
  23. data/spec/vcr/account/create-duplicate/1313708721.yml +69 -0
  24. data/spec/vcr/account/create-min/1313708721.yml +38 -0
  25. data/spec/vcr/account/create/1313708721.yml +39 -0
  26. data/spec/vcr/account/find/1313708721.yml +107 -0
  27. data/spec/vcr/account/list/1313708721.yml +878 -0
  28. data/spec/vcr/account/update/1313708721.yml +158 -0
  29. data/spec/vcr/billing/create/1313708721.yml +118 -0
  30. data/spec/vcr/billing/destroy/1313708721.yml +177 -0
  31. data/spec/vcr/billing/errors/1313708721.yml +71 -0
  32. data/spec/vcr/billing/find/1313708721.yml +156 -0
  33. data/spec/vcr/billing/update/1313708721.yml +159 -0
  34. data/spec/vcr/charge/create/1313708721.yml +153 -0
  35. data/spec/vcr/charge/delete-uninvoiced/1313708721.yml +206 -0
  36. data/spec/vcr/charge/list-all/1313708721.yml +198 -0
  37. data/spec/vcr/charge/list-invoiced/1313708721.yml +294 -0
  38. data/spec/vcr/charge/list-pending/1313708721.yml +200 -0
  39. data/spec/vcr/charge/lookup/1313708721.yml +112 -0
  40. data/spec/vcr/coupon/create/1296774903.yml +96 -170
  41. data/spec/vcr/coupon/destroy/1296774903.yml +114 -190
  42. data/spec/vcr/credit/create/1313708090.yml +112 -0
  43. data/spec/vcr/credit/delete/1313708090.yml +171 -0
  44. data/spec/vcr/credit/list/1313708090.yml +198 -0
  45. data/spec/vcr/credit/lookup/1313708090.yml +112 -0
  46. data/spec/vcr/invoice/create-no-charges/1296674173.yml +100 -185
  47. data/spec/vcr/invoice/create/1296674173.yml +182 -328
  48. data/spec/vcr/invoice/list/1296674173.yml +255 -442
  49. data/spec/vcr/invoice/lookup/1296674173.yml +187 -331
  50. data/spec/vcr/plan/all.yml +210 -253
  51. data/spec/vcr/plan/find.yml +115 -187
  52. data/spec/vcr/plan/update.yml +105 -187
  53. data/spec/vcr/subscription/addons/add/1296674173.yml +269 -212
  54. data/spec/vcr/subscription/addons/create/1296674173.yml +172 -212
  55. data/spec/vcr/subscription/addons/remove/1296674173.yml +257 -212
  56. data/spec/vcr/subscription/cancel-with-code/1296674173.yml +271 -452
  57. data/spec/vcr/subscription/cancel/1296674173.yml +234 -394
  58. data/spec/vcr/subscription/change1/1296674173.yml +237 -402
  59. data/spec/vcr/subscription/change2/1296674173.yml +238 -402
  60. data/spec/vcr/subscription/create/1296674173.yml +123 -221
  61. data/spec/vcr/subscription/find/1296674173.yml +161 -279
  62. data/spec/vcr/subscription/reactivate/1296674173.yml +261 -431
  63. data/spec/vcr/subscription/refund-full/1296674173.yml +223 -373
  64. data/spec/vcr/subscription/refund-none/1296674173.yml +223 -373
  65. data/spec/vcr/subscription/refund-partial/1296674173.yml +223 -373
  66. data/spec/vcr/transaction/all/1311126815.yml +215 -0
  67. data/spec/vcr/transaction/create-no-account/1311126815.yml +51 -0
  68. data/spec/vcr/transaction/create-with-account/1311126815.yml +125 -0
  69. data/spec/vcr/transaction/list-filled/1311126815.yml +349 -0
  70. data/spec/vcr/transaction/list-initial/1311126815.yml +123 -0
  71. data/spec/vcr/transaction/lookup/1311126815.yml +335 -0
  72. data/spec/vcr/transaction/refund/1311126815.yml +163 -0
  73. data/spec/vcr/transaction/void/1311126815.yml +215 -0
  74. data/spec/vcr/transparent/post-url/1311239470.yml +76 -0
  75. metadata +207 -154
  76. data/spec/vcr/account/accept-language-account/1296674173.yml +0 -70
  77. data/spec/vcr/account/close/1296674173.yml +0 -164
  78. data/spec/vcr/account/create-blank/1296674173.yml +0 -52
  79. data/spec/vcr/account/create-duplicate/1296674173.yml +0 -116
  80. data/spec/vcr/account/create-min/1296674173.yml +0 -66
  81. data/spec/vcr/account/create/1296674173.yml +0 -70
  82. data/spec/vcr/account/find/1296674173.yml +0 -169
  83. data/spec/vcr/account/list/1296674173.yml +0 -55
  84. data/spec/vcr/account/update/1296674173.yml +0 -258
  85. data/spec/vcr/billing/create/1296690812.yml +0 -215
  86. data/spec/vcr/billing/destroy/1296690812.yml +0 -294
  87. data/spec/vcr/billing/find/1296690812.yml +0 -280
  88. data/spec/vcr/billing/update/1296690812.yml +0 -297
  89. data/spec/vcr/charge/create/1296674173.yml +0 -262
  90. data/spec/vcr/charge/delete-uninvoiced/1296674173.yml +0 -307
  91. data/spec/vcr/charge/list-all/1296674173.yml +0 -316
  92. data/spec/vcr/charge/list-invoiced/1296674173.yml +0 -468
  93. data/spec/vcr/charge/list-pending/1296674173.yml +0 -316
  94. data/spec/vcr/charge/lookup/1296674173.yml +0 -180
  95. data/spec/vcr/coupon/create/1296688818.yml +0 -183
  96. data/spec/vcr/coupon/destroy/1296688818.yml +0 -207
  97. data/spec/vcr/credit/create/1296674173.yml +0 -121
  98. data/spec/vcr/credit/delete/1296674173.yml +0 -121
  99. data/spec/vcr/credit/list/1296674173.yml +0 -121
  100. data/spec/vcr/credit/lookup/1296674173.yml +0 -121
  101. data/spec/vcr/plan/delete/1296674173.yml +0 -225
  102. data/spec/vcr/transaction/all/1296674173.yml +0 -389
  103. data/spec/vcr/transaction/create-no-account/1296674173.yml +0 -93
  104. data/spec/vcr/transaction/create-with-account/1296674173.yml +0 -225
  105. data/spec/vcr/transaction/list-filled/1296674173.yml +0 -487
  106. data/spec/vcr/transaction/list-initial/1296674173.yml +0 -217
  107. data/spec/vcr/transaction/lookup/1296674173.yml +0 -563
  108. data/spec/vcr/transaction/refund/1296674173.yml +0 -287
  109. data/spec/vcr/transaction/void/1296674173.yml +0 -352
  110. data/spec/vcr/transparent/post-url/1311127536.yml +0 -0
  111. data/spec/vcr/transparent/post-url/1311127583.yml +0 -0
  112. data/spec/vcr/transparent/post-url/1311128042.yml +0 -0
  113. data/spec/vcr/transparent/post-url/1311128073.yml +0 -0
  114. data/spec/vcr/transparent/post-url/1311128087.yml +0 -0
@@ -1,183 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts.xml
6
- body: |
7
- <?xml version="1.0" encoding="UTF-8"?>
8
- <account>
9
- <account-code>coupon-create-1296688818</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
- <accept-language type="yaml" nil="true"></accept-language>
15
- </account>
16
-
17
- headers:
18
- authorization:
19
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
20
- content-type:
21
- - application/xml
22
- accept:
23
- - "*/*"
24
- user-agent:
25
- - Ruby
26
- connection:
27
- - close
28
- response: !ruby/struct:VCR::Response
29
- status: !ruby/struct:VCR::ResponseStatus
30
- code: 201
31
- message: "Created "
32
- headers:
33
- cache-control:
34
- - no-cache
35
- location:
36
- - http://litle-test.recurly.local:3000/accounts/coupon-create-1296688818
37
- x-runtime:
38
- - "483"
39
- content-type:
40
- - application/xml; charset=utf-8
41
- content-length:
42
- - "581"
43
- server:
44
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
45
- date:
46
- - Thu, 03 Feb 2011 22:19:20 GMT
47
- connection:
48
- - close
49
- set-cookie:
50
- - account_credentials=2a7936c545d00f94857e0c76d3d76652f7fef5968e53070f98509b4488800f0f620c1502444cfd13c746d2286cbcd77b652e53c665a1c008e4403c2e4eb5c4b1%3A%3A; domain=.recurly.local; path=/
51
- - ""
52
- - _recurly_session=03e3d05cee1b18a1574f53271d9da774; domain=.recurly.local; path=/; HttpOnly
53
- body: |
54
- <?xml version="1.0" encoding="UTF-8"?>
55
- <account>
56
- <id>coupon-create-1296688818</id>
57
- <account_code>coupon-create-1296688818</account_code>
58
- <username></username>
59
- <email>verena@test.com</email>
60
- <first_name>Verena</first_name>
61
- <last_name>Test</last_name>
62
- <company_name>Recurly Ruby Gem</company_name>
63
- <balance_in_cents type="integer">0</balance_in_cents>
64
- <closed type="boolean">false</closed>
65
- <hosted_login_token>f0016ed8cbcf41b48370d836dc848109</hosted_login_token>
66
- <created_at type="datetime">2011-02-03T22:19:20Z</created_at>
67
- <state>active</state>
68
- </account>
69
-
70
- http_version: "1.1"
71
- - !ruby/struct:VCR::HTTPInteraction
72
- request: !ruby/struct:VCR::Request
73
- method: :post
74
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/coupon-create-1296688818/coupon.xml
75
- body: |
76
- <?xml version="1.0" encoding="UTF-8"?>
77
- <coupon>
78
- <coupon-code>coupon</coupon-code>
79
- </coupon>
80
-
81
- headers:
82
- authorization:
83
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
84
- content-type:
85
- - application/xml
86
- accept:
87
- - "*/*"
88
- user-agent:
89
- - Ruby
90
- connection:
91
- - close
92
- response: !ruby/struct:VCR::Response
93
- status: !ruby/struct:VCR::ResponseStatus
94
- code: 201
95
- message: "Created "
96
- headers:
97
- cache-control:
98
- - no-cache
99
- x-runtime:
100
- - "293"
101
- content-type:
102
- - application/xml; charset=utf-8
103
- content-length:
104
- - "522"
105
- server:
106
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
107
- date:
108
- - Thu, 03 Feb 2011 22:19:22 GMT
109
- connection:
110
- - close
111
- set-cookie:
112
- - _recurly_session=0e5cede6ea512add19f1fb53a4c2c6cd; domain=.recurly.local; path=/; HttpOnly
113
- body: |
114
- <?xml version="1.0" encoding="UTF-8"?>
115
- <coupon>
116
- <account_code>coupon-create-1296688818</account_code>
117
- <coupon_code>coupon</coupon_code>
118
- <name>coupon</name>
119
- <discount_in_cents type="integer"></discount_in_cents>
120
- <discount_percent type="integer">15</discount_percent>
121
- <redemption>
122
- <account_code>coupon-create-1296688818</account_code>
123
- <redeemed_at type="datetime">2011-02-03 22:19:22 UTC</redeemed_at>
124
- <total_discounted_in_cents type="integer">0</total_discounted_in_cents>
125
- </redemption>
126
- </coupon>
127
-
128
- http_version: "1.1"
129
- - !ruby/struct:VCR::HTTPInteraction
130
- request: !ruby/struct:VCR::Request
131
- method: :get
132
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/coupon-create-1296688818/coupon.xml
133
- body:
134
- headers:
135
- authorization:
136
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
137
- accept:
138
- - application/xml
139
- accept-encoding:
140
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
141
- user-agent:
142
- - Ruby
143
- connection:
144
- - close
145
- response: !ruby/struct:VCR::Response
146
- status: !ruby/struct:VCR::ResponseStatus
147
- code: 200
148
- message: "OK "
149
- headers:
150
- x-runtime:
151
- - "253"
152
- content-type:
153
- - application/xml; charset=utf-8
154
- etag:
155
- - "\"90327603dcc2147a16e9fb91ae976062\""
156
- cache-control:
157
- - private, max-age=0, must-revalidate
158
- content-length:
159
- - "522"
160
- server:
161
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
162
- date:
163
- - Thu, 03 Feb 2011 22:19:24 GMT
164
- connection:
165
- - close
166
- set-cookie:
167
- - _recurly_session=b6b41696ec251118381e38cae2664bb2; domain=.recurly.local; path=/; HttpOnly
168
- body: |
169
- <?xml version="1.0" encoding="UTF-8"?>
170
- <coupon>
171
- <account_code>coupon-create-1296688818</account_code>
172
- <coupon_code>coupon</coupon_code>
173
- <name>coupon</name>
174
- <discount_in_cents type="integer"></discount_in_cents>
175
- <discount_percent type="integer">15</discount_percent>
176
- <redemption>
177
- <account_code>coupon-create-1296688818</account_code>
178
- <redeemed_at type="datetime">2011-02-03 22:19:22 UTC</redeemed_at>
179
- <total_discounted_in_cents type="integer">0</total_discounted_in_cents>
180
- </redemption>
181
- </coupon>
182
-
183
- http_version: "1.1"
@@ -1,207 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts.xml
6
- body: |
7
- <?xml version="1.0" encoding="UTF-8"?>
8
- <account>
9
- <account-code>coupon-destroy-1296688818</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
- <accept-language type="yaml" nil="true"></accept-language>
15
- </account>
16
-
17
- headers:
18
- authorization:
19
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
20
- content-type:
21
- - application/xml
22
- accept:
23
- - "*/*"
24
- user-agent:
25
- - Ruby
26
- connection:
27
- - close
28
- response: !ruby/struct:VCR::Response
29
- status: !ruby/struct:VCR::ResponseStatus
30
- code: 201
31
- message: "Created "
32
- headers:
33
- cache-control:
34
- - no-cache
35
- location:
36
- - http://litle-test.recurly.local:3000/accounts/coupon-destroy-1296688818
37
- x-runtime:
38
- - "623"
39
- content-type:
40
- - application/xml; charset=utf-8
41
- content-length:
42
- - "583"
43
- server:
44
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
45
- date:
46
- - Thu, 03 Feb 2011 22:19:27 GMT
47
- connection:
48
- - close
49
- set-cookie:
50
- - account_credentials=668c2883f0ac8767e186d42d39ec44e8ffc076327aa1ad3ffbd84f5e373c698e21eb93bd331b416c13571b48a66d2206b611a89e867759206c45c30d3d31b033%3A%3A; domain=.recurly.local; path=/
51
- - ""
52
- - _recurly_session=247668332584cc3dbdc783c05e0fe3eb; domain=.recurly.local; path=/; HttpOnly
53
- body: |
54
- <?xml version="1.0" encoding="UTF-8"?>
55
- <account>
56
- <id>coupon-destroy-1296688818</id>
57
- <account_code>coupon-destroy-1296688818</account_code>
58
- <username></username>
59
- <email>verena@test.com</email>
60
- <first_name>Verena</first_name>
61
- <last_name>Test</last_name>
62
- <company_name>Recurly Ruby Gem</company_name>
63
- <balance_in_cents type="integer">0</balance_in_cents>
64
- <closed type="boolean">false</closed>
65
- <hosted_login_token>5f286e20e92249308a61ba779d6bb3ba</hosted_login_token>
66
- <created_at type="datetime">2011-02-03T22:19:27Z</created_at>
67
- <state>active</state>
68
- </account>
69
-
70
- http_version: "1.1"
71
- - !ruby/struct:VCR::HTTPInteraction
72
- request: !ruby/struct:VCR::Request
73
- method: :post
74
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/coupon-destroy-1296688818/coupon.xml
75
- body: |
76
- <?xml version="1.0" encoding="UTF-8"?>
77
- <coupon>
78
- <coupon-code>coupon</coupon-code>
79
- </coupon>
80
-
81
- headers:
82
- authorization:
83
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
84
- content-type:
85
- - application/xml
86
- accept:
87
- - "*/*"
88
- user-agent:
89
- - Ruby
90
- connection:
91
- - close
92
- response: !ruby/struct:VCR::Response
93
- status: !ruby/struct:VCR::ResponseStatus
94
- code: 201
95
- message: "Created "
96
- headers:
97
- cache-control:
98
- - no-cache
99
- x-runtime:
100
- - "377"
101
- content-type:
102
- - application/xml; charset=utf-8
103
- content-length:
104
- - "524"
105
- server:
106
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
107
- date:
108
- - Thu, 03 Feb 2011 22:19:29 GMT
109
- connection:
110
- - close
111
- set-cookie:
112
- - _recurly_session=34557113be2a6095ec883937a2311a20; domain=.recurly.local; path=/; HttpOnly
113
- body: |
114
- <?xml version="1.0" encoding="UTF-8"?>
115
- <coupon>
116
- <account_code>coupon-destroy-1296688818</account_code>
117
- <coupon_code>coupon</coupon_code>
118
- <name>coupon</name>
119
- <discount_in_cents type="integer"></discount_in_cents>
120
- <discount_percent type="integer">15</discount_percent>
121
- <redemption>
122
- <account_code>coupon-destroy-1296688818</account_code>
123
- <redeemed_at type="datetime">2011-02-03 22:19:29 UTC</redeemed_at>
124
- <total_discounted_in_cents type="integer">0</total_discounted_in_cents>
125
- </redemption>
126
- </coupon>
127
-
128
- http_version: "1.1"
129
- - !ruby/struct:VCR::HTTPInteraction
130
- request: !ruby/struct:VCR::Request
131
- method: :delete
132
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/coupon-destroy-1296688818/coupon.xml
133
- body:
134
- headers:
135
- authorization:
136
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
137
- accept:
138
- - application/xml
139
- user-agent:
140
- - Ruby
141
- connection:
142
- - close
143
- response: !ruby/struct:VCR::Response
144
- status: !ruby/struct:VCR::ResponseStatus
145
- code: 200
146
- message: "OK "
147
- headers:
148
- cache-control:
149
- - no-cache
150
- x-runtime:
151
- - "71"
152
- content-type:
153
- - application/xml; charset=utf-8
154
- content-length:
155
- - "1"
156
- server:
157
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
158
- date:
159
- - Thu, 03 Feb 2011 22:19:31 GMT
160
- connection:
161
- - close
162
- set-cookie:
163
- - _recurly_session=4d57ea82bd4d31080d6d0a45c2e55797; domain=.recurly.local; path=/; HttpOnly
164
- body: " "
165
- http_version: "1.1"
166
- - !ruby/struct:VCR::HTTPInteraction
167
- request: !ruby/struct:VCR::Request
168
- method: :get
169
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/coupon-destroy-1296688818/coupon.xml
170
- body:
171
- headers:
172
- authorization:
173
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
174
- accept:
175
- - application/xml
176
- accept-encoding:
177
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
178
- user-agent:
179
- - Ruby
180
- connection:
181
- - close
182
- response: !ruby/struct:VCR::Response
183
- status: !ruby/struct:VCR::ResponseStatus
184
- code: 404
185
- message: "Not Found "
186
- headers:
187
- cache-control:
188
- - no-cache
189
- content-type:
190
- - application/xml; charset=utf-8
191
- content-length:
192
- - "92"
193
- server:
194
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
195
- date:
196
- - Thu, 03 Feb 2011 22:19:32 GMT
197
- connection:
198
- - close
199
- set-cookie:
200
- - _recurly_session=e2c9db9faf3975dac6b70032c7cfc6bc; domain=.recurly.local; path=/; HttpOnly
201
- body: |
202
- <?xml version="1.0" encoding="UTF-8"?>
203
- <errors>
204
- <error>Coupon not found</error>
205
- </errors>
206
-
207
- http_version: "1.1"
@@ -1,121 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts.xml
6
- body: |
7
- <?xml version="1.0" encoding="UTF-8"?>
8
- <account>
9
- <account-code>credit-create-1296674173</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
- <accept-language type="yaml" nil="true"></accept-language>
15
- </account>
16
-
17
- headers:
18
- authorization:
19
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
20
- content-type:
21
- - application/xml
22
- accept:
23
- - "*/*"
24
- user-agent:
25
- - Ruby
26
- connection:
27
- - close
28
- response: !ruby/struct:VCR::Response
29
- status: !ruby/struct:VCR::ResponseStatus
30
- code: 201
31
- message: "Created "
32
- headers:
33
- cache-control:
34
- - no-cache
35
- location:
36
- - http://litle-test.recurly.local:3000/accounts/credit-create-1296674173
37
- x-runtime:
38
- - "649"
39
- content-type:
40
- - application/xml; charset=utf-8
41
- content-length:
42
- - "581"
43
- server:
44
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
45
- date:
46
- - Thu, 03 Feb 2011 22:19:35 GMT
47
- connection:
48
- - close
49
- set-cookie:
50
- - account_credentials=42afaf7f17fb318a77c329f313304bec39e92324b07b32ca27f6395e9ea2604afcb1028c435a94e0592fc12242aaeb3132711eb49fbe65c3eeabfa8c54dee428%3A%3A; domain=.recurly.local; path=/
51
- - ""
52
- - _recurly_session=d7dcb3335f4368cd2f11491575805c26; domain=.recurly.local; path=/; HttpOnly
53
- body: |
54
- <?xml version="1.0" encoding="UTF-8"?>
55
- <account>
56
- <id>credit-create-1296674173</id>
57
- <account_code>credit-create-1296674173</account_code>
58
- <username></username>
59
- <email>verena@test.com</email>
60
- <first_name>Verena</first_name>
61
- <last_name>Test</last_name>
62
- <company_name>Recurly Ruby Gem</company_name>
63
- <balance_in_cents type="integer">0</balance_in_cents>
64
- <closed type="boolean">false</closed>
65
- <hosted_login_token>da1bc25358ad458f8bbb6d21bea375c4</hosted_login_token>
66
- <created_at type="datetime">2011-02-03T22:19:35Z</created_at>
67
- <state>active</state>
68
- </account>
69
-
70
- http_version: "1.1"
71
- - !ruby/struct:VCR::HTTPInteraction
72
- request: !ruby/struct:VCR::Request
73
- method: :post
74
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/credit-create-1296674173/credits.xml
75
- body: |
76
- <?xml version="1.0" encoding="UTF-8"?>
77
- <credit>
78
- <amount type="float">10.05</amount>
79
- <description>free moniez</description>
80
- </credit>
81
-
82
- headers:
83
- authorization:
84
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
85
- content-type:
86
- - application/xml
87
- accept:
88
- - "*/*"
89
- user-agent:
90
- - Ruby
91
- connection:
92
- - close
93
- response: !ruby/struct:VCR::Response
94
- status: !ruby/struct:VCR::ResponseStatus
95
- code: 422
96
- message: ""
97
- headers:
98
- cache-control:
99
- - no-cache
100
- x-runtime:
101
- - "283"
102
- content-type:
103
- - application/xml; charset=utf-8
104
- content-length:
105
- - "223"
106
- server:
107
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
108
- date:
109
- - Thu, 03 Feb 2011 22:19:37 GMT
110
- connection:
111
- - close
112
- set-cookie:
113
- - _recurly_session=36eb7972ce88bf513f9a8d31d18388f7; domain=.recurly.local; path=/; HttpOnly
114
- body: |
115
- <?xml version="1.0" encoding="UTF-8"?>
116
- <errors>
117
- <error field="unit_amount_in_cents">Unit amount in cents can't be blank</error>
118
- <error field="unit_amount_in_cents">Unit amount in cents is not a number</error>
119
- </errors>
120
-
121
- http_version: "1.1"