module PayU

Base module

Constants

AMOUNT_REGEX
EMAIL_REGEX
VERSION

Attributes

key[RW]
salt[RW]

Public Class Methods

init(key, salt) click to toggle source
# File lib/payu-sdk.rb, line 12
def self.init(key, salt)
  self.key = key
  self.salt = salt
end