notification(post, options = {})click to toggle source
# File lib/active_merchant/billing/integrations/payflow_link.rb, line 11defself.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 15defself.return(query_string, options = {})
ActiveMerchant::Billing::Integrations::Return.new(query_string)
end