Browse Source

Paypal test 2

development
Godwin 10 years ago
parent
commit
ff85e2ada3
  1. 2
      app/controllers/conferences_controller.rb

2
app/controllers/conferences_controller.rb

@ -506,7 +506,7 @@ class ConferencesController < ApplicationController
ddd
end
end
elsif params[:test] == '1'
elsif params[:test]
paypal_info = get_secure_info(:paypal)
request = Paypal::Express::Request.new(
:username => paypal_info[:username].strip!,

Loading…
Cancel
Save