Sha256: 066340fd95bcac12682b17277908832b606bc59e5a88ddb8963f8d6249d7e423

Contents?: true

Size: 243 Bytes

Versions: 3

Compression:

Stored size: 243 Bytes

Contents

require_dependency 'opay/application_controller'

module Opay
  class TransferujController < ApplicationController
    def online
      render text: Providers::Transferuj.process(params) ? 'TRUE' : ''
    end

    def secure
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opay-1.3.2 app/controllers/opay/transferuj_controller.rb
opay-1.3.1 app/controllers/opay/transferuj_controller.rb
opay-1.3.0 app/controllers/opay/transferuj_controller.rb