RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

Stripe Public Key Returning Nil? #62

Closed alaxicsmith closed 11 years ago

alaxicsmith commented 11 years ago

I followed the tutorial, and even read all the other issues with the same problem. I'm gettung the Stripe token not present error, but I've set the Stripe variables in the application.yml file, yet STRIPE_PUBLIC_KEY is stil returning nil, and users are unable to register. Any idea why?

tmock12 commented 11 years ago

what do your tests say?

alaxicsmith commented 11 years ago

I decided to start from scratch and write my own Rails app on Stripe.