Paypal is now working
This commit is contained in:
@@ -54,6 +54,6 @@ BikeBike::Application.configure do
|
||||
#PerfTools::CpuProfiler.start('/tmp/dev_prof')
|
||||
config.serve_static_assets = true
|
||||
#config.assets.precompile = false
|
||||
#Paypal.sandbox!
|
||||
Paypal.sandbox!
|
||||
#Paypal.sandbox = false
|
||||
end
|
||||
|
||||
+2
-2
@@ -17,8 +17,8 @@ BikeBike::Application.routes.draw do
|
||||
match 'register(/:step)' => 'conferences#register', via: [:get, :post]
|
||||
get 'register/confirm/:confirmation_token' => 'conferences#register_confirm'
|
||||
match 'register/pay-registration/:confirmation_token' => 'conferences#register_pay_registration', via: [:get, :post]
|
||||
get 'register/confirm-payment/:confirmation_token' => 'conferences#register_confirm_payment'
|
||||
get 'register/cancel-payment/:confirmation_token' => 'conferences#register_cancel_payment'
|
||||
get 'register/paypal-confirm/:confirmation_token' => 'conferences#register_paypal_confirm'
|
||||
get 'register/paypal-cancel/:confirmation_token' => 'conferences#register_paypal_cancel'
|
||||
#patch 'register/step/:step' => 'conferences#register_step'
|
||||
#resources :registrations, :path => 'registration' do
|
||||
# get :form, on: :collection
|
||||
|
||||
Reference in New Issue
Block a user