Class: Opay::TransferujController

Inherits:
ApplicationController show all
Defined in:
app/controllers/opay/transferuj_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/transferuj_controller.rb', line 5

def online
  render text: Providers::Transferuj.process(params) ? 'TRUE' : ''
end

#secureObject



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

def secure
end