Module: OffsitePayments::Integrations::PaypalPaymentsAdvanced
- Defined in:
- lib/offsite_payments/integrations/paypal_payments_advanced.rb
Defined Under Namespace
Classes: Helper
Class Method Summary collapse
Class Method Details
.notification(post, options = {}) ⇒ Object
7 8 9 |
# File 'lib/offsite_payments/integrations/paypal_payments_advanced.rb', line 7 def self.notification(post, = {}) PayflowLink::Notification.new(post) end |
.return(query_string, options = {}) ⇒ Object
11 12 13 |
# File 'lib/offsite_payments/integrations/paypal_payments_advanced.rb', line 11 def self.return(query_string, = {}) Return.new(query_string) end |