Files
openfoodnetwork/config/initializers/stripe.rb
Rob Harrington ce65a9d063 Bump stripe gem version to 3.0.1
Allows us to use the stripe gem's built-in OAuth wrappers, rather than our own
2017-09-23 14:58:33 +10:00

3 lines
94 B
Ruby

Stripe.api_key = ENV['STRIPE_INSTANCE_SECRET_KEY']
Stripe.client_id = ENV['STRIPE_CLIENT_ID']