Cleanup stripe stuff

This commit is contained in:
Michael Ball 2020-02-04 20:49:22 -08:00
parent 00c8903968
commit 9355114960
2 changed files with 9 additions and 11 deletions

View file

@ -1 +1 @@
Stripe.api_key = Rails.application.secrets.stripe_secret_key
Stripe.api_key = ENV['STRIPE_SECRET_KEY'] || Rails.application.secrets.stripe_secret_key