Sha256: 36b3cb7bef073fc5f32a1501d6cd352d39b59448f6c63694ed4f8574670e88e9

Contents?: true

Size: 1.53 KB

Versions: 2

Compression:

Stored size: 1.53 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts.xml
    body: |
      <?xml version="1.0" encoding="UTF-8"?>
      <account>
        <account-code>account-list-num-0-1296674173</account-code>
        <first-name>Verena</first-name>
        <last-name>Test</last-name>
        <email>verena@test.com</email>
        <company-name>Recurly Ruby Gem</company-name>
        <accept-language type="yaml" nil="true"></accept-language>
      </account>

    headers: 
      authorization: 
      - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
      content-type: 
      - application/xml
      accept: 
      - "*/*"
      user-agent: 
      - Ruby
      connection: 
      - close
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 422
      message: ""
    headers: 
      cache-control: 
      - no-cache
      x-runtime: 
      - "231"
      content-type: 
      - application/xml; charset=utf-8
      content-length: 
      - "132"
      server: 
      - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
      date: 
      - Thu, 03 Feb 2011 22:16:52 GMT
      connection: 
      - close
      set-cookie: 
      - _recurly_session=059de0eda578e161e399bc15211f0985; domain=.recurly.local; path=/; HttpOnly
    body: |
      <?xml version="1.0" encoding="UTF-8"?>
      <errors>
        <error field="account_code">account code has already been taken</error>
      </errors>

    http_version: "1.1"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
recurly-0.4.8 spec/vcr/account/list/1296674173.yml
recurly-0.3.3 spec/vcr/account/list/1296674173.yml