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