Sha256: 447f7030770407cf1a605bd9a61c27ec70956c18d51cbbc77e90b63c295f00f0
Contents?: true
Size: 1.56 KB
Versions: 2
Compression:
Stored size: 1.56 KB
Contents
--- - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :post uri: http://api-test%40facebook.com:c012090130704e748dae49f56f05f68f@app.recurly.local:3000/accounts.xml body: | <?xml version="1.0" encoding="UTF-8"?> <account> <account-code></account-code> <billing-info> <credit-card> </credit-card> </billing-info> <accept-language type="yaml" nil="true"></accept-language> </account> headers: authorization: - Basic YXBpLXRlc3RAZmFjZWJvb2suY29tOmMwMTIwOTAxMzA3MDRlNzQ4ZGFlNDlmNTZmMDVmNjhm user-agent: - Recurly Ruby Client v0.4.6 content-type: - application/xml accept: - "*/*" connection: - close response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 422 message: "" headers: cache-control: - no-cache x-runtime: - "289" content-type: - application/xml; charset=utf-8 content-length: - "186" server: - WEBrick/1.3.1 (Ruby/1.9.2/2011-02-18) date: - Thu, 21 Apr 2011 17:58:49 GMT connection: - close set-cookie: - _recurly_session=76ff90799de7ce3e6d5a56edc9fea733; domain=.recurly.local; path=/; HttpOnly body: | <?xml version="1.0" encoding="UTF-8"?> <errors> <error field="account_code">account code can't be blank</error> <error field="account_code">account code is invalid</error> </errors> http_version: "1.1"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
recurly-0.4.7 | spec/vcr/account/create-blank/1301979678.yml |
recurly-0.4.6 | spec/vcr/account/create-blank/1301979678.yml |