touch up the alternate payment page, switch to new paypal account

This commit is contained in:
Kyle Drake 2015-02-24 18:13:44 -08:00
parent 474f5be8e7
commit 3c40fb6503
3 changed files with 55 additions and 28 deletions

View file

@ -94,6 +94,11 @@ get '/plan/thanks' do
erb :'plan/thanks'
end
get '/plan/thanks-paypal' do
require_login
erb :'plan/thanks-paypal'
end
get '/plan/alternate/?' do
erb :'/plan/alternate'
end