Sha256: e8cfeb66987a9519e54e2893104df5a8f05c07e9a1908cb905aa74096ff0e99b

Contents?: true

Size: 1.29 KB

Versions: 3

Compression:

Stored size: 1.29 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts.xml
    body: |
      <?xml version="1.0" encoding="UTF-8"?>
      <account>
        <account-code></account-code>
      </account>

    headers: 
      accept: 
      - "*/*"
      connection: 
      - close
      content-type: 
      - application/xml
      authorization: 
      - Basic cmFpbHNqZWRpQHNvZ2V0dGhpcy5jb206N1BDQjJtWkM=
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 422
      message: ""
    headers: 
      connection: 
      - close
      content-type: 
      - application/xml; charset=utf-8
      x-runtime: 
      - "18"
      date: 
      - Thu, 04 Nov 2010 23:28:31 GMT
      server: 
      - nginx/0.7.65
      content-length: 
      - "186"
      set-cookie: 
      - _recurly_session=256704ef48861f2093da586621cf2def; domain=.recurly.com; path=/; Secure; HttpOnly
      cache-control: 
      - no-cache
    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

3 entries across 3 versions & 1 rubygems

Version Path
recurly-0.2.9 spec/vcr/account/create-blank/1288381765.yml
recurly-0.2.8 spec/vcr/account/create-blank/1288381765.yml
recurly-0.2.7 spec/vcr/account/create-blank/1288381765.yml