We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7b018 commit 18276ecCopy full SHA for 18276ec
config/initializers/stripe.rb
@@ -0,0 +1,6 @@
1
+Rails.configuration.stripe = {
2
+ :publishable_key => 'pk_live_3cC2OUaORT6Sgitt1ltPeEA1',
3
+ :secret_key => 'sk_live_OaASXG1s0xABCp0k5d8AsbaL'
4
+}
5
+
6
+Stripe.api_key = Rails.configuration.stripe[:secret_key]
0 commit comments