Class: Opay::PayuController

Inherits:
ApplicationController show all
Defined in:
app/controllers/opay/payu_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#correct_authorization, #wrong_authorizationt

Instance Method Details

#onlineObject



5
6
7
# File 'app/controllers/opay/payu_controller.rb', line 5

def online
  render text: Providers::Payu.process(params[:pos_id], params[:session_id], params[:ts], params[:sig]) ? 'OK' : ''
end

#paygwObject



9
10
# File 'app/controllers/opay/payu_controller.rb', line 9

def paygw
end