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

Overview

:nodoc:

Defined Under Namespace

Modules: Common Classes: Helper, Notification, Return

Class Method Summary collapse

Class Method Details

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



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

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

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



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

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