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,355 +1,211 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
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>invoice-lookup-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:
5
+ uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts.xml
6
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<account>\n <account-code>invoice-lookup-1296674173</account-code>\n
7
+ \ <first-name>Verena</first-name>\n <last-name>Test</last-name>\n <email>verena@test.com</email>\n
8
+ \ <company-name>Recurly Ruby Gem</company-name>\n <billing-info>\n <credit-card>\n
9
+ \ </credit-card>\n </billing-info>\n <accept-language nil=\"true\"></accept-language>\n</account>\n"
10
+ headers:
11
+ user-agent:
12
+ - Recurly Ruby Client v0.4.10
13
+ content-type:
21
14
  - 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
15
+ response: !ruby/struct:VCR::Response
16
+ status: !ruby/struct:VCR::ResponseStatus
30
17
  code: 201
31
- message: "Created "
32
- headers:
33
- cache-control:
34
- - no-cache
35
- location:
36
- - http://litle-test.recurly.local:3000/accounts/invoice-lookup-1296674173
37
- x-runtime:
38
- - "712"
39
- content-type:
18
+ message: Created
19
+ headers:
20
+ location:
21
+ - http://app.lvh.me:3000/accounts/invoice-lookup-1296674173
22
+ content-type:
40
23
  - 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:20:29 GMT
47
- connection:
48
- - close
49
- set-cookie:
50
- - account_credentials=b0829d2cf37306f3c3313000e53ce5d639093d340416f97bc55fea79166ee0ba1ac54efa38552e2c28d32e607f3ffb4fefd608ffeb04e3ee89e720f51648bb0a%3A%3A; domain=.recurly.local; path=/
51
- - ""
52
- - _recurly_session=2732f2a17e24fe7694ac8ed3c64d0258; domain=.recurly.local; path=/; HttpOnly
53
- body: |
54
- <?xml version="1.0" encoding="UTF-8"?>
55
- <account>
56
- <id>invoice-lookup-1296674173</id>
57
- <account_code>invoice-lookup-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>375c54f7e83b4af5b0abb2a9e90077b5</hosted_login_token>
66
- <created_at type="datetime">2011-02-03T22:20:29Z</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
24
+ cache-control:
25
+ - no-cache
26
+ x-ua-compatible:
27
+ - IE=Edge
28
+ set-cookie:
29
+ - _recurly_session=6acb66c232d5d6160c8df5ccbe7954fe; domain=.lvh.me; path=/;
30
+ HttpOnly
31
+ server:
32
+ - thin 1.2.11 codename Bat-Shit Crazy
33
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<account>\n <id>invoice-lookup-1296674173</id>\n
34
+ \ <account_code>invoice-lookup-1296674173</account_code>\n <username></username>\n
35
+ \ <email>verena@test.com</email>\n <first_name>Verena</first_name>\n <last_name>Test</last_name>\n
36
+ \ <company_name>Recurly Ruby Gem</company_name>\n <balance_in_cents type=\"integer\">0</balance_in_cents>\n
37
+ \ <closed type=\"boolean\">false</closed>\n <hosted_login_token>c8c01bf0491a4e85aacf24b16150338b</hosted_login_token>\n
38
+ \ <created_at type=\"datetime\">2011-08-19T20:01:57Z</created_at>\n <state>active</state>\n</account>\n"
39
+ http_version: '1.1'
40
+ - !ruby/struct:VCR::HTTPInteraction
41
+ request: !ruby/struct:VCR::Request
73
42
  method: :put
74
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/invoice-lookup-1296674173/billing_info.xml
75
- body: |
76
- <?xml version="1.0" encoding="UTF-8"?>
77
- <billing-info>
78
- <address1>123 Test St</address1>
79
- <city>San Francisco</city>
80
- <state>CA</state>
81
- <zip>94115</zip>
82
- <country>US</country>
83
- <credit-card>
84
- <number>4111111111111111</number>
85
- <year type="integer">2012</year>
86
- <month type="integer">2</month>
87
- <verification-value>123</verification-value>
88
- </credit-card>
89
- <account-code>invoice-lookup-1296674173</account-code>
90
- <first-name>Verena</first-name>
91
- <last-name>Test</last-name>
92
- </billing-info>
93
-
94
- headers:
95
- authorization:
96
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
97
- content-type:
43
+ uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-lookup-1296674173/billing_info.xml
44
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<billing-info>\n <first-name>Verena</first-name>\n
45
+ \ <last-name>Test</last-name>\n <address1>123 Test St</address1>\n <city>San
46
+ Francisco</city>\n <state>CA</state>\n <zip>94115</zip>\n <country>US</country>\n
47
+ \ <credit-card>\n <number>4111111111111111</number>\n <year type=\"integer\">2012</year>\n
48
+ \ <month type=\"integer\">8</month>\n <verification-value>123</verification-value>\n
49
+ \ </credit-card>\n <account-code>invoice-lookup-1296674173</account-code>\n</billing-info>\n"
50
+ headers:
51
+ user-agent:
52
+ - Recurly Ruby Client v0.4.10
53
+ content-type:
98
54
  - application/xml
99
- accept:
100
- - "*/*"
101
- user-agent:
102
- - Ruby
103
- connection:
104
- - close
105
- response: !ruby/struct:VCR::Response
106
- status: !ruby/struct:VCR::ResponseStatus
55
+ response: !ruby/struct:VCR::Response
56
+ status: !ruby/struct:VCR::ResponseStatus
107
57
  code: 200
108
- message: "OK "
109
- headers:
110
- x-runtime:
111
- - "1658"
112
- content-type:
58
+ message: OK
59
+ headers:
60
+ content-type:
113
61
  - application/xml; charset=utf-8
114
- etag:
115
- - "\"d3c44deb1e11a9026489aa62eefa07b9\""
116
- cache-control:
117
- - private, max-age=0, must-revalidate
118
- content-length:
119
- - "640"
120
- server:
121
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
122
- date:
123
- - Thu, 03 Feb 2011 22:20:33 GMT
124
- connection:
125
- - close
126
- set-cookie:
127
- - _recurly_session=af02fbe0f6ba19f0d5ee19d02527e259; domain=.recurly.local; path=/; HttpOnly
128
- body: |
129
- <?xml version="1.0" encoding="UTF-8"?>
130
- <billing_info>
131
- <account_code>invoice-lookup-1296674173</account_code>
132
- <first_name>Verena</first_name>
133
- <last_name>Test</last_name>
134
- <address1>123 Test St</address1>
135
- <address2></address2>
136
- <city>San Francisco</city>
137
- <state>CA</state>
138
- <country>US</country>
139
- <zip>94115</zip>
140
- <phone></phone>
141
- <vat_number></vat_number>
142
- <ip_address></ip_address>
143
- <credit_card>
144
- <type>visa</type>
145
- <last_four>1111</last_four>
146
- <month type="integer">2</month>
147
- <year type="integer">2012</year>
148
- </credit_card>
149
- <updated_at type="datetime">2011-02-03T22:20:33Z</updated_at>
150
- </billing_info>
151
-
152
- http_version: "1.1"
153
- - !ruby/struct:VCR::HTTPInteraction
154
- request: !ruby/struct:VCR::Request
62
+ etag:
63
+ - ! '"6a33ef3c54cfcd91d53c5a9397c84323"'
64
+ cache-control:
65
+ - max-age=0, private, must-revalidate
66
+ x-ua-compatible:
67
+ - IE=Edge
68
+ set-cookie:
69
+ - _recurly_session=bf5cd84159688da0b5f82dc636d8c0d3; domain=.lvh.me; path=/;
70
+ HttpOnly
71
+ server:
72
+ - thin 1.2.11 codename Bat-Shit Crazy
73
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<billing_info>\n <account_code>invoice-lookup-1296674173</account_code>\n
74
+ \ <first_name>Verena</first_name>\n <last_name>Test</last_name>\n <address1>123
75
+ Test St</address1>\n <address2></address2>\n <city>San Francisco</city>\n
76
+ \ <state>CA</state>\n <country>US</country>\n <zip>94115</zip>\n <phone></phone>\n
77
+ \ <vat_number></vat_number>\n <ip_address></ip_address>\n <credit_card>\n
78
+ \ <type>visa</type>\n <last_four>1111</last_four>\n <month type=\"integer\">8</month>\n
79
+ \ <year type=\"integer\">2012</year>\n </credit_card>\n <updated_at type=\"datetime\">2011-08-19T20:02:00Z</updated_at>\n</billing_info>\n"
80
+ http_version: '1.1'
81
+ - !ruby/struct:VCR::HTTPInteraction
82
+ request: !ruby/struct:VCR::Request
155
83
  method: :post
156
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/invoice-lookup-1296674173/charges.xml
157
- body: |
158
- <?xml version="1.0" encoding="UTF-8"?>
159
- <charge>
160
- <amount type="float">15.0</amount>
161
- <description>charge description</description>
162
- </charge>
163
-
164
- headers:
165
- authorization:
166
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
167
- content-type:
84
+ uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-lookup-1296674173/charges.xml
85
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<charge>\n <amount type=\"float\">15.0</amount>\n
86
+ \ <description>charge description</description>\n</charge>\n"
87
+ headers:
88
+ user-agent:
89
+ - Recurly Ruby Client v0.4.10
90
+ content-type:
168
91
  - application/xml
169
- accept:
170
- - "*/*"
171
- user-agent:
172
- - Ruby
173
- connection:
174
- - close
175
- response: !ruby/struct:VCR::Response
176
- status: !ruby/struct:VCR::ResponseStatus
92
+ response: !ruby/struct:VCR::Response
93
+ status: !ruby/struct:VCR::ResponseStatus
177
94
  code: 201
178
- message: "Created "
179
- headers:
180
- cache-control:
181
- - no-cache
182
- x-runtime:
183
- - "459"
184
- content-type:
95
+ message: Created
96
+ headers:
97
+ content-type:
185
98
  - application/xml; charset=utf-8
186
- content-length:
187
- - "519"
188
- server:
189
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
190
- date:
191
- - Thu, 03 Feb 2011 22:20:35 GMT
192
- connection:
193
- - close
194
- set-cookie:
195
- - _recurly_session=af2011f8c41f08b945be76e0c0ac6464; domain=.recurly.local; path=/; HttpOnly
196
- body: |
197
- <?xml version="1.0" encoding="UTF-8"?>
198
- <charge type="charge">
199
- <id>b2abd03ab22747e5b7a1445d23d80655</id>
200
- <account_code>invoice-lookup-1296674173</account_code>
201
- <amount_in_cents type="integer">1500</amount_in_cents>
202
- <start_date type="datetime">2011-02-03T22:20:35Z</start_date>
203
- <end_date nil="true" type="datetime"></end_date>
204
- <invoice_number nil="true" type="integer"></invoice_number>
205
- <description>charge description</description>
206
- <created_at type="datetime">2011-02-03T22:20:35Z</created_at>
207
- </charge>
208
-
209
- http_version: "1.1"
210
- - !ruby/struct:VCR::HTTPInteraction
211
- request: !ruby/struct:VCR::Request
99
+ cache-control:
100
+ - no-cache
101
+ x-ua-compatible:
102
+ - IE=Edge
103
+ set-cookie:
104
+ - _recurly_session=a293f8e41191168ee819af7004eda3d6; domain=.lvh.me; path=/;
105
+ HttpOnly
106
+ server:
107
+ - thin 1.2.11 codename Bat-Shit Crazy
108
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<charge type=\"charge\">\n
109
+ \ <id>ff46c29bae754aaca69f2fed9ad7cb93</id>\n <account_code>invoice-lookup-1296674173</account_code>\n
110
+ \ <quantity type=\"integer\">1</quantity>\n <unit_amount_in_cents type=\"integer\">1500</unit_amount_in_cents>\n
111
+ \ <amount_in_cents type=\"integer\">1500</amount_in_cents>\n <currency>USD</currency>\n
112
+ \ <start_date type=\"datetime\">2011-08-19T20:02:01Z</start_date>\n <end_date
113
+ nil=\"true\" type=\"datetime\"></end_date>\n <invoice_number nil=\"true\" type=\"integer\"></invoice_number>\n
114
+ \ <description>charge description</description>\n <created_at type=\"datetime\">2011-08-19T20:02:01Z</created_at>\n</charge>\n"
115
+ http_version: '1.1'
116
+ - !ruby/struct:VCR::HTTPInteraction
117
+ request: !ruby/struct:VCR::Request
212
118
  method: :post
213
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/invoice-lookup-1296674173/invoices.xml
214
- body: |
215
- <?xml version="1.0" encoding="UTF-8"?>
119
+ uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-lookup-1296674173/invoices.xml
120
+ body: ! '<?xml version="1.0" encoding="UTF-8"?>
121
+
216
122
  <invoice>
123
+
217
124
  </invoice>
218
125
 
219
- headers:
220
- authorization:
221
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
222
- content-type:
126
+ '
127
+ headers:
128
+ user-agent:
129
+ - Recurly Ruby Client v0.4.10
130
+ content-type:
223
131
  - application/xml
224
- accept:
225
- - "*/*"
226
- user-agent:
227
- - Ruby
228
- connection:
229
- - close
230
- response: !ruby/struct:VCR::Response
231
- status: !ruby/struct:VCR::ResponseStatus
132
+ response: !ruby/struct:VCR::Response
133
+ status: !ruby/struct:VCR::ResponseStatus
232
134
  code: 201
233
- message: "Created "
234
- headers:
235
- cache-control:
236
- - no-cache
237
- location:
238
- - http://litle-test.recurly.local:3000/invoices/910ed0a5dc7b46118fa0b3100acc7e7a
239
- x-runtime:
240
- - "607"
241
- content-type:
135
+ message: Created
136
+ headers:
137
+ location:
138
+ - http://app.lvh.me:3000/invoices/8950497f59f04aa28f51ca21aa3810b2
139
+ content-type:
242
140
  - application/xml; charset=utf-8
243
- content-length:
244
- - "1214"
245
- server:
246
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
247
- date:
248
- - Thu, 03 Feb 2011 22:20:38 GMT
249
- connection:
250
- - close
251
- set-cookie:
252
- - _recurly_session=3f7d0ecc44d7af74b7a21f6f5fee283b; domain=.recurly.local; path=/; HttpOnly
253
- body: |
254
- <?xml version="1.0" encoding="UTF-8"?>
255
- <invoice>
256
- <id>910ed0a5dc7b46118fa0b3100acc7e7a</id>
257
- <account_code>invoice-lookup-1296674173</account_code>
258
- <date type="datetime">2011-02-03T22:20:38Z</date>
259
- <invoice_number type="integer">1238</invoice_number>
260
- <vat_number></vat_number>
261
- <status>open</status>
262
- <subtotal_in_cents type="integer">1500</subtotal_in_cents>
263
- <total_in_cents type="integer">1500</total_in_cents>
264
- <vat_amount_in_cents type="integer">0</vat_amount_in_cents>
265
- <paid_in_cents type="integer">0</paid_in_cents>
266
- <total_due_in_cents type="integer">1500</total_due_in_cents>
267
- <discount_in_cents type="integer">0</discount_in_cents>
268
- <line_items type="array">
269
- <line_item>
270
- <id>b2abd03ab22747e5b7a1445d23d80655</id>
271
- <type>charge</type>
272
- <amount_in_cents type="integer">1500</amount_in_cents>
273
- <start_date type="datetime">2011-02-03T22:20:35Z</start_date>
274
- <end_date nil="true" type="datetime"></end_date>
275
- <description>charge description</description>
276
- <created_at type="datetime">2011-02-03T22:20:35Z</created_at>
277
- <applied_coupon_code></applied_coupon_code>
278
- </line_item>
279
- </line_items>
280
- <payments type="array">
281
- </payments>
282
- </invoice>
283
-
284
- http_version: "1.1"
285
- - !ruby/struct:VCR::HTTPInteraction
286
- request: !ruby/struct:VCR::Request
141
+ cache-control:
142
+ - no-cache
143
+ x-ua-compatible:
144
+ - IE=Edge
145
+ set-cookie:
146
+ - _recurly_session=2be4b4d66b94dbac39c5fea9b88b60f5; domain=.lvh.me; path=/;
147
+ HttpOnly
148
+ server:
149
+ - thin 1.2.11 codename Bat-Shit Crazy
150
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<invoice>\n <id>8950497f59f04aa28f51ca21aa3810b2</id>\n
151
+ \ <account_code>invoice-lookup-1296674173</account_code>\n <date type=\"datetime\">2011-08-19T20:02:01Z</date>\n
152
+ \ <invoice_number type=\"integer\">1508</invoice_number>\n <vat_number></vat_number>\n
153
+ \ <status>open</status>\n <subtotal_in_cents type=\"integer\">1500</subtotal_in_cents>\n
154
+ \ <total_in_cents type=\"integer\">1500</total_in_cents>\n <vat_amount_in_cents
155
+ type=\"integer\">0</vat_amount_in_cents>\n <paid_in_cents type=\"integer\">0</paid_in_cents>\n
156
+ \ <total_due_in_cents type=\"integer\">1500</total_due_in_cents>\n <discount_in_cents
157
+ type=\"integer\">0</discount_in_cents>\n <currency>USD</currency>\n <line_items
158
+ type=\"array\">\n <line_item>\n <id>ff46c29bae754aaca69f2fed9ad7cb93</id>\n
159
+ \ <type>charge</type>\n <amount_in_cents type=\"integer\">1500</amount_in_cents>\n
160
+ \ <currency>USD</currency>\n <start_date type=\"datetime\">2011-08-19T20:02:01Z</start_date>\n
161
+ \ <end_date nil=\"true\" type=\"datetime\"></end_date>\n <description>charge
162
+ description</description>\n <created_at type=\"datetime\">2011-08-19T20:02:01Z</created_at>\n
163
+ \ <applied_coupon_code></applied_coupon_code>\n </line_item>\n </line_items>\n
164
+ \ <payments type=\"array\">\n </payments>\n</invoice>\n"
165
+ http_version: '1.1'
166
+ - !ruby/struct:VCR::HTTPInteraction
167
+ request: !ruby/struct:VCR::Request
287
168
  method: :get
288
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/invoices/910ed0a5dc7b46118fa0b3100acc7e7a.xml
289
- body:
290
- headers:
291
- authorization:
292
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
293
- accept:
169
+ uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/invoices/8950497f59f04aa28f51ca21aa3810b2.xml
170
+ body: !!null
171
+ headers:
172
+ user-agent:
173
+ - Recurly Ruby Client v0.4.10
174
+ accept:
294
175
  - application/xml
295
- accept-encoding:
176
+ accept-encoding:
296
177
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
297
- user-agent:
298
- - Ruby
299
- connection:
300
- - close
301
- response: !ruby/struct:VCR::Response
302
- status: !ruby/struct:VCR::ResponseStatus
178
+ response: !ruby/struct:VCR::Response
179
+ status: !ruby/struct:VCR::ResponseStatus
303
180
  code: 200
304
- message: "OK "
305
- headers:
306
- x-runtime:
307
- - "92"
308
- content-type:
181
+ message: OK
182
+ headers:
183
+ content-type:
309
184
  - application/xml; charset=utf-8
310
- etag:
311
- - "\"21e3c0a1181e8d5a596be5d9f1a38541\""
312
- cache-control:
313
- - private, max-age=0, must-revalidate
314
- content-length:
315
- - "1214"
316
- server:
317
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
318
- date:
319
- - Thu, 03 Feb 2011 22:20:40 GMT
320
- connection:
321
- - close
322
- set-cookie:
323
- - _recurly_session=2dedb3ea31ddb23518cf1d3e2a90af0b; domain=.recurly.local; path=/; HttpOnly
324
- body: |
325
- <?xml version="1.0" encoding="UTF-8"?>
326
- <invoice>
327
- <id>910ed0a5dc7b46118fa0b3100acc7e7a</id>
328
- <account_code>invoice-lookup-1296674173</account_code>
329
- <date type="datetime">2011-02-03T22:20:38Z</date>
330
- <invoice_number type="integer">1238</invoice_number>
331
- <vat_number></vat_number>
332
- <status>open</status>
333
- <subtotal_in_cents type="integer">1500</subtotal_in_cents>
334
- <total_in_cents type="integer">1500</total_in_cents>
335
- <vat_amount_in_cents type="integer">0</vat_amount_in_cents>
336
- <paid_in_cents type="integer">0</paid_in_cents>
337
- <total_due_in_cents type="integer">1500</total_due_in_cents>
338
- <discount_in_cents type="integer">0</discount_in_cents>
339
- <line_items type="array">
340
- <line_item>
341
- <id>b2abd03ab22747e5b7a1445d23d80655</id>
342
- <type>charge</type>
343
- <amount_in_cents type="integer">1500</amount_in_cents>
344
- <start_date type="datetime">2011-02-03T22:20:35Z</start_date>
345
- <end_date nil="true" type="datetime"></end_date>
346
- <description>charge description</description>
347
- <created_at type="datetime">2011-02-03T22:20:35Z</created_at>
348
- <applied_coupon_code></applied_coupon_code>
349
- </line_item>
350
- </line_items>
351
- <payments type="array">
352
- </payments>
353
- </invoice>
354
-
355
- http_version: "1.1"
185
+ etag:
186
+ - ! '"b51423855efc3bae4d1e1fe294457576"'
187
+ cache-control:
188
+ - max-age=0, private, must-revalidate
189
+ x-ua-compatible:
190
+ - IE=Edge
191
+ set-cookie:
192
+ - _recurly_session=ab40bd42d44d7b03825145635901028c; domain=.lvh.me; path=/;
193
+ HttpOnly
194
+ server:
195
+ - thin 1.2.11 codename Bat-Shit Crazy
196
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<invoice>\n <id>8950497f59f04aa28f51ca21aa3810b2</id>\n
197
+ \ <account_code>invoice-lookup-1296674173</account_code>\n <date type=\"datetime\">2011-08-19T20:02:01Z</date>\n
198
+ \ <invoice_number type=\"integer\">1508</invoice_number>\n <vat_number></vat_number>\n
199
+ \ <status>open</status>\n <subtotal_in_cents type=\"integer\">1500</subtotal_in_cents>\n
200
+ \ <total_in_cents type=\"integer\">1500</total_in_cents>\n <vat_amount_in_cents
201
+ type=\"integer\">0</vat_amount_in_cents>\n <paid_in_cents type=\"integer\">0</paid_in_cents>\n
202
+ \ <total_due_in_cents type=\"integer\">1500</total_due_in_cents>\n <discount_in_cents
203
+ type=\"integer\">0</discount_in_cents>\n <currency>USD</currency>\n <line_items
204
+ type=\"array\">\n <line_item>\n <id>ff46c29bae754aaca69f2fed9ad7cb93</id>\n
205
+ \ <type>charge</type>\n <amount_in_cents type=\"integer\">1500</amount_in_cents>\n
206
+ \ <currency>USD</currency>\n <start_date type=\"datetime\">2011-08-19T20:02:01Z</start_date>\n
207
+ \ <end_date nil=\"true\" type=\"datetime\"></end_date>\n <description>charge
208
+ description</description>\n <created_at type=\"datetime\">2011-08-19T20:02:01Z</created_at>\n
209
+ \ <applied_coupon_code></applied_coupon_code>\n </line_item>\n </line_items>\n
210
+ \ <payments type=\"array\">\n </payments>\n</invoice>\n"
211
+ http_version: '1.1'