Module: OffsitePayments::Integrations::A1agregator

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

Defined Under Namespace

Classes: Helper, Notification, Status

Class Method Summary collapse

Class Method Details

.notification(*args) ⇒ Object



10
11
12
# File 'lib/offsite_payments/integrations/a1agregator.rb', line 10

def self.notification(*args)
  Notification.new(*args)
end

.status(login, password) ⇒ Object



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

def self.status(, password)
  Status.new(, password)
end