Module: ActiveMerchant::Billing::Integrations::Gestpay

Defined in:
lib/active_merchant/billing/integrations/gestpay.rb,
lib/active_merchant/billing/integrations/gestpay/common.rb,
lib/active_merchant/billing/integrations/gestpay/helper.rb,
lib/active_merchant/billing/integrations/gestpay/return.rb,
lib/active_merchant/billing/integrations/gestpay/notification.rb

Defined Under Namespace

Modules: Common Classes: Helper, Notification, Return

Class Method Summary collapse

Class Method Details

.notification(post) ⇒ Object



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

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

.return(query_string) ⇒ Object



20
21
22
# File 'lib/active_merchant/billing/integrations/gestpay.rb', line 20

def self.return(query_string)
  Return.new(query_string)
end