Module: OffsitePayments::Integrations::Epay

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

Defined Under Namespace

Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

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



7
8
9
# File 'lib/offsite_payments/integrations/epay.rb', line 7

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

.return(post, options = {}) ⇒ Object



11
12
13
# File 'lib/offsite_payments/integrations/epay.rb', line 11

def self.return(post, options = {})
  Return.new(post, options)
end