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

one:
  name: Christmas deals
  code: XMAS10
  percent_off: 10
  valid_until: 2015-12-31 23:59:59
  max_usages:
  active: true
  validity_per_user: once

two:
  name: Summer discounts
  code: SUNNYFABLAB
  percent_off: 15
  valid_until: <%= 1.month.from_now.utc.strftime('%Y-%m-%d %H:%M:%S.%9N %Z') %>
  max_usages: 10
  active: true
  validity_per_user: forever

cash:
  name: Cash Code
  code: ZERG6H1R65H
  amount_off: 10000
  valid_until: <%= 1.year.from_now.utc.strftime('%Y-%m-%d %H:%M:%S.%9N %Z') %>
  max_usages: 1
  active: true
  validity_per_user: once

cash2:
  name: Small Cash Code
  code: GIME3EUR
  amount_off: 300
  valid_until: <%= 1.year.from_now.utc.strftime('%Y-%m-%d %H:%M:%S.%9N %Z') %>
  max_usages:
  active: true
  validity_per_user: once
twentyp:
  id: 30
  name: 20% test
  code: REDUC20
  percent_off: 20
  valid_until:
  max_usages:
  active: true
  created_at: '2021-06-18 14:53:54.770895'
  updated_at: '2021-06-18 14:53:54.770895'
  validity_per_user: forever
  amount_off:
internal:
  name: Internal use
  code: INTERNCOUP100
  percent_off: 100
  valid_until:
  max_usages:
  active: true
  validity_per_user: forever