Module: Tinkoff

Includes:
ActiveSupport::Configurable
Defined in:
lib/tinkoff.rb,
lib/tinkoff/client.rb,
lib/tinkoff/payment.rb,
lib/tinkoff/request.rb,
lib/tinkoff/version.rb,
lib/tinkoff/notification.rb

Defined Under Namespace

Classes: Client, Notification, Payment, Request

Constant Summary collapse

VERSION =
'0.4.2'

Class Method Summary collapse

Class Method Details

.tinkoff_paramsObject



15
16
17
18
19
20
# File 'lib/tinkoff.rb', line 15

def self.tinkoff_params
  {
    TerminalKey: Tinkoff.config.terminal_key,
    Password: Tinkoff.config.password
  }
end