Skip to content

Commit 18276ec

Browse files
committed
add stripe creds
1 parent ff7b018 commit 18276ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/initializers/stripe.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)