Cleanup stripe stuff
This commit is contained in:
parent
00c8903968
commit
9355114960
2 changed files with 9 additions and 11 deletions
|
|
@ -1 +1 @@
|
|||
Stripe.api_key = Rails.application.secrets.stripe_secret_key
|
||||
Stripe.api_key = ENV['STRIPE_SECRET_KEY'] || Rails.application.secrets.stripe_secret_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue