Module: ActiveMerchant::Billing::Integrations::PaypalPaymentsAdvanced
- Defined in:
- lib/active_merchant/billing/integrations/paypal_payments_advanced.rb,
lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
Defined Under Namespace
Classes: Helper
Class Method Summary collapse
Class Method Details
.notification(post, options = {}) ⇒ Object
10 11 12 |
# File 'lib/active_merchant/billing/integrations/paypal_payments_advanced.rb', line 10 def self.notification(post, = {}) PayflowLink::Notification.new(post) end |
.return(query_string, options = {}) ⇒ Object
14 15 16 |
# File 'lib/active_merchant/billing/integrations/paypal_payments_advanced.rb', line 14 def self.return(query_string, = {}) Return.new(query_string) end |