Module: ActiveMerchant::Billing::Integrations::Migs

Defined in:
lib/active_merchant/billing/integrations/migs.rb,
lib/active_merchant/billing/integrations/migs/helper.rb,
lib/active_merchant/billing/integrations/migs/return.rb

Defined Under Namespace

Classes: Helper, Return

Class Method Summary collapse

Class Method Details

.notification(post) ⇒ Object



12
13
14
# File 'lib/active_merchant/billing/integrations/migs.rb', line 12

def self.notification(post)
  Notification.new(post)
end

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



16
17
18
# File 'lib/active_merchant/billing/integrations/migs.rb', line 16

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