recurly 0.4.11 → 0.4.13

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 (70) hide show
  1. data/README.md +4 -8
  2. data/lib/recurly.rb +10 -19
  3. data/lib/recurly/config_parser.rb +5 -2
  4. data/lib/recurly/plan.rb +0 -1
  5. data/lib/recurly/rails3/recurly.rake +10 -26
  6. data/lib/recurly/transparent.rb +2 -0
  7. data/lib/recurly/verification.rb +14 -8
  8. data/lib/recurly/version.rb +1 -1
  9. data/spec/config/recurly.yml +3 -3
  10. data/spec/config/test1.yml +1 -3
  11. data/spec/config/test2.yml +2 -6
  12. data/spec/unit/config_spec.rb +9 -16
  13. data/spec/unit/transparent_spec.rb +0 -20
  14. data/spec/unit/verification_spec.rb +15 -9
  15. data/spec/vcr/account/accept-language-account/1313708721.yml +52 -31
  16. data/spec/vcr/account/close/1313708721.yml +107 -79
  17. data/spec/vcr/account/create-blank/1313708721.yml +37 -26
  18. data/spec/vcr/account/create-duplicate/1313708721.yml +83 -54
  19. data/spec/vcr/account/create-min/1313708721.yml +48 -30
  20. data/spec/vcr/account/create/1313708721.yml +52 -31
  21. data/spec/vcr/account/find/1313708721.yml +111 -81
  22. data/spec/vcr/account/list/1313708721.yml +1148 -719
  23. data/spec/vcr/account/update/1313708721.yml +182 -124
  24. data/spec/vcr/billing/create/1313708721.yml +156 -93
  25. data/spec/vcr/billing/destroy/1313708721.yml +198 -135
  26. data/spec/vcr/billing/errors/1313708721.yml +91 -56
  27. data/spec/vcr/billing/find/1313708721.yml +200 -122
  28. data/spec/vcr/billing/update/1313708721.yml +218 -126
  29. data/spec/vcr/charge/create/1313708721.yml +189 -120
  30. data/spec/vcr/charge/delete-uninvoiced/1313708721.yml +195 -154
  31. data/spec/vcr/charge/list-all/1313708721.yml +235 -157
  32. data/spec/vcr/charge/list-invoiced/1313708721.yml +351 -234
  33. data/spec/vcr/charge/list-pending/1313708721.yml +235 -159
  34. data/spec/vcr/charge/lookup/1313708721.yml +127 -87
  35. data/spec/vcr/coupon/create/1296774903.yml +83 -95
  36. data/spec/vcr/coupon/destroy/1296774903.yml +81 -115
  37. data/spec/vcr/credit/create/1313708090.yml +127 -87
  38. data/spec/vcr/credit/delete/1313708090.yml +169 -129
  39. data/spec/vcr/credit/list/1313708090.yml +235 -157
  40. data/spec/vcr/credit/lookup/1313708090.yml +127 -87
  41. data/spec/vcr/invoice/create-no-charges/1296674173.yml +140 -89
  42. data/spec/vcr/invoice/create/1296674173.yml +259 -162
  43. data/spec/vcr/invoice/list/1296674173.yml +342 -227
  44. data/spec/vcr/invoice/lookup/1296674173.yml +260 -167
  45. data/spec/vcr/plan/all.yml +206 -198
  46. data/spec/vcr/plan/find.yml +109 -103
  47. data/spec/vcr/plan/update.yml +126 -93
  48. data/spec/vcr/subscription/addons/add/1296674173.yml +156 -261
  49. data/spec/vcr/subscription/addons/create/1296674173.yml +156 -164
  50. data/spec/vcr/subscription/addons/remove/1296674173.yml +156 -249
  51. data/spec/vcr/subscription/cancel-with-code/1296674173.yml +340 -243
  52. data/spec/vcr/subscription/cancel/1296674173.yml +297 -210
  53. data/spec/vcr/subscription/change1/1296674173.yml +303 -213
  54. data/spec/vcr/subscription/change2/1296674173.yml +303 -214
  55. data/spec/vcr/subscription/create/1296674173.yml +167 -111
  56. data/spec/vcr/subscription/find/1296674173.yml +210 -145
  57. data/spec/vcr/subscription/reactivate/1296674173.yml +318 -233
  58. data/spec/vcr/subscription/refund-full/1296674173.yml +277 -199
  59. data/spec/vcr/subscription/refund-none/1296674173.yml +277 -199
  60. data/spec/vcr/subscription/refund-partial/1296674173.yml +277 -199
  61. data/spec/vcr/transaction/all/1311126815.yml +388 -206
  62. data/spec/vcr/transaction/create-no-account/1311126815.yml +74 -43
  63. data/spec/vcr/transaction/create-with-account/1311126815.yml +172 -101
  64. data/spec/vcr/transaction/list-filled/1311126815.yml +486 -291
  65. data/spec/vcr/transaction/list-initial/1311126815.yml +159 -98
  66. data/spec/vcr/transaction/lookup/1311126815.yml +420 -268
  67. data/spec/vcr/transaction/void/1311126815.yml +280 -174
  68. metadata +109 -77
  69. data/spec/vcr/transaction/refund/1311126815.yml +0 -163
  70. data/spec/vcr/transparent/post-url/1311239470.yml +0 -76
@@ -1,112 +1,152 @@
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://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>credit-lookup-1313708090</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:
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>credit-lookup-1313708090</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:
14
25
  - application/xml
15
- response: !ruby/struct:VCR::Response
16
- status: !ruby/struct:VCR::ResponseStatus
26
+ response: !ruby/struct:VCR::Response
27
+ status: !ruby/struct:VCR::ResponseStatus
17
28
  code: 201
18
29
  message: Created
19
- headers:
20
- location:
21
- - http://app.lvh.me:3000/accounts/credit-lookup-1313708090
22
- content-type:
30
+ headers:
31
+ location:
32
+ - http://api.lvh.me:3000/accounts/credit-lookup-1313708090
33
+ content-type:
23
34
  - application/xml; charset=utf-8
24
- cache-control:
35
+ cache-control:
25
36
  - no-cache
26
- x-ua-compatible:
37
+ x-ua-compatible:
27
38
  - IE=Edge
28
- set-cookie:
29
- - _recurly_session=218c24b7b2899059d6170a19119fddb4; domain=.lvh.me; path=/;
30
- HttpOnly
31
- server:
39
+ set-cookie:
40
+ - _recurly_session=82f0809927ec5e5a0869c19af156e26b; domain=.lvh.me; path=/; HttpOnly
41
+ server:
32
42
  - thin 1.2.11 codename Bat-Shit Crazy
33
- body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<account>\n <id>credit-lookup-1313708090</id>\n
34
- \ <account_code>credit-lookup-1313708090</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>3501c608b5f04789b4aae78ae733b6ba</hosted_login_token>\n
38
- \ <created_at type=\"datetime\">2011-08-19T20:01:45Z</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
43
+ body: |
44
+ <?xml version="1.0" encoding="UTF-8"?>
45
+ <account>
46
+ <id>credit-lookup-1313708090</id>
47
+ <account_code>credit-lookup-1313708090</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>86eacdf2c9114220a2207b54d430d138</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
42
63
  method: :post
43
- uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/credit-lookup-1313708090/credits.xml
44
- body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<credit>\n <amount-in-cents
45
- type=\"integer\">1315</amount-in-cents>\n <description>free moniez 4 u</description>\n</credit>\n"
46
- headers:
47
- user-agent:
48
- - Recurly Ruby Client v0.4.10
49
- content-type:
64
+ uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/credit-lookup-1313708090/credits.xml
65
+ body: |
66
+ <?xml version="1.0" encoding="UTF-8"?>
67
+ <credit>
68
+ <amount-in-cents type="integer">1315</amount-in-cents>
69
+ <description>free moniez 4 u</description>
70
+ </credit>
71
+
72
+ headers:
73
+ user-agent:
74
+ - Recurly Ruby Client v0.4.13
75
+ content-type:
50
76
  - application/xml
51
- response: !ruby/struct:VCR::Response
52
- status: !ruby/struct:VCR::ResponseStatus
77
+ response: !ruby/struct:VCR::Response
78
+ status: !ruby/struct:VCR::ResponseStatus
53
79
  code: 201
54
80
  message: Created
55
- headers:
56
- content-type:
81
+ headers:
82
+ content-type:
57
83
  - application/xml; charset=utf-8
58
- cache-control:
84
+ cache-control:
59
85
  - no-cache
60
- x-ua-compatible:
86
+ x-ua-compatible:
61
87
  - IE=Edge
62
- set-cookie:
63
- - _recurly_session=4307cc0b2116af781c8b2696bc7bd298; domain=.lvh.me; path=/;
64
- HttpOnly
65
- server:
88
+ set-cookie:
89
+ - _recurly_session=6616c5265eaa265ad56525902d8bc22d; domain=.lvh.me; path=/; HttpOnly
90
+ server:
66
91
  - thin 1.2.11 codename Bat-Shit Crazy
67
- body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<credit type=\"credit\">\n
68
- \ <id>bcf8563651fb4a76bd8b8e9bd3fc06bb</id>\n <account_code>credit-lookup-1313708090</account_code>\n
69
- \ <quantity type=\"integer\">1</quantity>\n <unit_amount_in_cents type=\"integer\">-1315</unit_amount_in_cents>\n
70
- \ <amount_in_cents type=\"integer\">-1315</amount_in_cents>\n <currency>USD</currency>\n
71
- \ <start_date type=\"datetime\">2011-08-19T20:01:45Z</start_date>\n <end_date
72
- nil=\"true\" type=\"datetime\"></end_date>\n <invoice_number nil=\"true\" type=\"integer\"></invoice_number>\n
73
- \ <description>free moniez 4 u</description>\n <created_at type=\"datetime\">2011-08-19T20:01:46Z</created_at>\n</credit>\n"
74
- http_version: '1.1'
75
- - !ruby/struct:VCR::HTTPInteraction
76
- request: !ruby/struct:VCR::Request
92
+ body: |
93
+ <?xml version="1.0" encoding="UTF-8"?>
94
+ <credit type="credit">
95
+ <id>a0766273ddb04c9eb0f1a482f340d89d</id>
96
+ <account_code>credit-lookup-1313708090</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:47Z</start_date>
102
+ <end_date nil="true" type="datetime"></end_date>
103
+ <invoice_number nil="true" type="integer"></invoice_number>
104
+ <description>free moniez 4 u</description>
105
+ <created_at type="datetime">2011-09-22T22:01:47Z</created_at>
106
+ </credit>
107
+
108
+ http_version: "1.1"
109
+ - !ruby/struct:VCR::HTTPInteraction
110
+ request: !ruby/struct:VCR::Request
77
111
  method: :get
78
- uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/credit-lookup-1313708090/credits/bcf8563651fb4a76bd8b8e9bd3fc06bb.xml
79
- body: !!null
80
- headers:
81
- user-agent:
82
- - Recurly Ruby Client v0.4.10
83
- accept:
112
+ uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/credit-lookup-1313708090/credits/a0766273ddb04c9eb0f1a482f340d89d.xml
113
+ body:
114
+ headers:
115
+ user-agent:
116
+ - Recurly Ruby Client v0.4.13
117
+ accept:
84
118
  - application/xml
85
- accept-encoding:
119
+ accept-encoding:
86
120
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
87
- response: !ruby/struct:VCR::Response
88
- status: !ruby/struct:VCR::ResponseStatus
121
+ response: !ruby/struct:VCR::Response
122
+ status: !ruby/struct:VCR::ResponseStatus
89
123
  code: 200
90
124
  message: OK
91
- headers:
92
- content-type:
125
+ headers:
126
+ content-type:
93
127
  - application/xml; charset=utf-8
94
- etag:
95
- - ! '"b327d600aad76228e81145e2c8df933f"'
96
- cache-control:
128
+ etag:
129
+ - "\"bcc88bf3fd840aadefe67bcf2a716d95\""
130
+ cache-control:
97
131
  - max-age=0, private, must-revalidate
98
- x-ua-compatible:
132
+ x-ua-compatible:
99
133
  - IE=Edge
100
- set-cookie:
101
- - _recurly_session=a55de6191a8a0541153f620883c746df; domain=.lvh.me; path=/;
102
- HttpOnly
103
- server:
134
+ server:
104
135
  - thin 1.2.11 codename Bat-Shit Crazy
105
- body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<credit type=\"credit\">\n
106
- \ <id>bcf8563651fb4a76bd8b8e9bd3fc06bb</id>\n <account_code>credit-lookup-1313708090</account_code>\n
107
- \ <quantity type=\"integer\">1</quantity>\n <unit_amount_in_cents type=\"integer\">-1315</unit_amount_in_cents>\n
108
- \ <amount_in_cents type=\"integer\">-1315</amount_in_cents>\n <currency>USD</currency>\n
109
- \ <start_date type=\"datetime\">2011-08-19T20:01:45Z</start_date>\n <end_date
110
- nil=\"true\" type=\"datetime\"></end_date>\n <invoice_number nil=\"true\" type=\"integer\"></invoice_number>\n
111
- \ <description>free moniez 4 u</description>\n <created_at type=\"datetime\">2011-08-19T20:01:46Z</created_at>\n</credit>\n"
112
- http_version: '1.1'
136
+ body: |
137
+ <?xml version="1.0" encoding="UTF-8"?>
138
+ <credit type="credit">
139
+ <id>a0766273ddb04c9eb0f1a482f340d89d</id>
140
+ <account_code>credit-lookup-1313708090</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:47Z</start_date>
146
+ <end_date nil="true" type="datetime"></end_date>
147
+ <invoice_number nil="true" type="integer"></invoice_number>
148
+ <description>free moniez 4 u</description>
149
+ <created_at type="datetime">2011-09-22T22:01:47Z</created_at>
150
+ </credit>
151
+
152
+ http_version: "1.1"
@@ -1,115 +1,166 @@
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://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-create-no-charges-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:
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>invoice-create-no-charges-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
+ <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:
14
25
  - application/xml
15
- response: !ruby/struct:VCR::Response
16
- status: !ruby/struct:VCR::ResponseStatus
26
+ response: !ruby/struct:VCR::Response
27
+ status: !ruby/struct:VCR::ResponseStatus
17
28
  code: 201
18
29
  message: Created
19
- headers:
20
- location:
21
- - http://app.lvh.me:3000/accounts/invoice-create-no-charges-1296674173
22
- content-type:
30
+ headers:
31
+ location:
32
+ - http://api.lvh.me:3000/accounts/invoice-create-no-charges-1296674173
33
+ content-type:
23
34
  - application/xml; charset=utf-8
24
- cache-control:
35
+ cache-control:
25
36
  - no-cache
26
- x-ua-compatible:
37
+ x-ua-compatible:
27
38
  - IE=Edge
28
- set-cookie:
29
- - _recurly_session=0a03f0eb5dd8b83a42e0c3f12e45b905; domain=.lvh.me; path=/;
30
- HttpOnly
31
- server:
39
+ set-cookie:
40
+ - _recurly_session=3e52788e49c24866a42fb8c9de14321d; domain=.lvh.me; path=/; HttpOnly
41
+ server:
32
42
  - thin 1.2.11 codename Bat-Shit Crazy
33
- body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<account>\n <id>invoice-create-no-charges-1296674173</id>\n
34
- \ <account_code>invoice-create-no-charges-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>bea15adc514041fa9f0b72505c5c7cb2</hosted_login_token>\n
38
- \ <created_at type=\"datetime\">2011-08-19T20:01:50Z</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
43
+ body: |
44
+ <?xml version="1.0" encoding="UTF-8"?>
45
+ <account>
46
+ <id>invoice-create-no-charges-1296674173</id>
47
+ <account_code>invoice-create-no-charges-1296674173</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>c5ae31d330d44dcaa88e2f424079d323</hosted_login_token>
56
+ <created_at type="datetime">2011-09-22T22:01:50Z</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
42
63
  method: :put
43
- uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-create-no-charges-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-create-no-charges-1296674173</account-code>\n</billing-info>\n"
50
- headers:
51
- user-agent:
52
- - Recurly Ruby Client v0.4.10
53
- content-type:
64
+ uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/invoice-create-no-charges-1296674173/billing_info.xml
65
+ body: |
66
+ <?xml version="1.0" encoding="UTF-8"?>
67
+ <billing-info>
68
+ <first-name>Verena</first-name>
69
+ <last-name>Test</last-name>
70
+ <address1>123 Test St</address1>
71
+ <city>San Francisco</city>
72
+ <state>CA</state>
73
+ <zip>94115</zip>
74
+ <country>US</country>
75
+ <credit-card>
76
+ <number>4111111111111111</number>
77
+ <year type="integer">2012</year>
78
+ <month type="integer">9</month>
79
+ <verification-value>123</verification-value>
80
+ </credit-card>
81
+ <account-code>invoice-create-no-charges-1296674173</account-code>
82
+ </billing-info>
83
+
84
+ headers:
85
+ user-agent:
86
+ - Recurly Ruby Client v0.4.13
87
+ content-type:
54
88
  - application/xml
55
- response: !ruby/struct:VCR::Response
56
- status: !ruby/struct:VCR::ResponseStatus
89
+ response: !ruby/struct:VCR::Response
90
+ status: !ruby/struct:VCR::ResponseStatus
57
91
  code: 200
58
92
  message: OK
59
- headers:
60
- content-type:
93
+ headers:
94
+ content-type:
61
95
  - application/xml; charset=utf-8
62
- etag:
63
- - ! '"36f6d8150bf4c59c420207941845a597"'
64
- cache-control:
96
+ etag:
97
+ - "\"e4a8348a105af4d154e97eed272a6eab\""
98
+ cache-control:
65
99
  - max-age=0, private, must-revalidate
66
- x-ua-compatible:
100
+ x-ua-compatible:
67
101
  - IE=Edge
68
- set-cookie:
69
- - _recurly_session=7d446d065ffe253fea67953485ac619c; domain=.lvh.me; path=/;
70
- HttpOnly
71
- server:
102
+ set-cookie:
103
+ - _recurly_session=d5f5fdbfb7616e948e32e9936155d457; domain=.lvh.me; path=/; HttpOnly
104
+ server:
72
105
  - thin 1.2.11 codename Bat-Shit Crazy
73
- body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<billing_info>\n <account_code>invoice-create-no-charges-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:01:53Z</updated_at>\n</billing_info>\n"
80
- http_version: '1.1'
81
- - !ruby/struct:VCR::HTTPInteraction
82
- request: !ruby/struct:VCR::Request
83
- method: :post
84
- uri: http://api-test%40facebook-test.com:69d95a9768c745ecb5ac6864032ec970@app.lvh.me:3000/accounts/invoice-create-no-charges-1296674173/invoices.xml
85
- body: ! '<?xml version="1.0" encoding="UTF-8"?>
106
+ body: |
107
+ <?xml version="1.0" encoding="UTF-8"?>
108
+ <billing_info>
109
+ <account_code>invoice-create-no-charges-1296674173</account_code>
110
+ <first_name>Verena</first_name>
111
+ <last_name>Test</last_name>
112
+ <address1>123 Test St</address1>
113
+ <address2></address2>
114
+ <city>San Francisco</city>
115
+ <state>CA</state>
116
+ <country>US</country>
117
+ <zip>94115</zip>
118
+ <phone></phone>
119
+ <vat_number></vat_number>
120
+ <ip_address></ip_address>
121
+ <credit_card>
122
+ <type>visa</type>
123
+ <last_four>1111</last_four>
124
+ <month type="integer">9</month>
125
+ <year type="integer">2012</year>
126
+ </credit_card>
127
+ <updated_at type="datetime">2011-09-22T22:01:51Z</updated_at>
128
+ </billing_info>
86
129
 
130
+ http_version: "1.1"
131
+ - !ruby/struct:VCR::HTTPInteraction
132
+ request: !ruby/struct:VCR::Request
133
+ method: :post
134
+ uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts/invoice-create-no-charges-1296674173/invoices.xml
135
+ body: |
136
+ <?xml version="1.0" encoding="UTF-8"?>
87
137
  <invoice>
88
-
89
138
  </invoice>
90
139
 
91
- '
92
- headers:
93
- user-agent:
94
- - Recurly Ruby Client v0.4.10
95
- content-type:
140
+ headers:
141
+ user-agent:
142
+ - Recurly Ruby Client v0.4.13
143
+ content-type:
96
144
  - application/xml
97
- response: !ruby/struct:VCR::Response
98
- status: !ruby/struct:VCR::ResponseStatus
145
+ response: !ruby/struct:VCR::Response
146
+ status: !ruby/struct:VCR::ResponseStatus
99
147
  code: 422
100
- message: !!null
101
- headers:
102
- content-type:
148
+ message:
149
+ headers:
150
+ content-type:
103
151
  - application/xml; charset=utf-8
104
- cache-control:
152
+ cache-control:
105
153
  - no-cache
106
- x-ua-compatible:
154
+ x-ua-compatible:
107
155
  - IE=Edge
108
- set-cookie:
109
- - _recurly_session=276ee1fb37af65038dac1fe54f8c7c05; domain=.lvh.me; path=/;
110
- HttpOnly
111
- server:
156
+ set-cookie:
157
+ - _recurly_session=1b8ca0f7bb68f209dd4187fbdd01429c; domain=.lvh.me; path=/; HttpOnly
158
+ server:
112
159
  - thin 1.2.11 codename Bat-Shit Crazy
113
- body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<errors>\n <error>No charges
114
- to invoice.</error>\n</errors>\n"
115
- http_version: '1.1'
160
+ body: |
161
+ <?xml version="1.0" encoding="UTF-8"?>
162
+ <errors>
163
+ <error>No charges to invoice.</error>
164
+ </errors>
165
+
166
+ http_version: "1.1"