Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::PayflowLink

Public Class Methods

notification(post, options = {}) click to toggle source
# File lib/active_merchant/billing/integrations/payflow_link.rb, line 11
def self.notification(post, options = {})
  Notification.new(post)
end
return(query_string, options = {}) click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.