RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.

Home Page:http://railsapps.github.io/rails-stripe-membership-saas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe Public Key Returning Nil?

alaxicsmith opened this issue · comments

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?

what do your tests say?

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