Sha256: 45ce42a1ab63bd0d55eedf9b9560e173e334e42fc250e3b40d8fdc34d27304f6

Contents?: true

Size: 536 Bytes

Versions: 21

Compression:

Stored size: 536 Bytes

Contents

widget_store_old:
  shop: widget_store
  plan: cheapo
  status: <%= DiscoApp::Subscription.statuses[:replaced] %>
  name: Cheapo
  charge_type: 0
  price: 0.99
  trial_days: 14

widget_store:
  shop: widget_store
  plan: basic
  status: <%= DiscoApp::Subscription.statuses[:active] %>
  name: Basic
  charge_type: 0
  price: 9.99
  trial_days: 14

widget_store_dev:
  shop: widget_store_dev
  plan: development
  status: <%= DiscoApp::Subscription.statuses[:active] %>
  name: Development
  charge_type: 0
  price: 0.00
  trial_days: 0

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
disco_app-0.6.0 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.1 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.2 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.3 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.4 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.5 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.6 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.7 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.8 test/fixtures/disco_app/subscriptions.yml
disco_app-0.6.9 test/fixtures/disco_app/subscriptions.yml
disco_app-0.7.0 test/fixtures/disco_app/subscriptions.yml
disco_app-0.7.1 test/fixtures/disco_app/subscriptions.yml
disco_app-0.7.2 test/fixtures/disco_app/subscriptions.yml
disco_app-0.8.0 test/fixtures/disco_app/subscriptions.yml
disco_app-0.8.1 test/fixtures/disco_app/subscriptions.yml
disco_app-0.8.2 test/fixtures/disco_app/subscriptions.yml
disco_app-0.8.3 test/fixtures/disco_app/subscriptions.yml
disco_app-0.8.4 test/fixtures/disco_app/subscriptions.yml
disco_app-0.8.5 test/fixtures/disco_app/subscriptions.yml
disco_app-0.8.6 test/fixtures/disco_app/subscriptions.yml