Sha256: 29d87266f6fd56ad1a8fd41c141f9831cd64501dd49460ab2677deffad299850

Contents?: true

Size: 819 Bytes

Versions: 11

Compression:

Stored size: 819 Bytes

Contents

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html

one:
  customer_id: MyString
  amount_due: 1
  attempt_count: 1
  attempted: false
  closed: false
  currency: MyString
  date: 2013-11-01 06:03:59
  paid: false
  period_start: 2013-11-01 06:03:59
  period_end: 2013-11-01 06:03:59
  starting_balance: 1
  subtotal: 1
  total: 1
  charge_id: MyString
  ending_balance: 1
  next_payment_attempt: 2013-11-01 06:03:59

two:
  customer_id: MyString
  amount_due: 1
  attempt_count: 1
  attempted: false
  closed: false
  currency: MyString
  date: 2013-11-01 06:03:59
  paid: false
  period_start: 2013-11-01 06:03:59
  period_end: 2013-11-01 06:03:59
  starting_balance: 1
  subtotal: 1
  total: 1
  charge_id: MyString
  ending_balance: 1
  next_payment_attempt: 2013-11-01 06:03:59

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stripe_local-0.2.5 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.2.4 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.2.3 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.2.2 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.2.1 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.2.0 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.1.3 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.1.2 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.1.1 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.1.0 spec/fixtures/stripe_local/invoices.yml
stripe_local-0.0.2 spec/fixtures/stripe_local/invoices.yml