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

How do I change the text, 'Credit card acceptance is pending' #112

Closed maxrosecollins closed 9 years ago

maxrosecollins commented 9 years ago

I don't think this is descriptive enough, the customer should know it has been declined.

DanielKehoe commented 9 years ago

Just do a global search on the application files. You'll find it in app/views/devise/registrations/new.html.erb.

DanielKehoe commented 9 years ago

There is a new version of this application for Rails 4.2 using the Payola gem.