Module: OffsitePayments::Integrations::EasyPay

Defined in:
lib/offsite_payments/integrations/easy_pay.rb

Overview

Documentation: ssl.easypay.by/light/

Defined Under Namespace

Modules: Common Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

.helper(order, account, options = {}) ⇒ Object



14
15
16
# File 'lib/offsite_payments/integrations/easy_pay.rb', line 14

def self.helper(order, , options = {})
  Helper.new(order, , options)
end

.notification(query_string, options = {}) ⇒ Object



18
19
20
# File 'lib/offsite_payments/integrations/easy_pay.rb', line 18

def self.notification(query_string, options = {})
  Notification.new(query_string, options)
end