Module: ActiveMerchant::Billing::Integrations::PayflowLink

Defined in:
lib/active_merchant/billing/integrations/payflow_link.rb,
lib/active_merchant/billing/integrations/payflow_link/helper.rb,
lib/active_merchant/billing/integrations/payflow_link/notification.rb

Defined Under Namespace

Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

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



11
12
13
# File 'lib/active_merchant/billing/integrations/payflow_link.rb', line 11

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

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



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

def self.return(query_string, options = {})
  ActiveMerchant::Billing::Integrations::Return.new(query_string)
end