Chore: Remove dead code related to billing (#935)
- remove subscription model - remove billing-related code
This commit is contained in:
15
spec/fixtures/subscriptions.yml
vendored
15
spec/fixtures/subscriptions.yml
vendored
@@ -1,15 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
pricing_version: MyString
|
||||
account_id: 1
|
||||
expiry: 2017-04-24 22:47:08
|
||||
billing_plan: MyString
|
||||
stripe_customer_id: MyString
|
||||
|
||||
two:
|
||||
pricing_version: MyString
|
||||
account_id: 1
|
||||
expiry: 2017-04-24 22:47:08
|
||||
billing_plan: MyString
|
||||
stripe_customer_id: MyString
|
||||
Reference in New Issue
Block a user