Sha256: 2d36699a714963e8f57122ea5bb4f05c334da895ea87b4c2efa5db642e647ced

Contents?: true

Size: 1.96 KB

Versions: 3

Compression:

Stored size: 1.96 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: http://2a655d41659d4ae0b37fcaec06331bf5:@api.lvh.me:3000/accounts.xml
    body: |
      <?xml version="1.0" encoding="UTF-8"?>
      <account>
        <account-code>account-create-1313708721</account-code>
        <first-name>Verena</first-name>
        <last-name>Test</last-name>
        <email>verena@test.com</email>
        <company-name>Recurly Ruby Gem</company-name>
        <billing-info>
          <credit-card>
          </credit-card>
        </billing-info>
        <accept-language nil="true"></accept-language>
      </account>

    headers: 
      user-agent: 
      - Recurly Ruby Client v0.4.13
      content-type: 
      - application/xml
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 201
      message: Created
    headers: 
      location: 
      - http://api.lvh.me:3000/accounts/account-create-1313708721
      content-type: 
      - application/xml; charset=utf-8
      cache-control: 
      - no-cache
      x-ua-compatible: 
      - IE=Edge
      set-cookie: 
      - _recurly_session=67995abdf7eccd756ac771c92c93ad16; domain=.lvh.me; path=/; HttpOnly
      server: 
      - thin 1.2.11 codename Bat-Shit Crazy
    body: |
      <?xml version="1.0" encoding="UTF-8"?>
      <account>
        <id>account-create-1313708721</id>
        <account_code>account-create-1313708721</account_code>
        <username></username>
        <email>verena@test.com</email>
        <first_name>Verena</first_name>
        <last_name>Test</last_name>
        <company_name>Recurly Ruby Gem</company_name>
        <balance_in_cents type="integer">0</balance_in_cents>
        <closed type="boolean">false</closed>
        <hosted_login_token>056da8b68c7247449414f1b2bc634168</hosted_login_token>
        <created_at type="datetime">2011-09-22T22:01:29Z</created_at>
        <state>active</state>
      </account>

    http_version: "1.1"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
recurly-0.4.15 spec/vcr/account/create/1313708721.yml
recurly-0.4.14 spec/vcr/account/create/1313708721.yml
recurly-0.4.13 spec/vcr/account/create/1313708721.yml