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