Created
March 2, 2014 21:45
-
-
Save nicklonz/9314445 to your computer and use it in GitHub Desktop.
NL Stripe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails.configuration.stripe = { | |
<<<<<<< HEAD | |
:publishable_key => ENV "pk_test_Gl3BF0sG3c9GtpKJGj0icbTO", | |
:secret_key => ENV "sk_test_URA3A6ieIkMujq21xsJ4DoIH" | |
======= | |
:publishable_key => 'pk_test_Gl3BF0sG3c9GtpKJGj0icbTO', | |
:secret_key => 'sk_test_URA3A6ieIkMujq21xsJ4DoIH' | |
>>>>>>> 4dd34627164af2a21914c9af74cbdf02f89dfdaf | |
} | |
Stripe.api_key = Rails.configuration.stripe[:secret_key] | |
bmneely
commented
Mar 2, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment