Sha256: 94874a749f4f92099db04423b3063973af7e0b548579deda8a93cda615d326a7

Contents?: true

Size: 552 Bytes

Versions: 2

Compression:

Stored size: 552 Bytes

Contents

old_widget_store_subscription:
  shop: widget_store
  plan: cheapo
  amount: 99
  status: <%= DiscoApp::Subscription.statuses[:cancelled] %>
  subscription_type: 0
  cancelled_at: <%= 1.week.ago.to_s(:db) %>

current_widget_store_subscription:
  shop: widget_store
  plan: basic
  amount: 999
  status: <%= DiscoApp::Subscription.statuses[:active] %>
  subscription_type: 0

current_widget_store_dev_subscription:
  shop: widget_store_dev
  plan: lifetime
  amount: 4900
  status: <%= DiscoApp::Subscription.statuses[:active] %>
  subscription_type: 1

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
disco_app-0.8.8 test/fixtures/disco_app/subscriptions.yml
disco_app-0.8.9 test/fixtures/disco_app/subscriptions.yml