Module: OffsitePayments::Integrations::Gestpay
- Defined in:
- lib/offsite_payments/integrations/gestpay.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Common Classes: Helper, Notification, Return
Class Method Summary collapse
Class Method Details
.notification(post, options = {}) ⇒ Object
9 10 11 |
# File 'lib/offsite_payments/integrations/gestpay.rb', line 9 def self.notification(post, = {}) Notification.new(post) end |
.return(query_string, options = {}) ⇒ Object
13 14 15 |
# File 'lib/offsite_payments/integrations/gestpay.rb', line 13 def self.return(query_string, = {}) Return.new(query_string) end |