Sha256: f3787a7a2e229c887991b03f3ae5c2fffb7370f56f8437fcefd56c1c4e80f964

Contents?: true

Size: 779 Bytes

Versions: 11

Compression:

Stored size: 779 Bytes

Contents

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

one:
  id: MyString
  customer_id: MyString
  transaction_id: MyString
  amount: 1
  captured: false
  refunded: false
  paid: false
  created: 2013-11-01 12:15:03
  currency: MyString
  amount_refunded: 1
  description: MyString
  invoice_id: MyString
  failure_code: MyString
  failure_message: MyString
  metadata: MyText
  card_id: MyString

two:
  id: MyString
  customer_id: MyString
  transaction_id: MyString
  amount: 1
  captured: false
  refunded: false
  paid: false
  created: 2013-11-01 12:15:03
  currency: MyString
  amount_refunded: 1
  description: MyString
  invoice_id: MyString
  failure_code: MyString
  failure_message: MyString
  metadata: MyText
  card_id: MyString

Version data entries

11 entries across 11 versions & 1 rubygems

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