Module: OffsitePayments::Integrations::Doku
- Defined in:
- lib/offsite_payments/integrations/doku.rb
Defined Under Namespace
Classes: Helper, Notification, Return
Class Method Summary
collapse
Class Method Details
.notification(post, options = {}) ⇒ Object
8
9
10
|
# File 'lib/offsite_payments/integrations/doku.rb', line 8
def self.notification(post, options = {})
Notification.new(post, options)
end
|
.return(post, options = {}) ⇒ Object
12
13
14
|
# File 'lib/offsite_payments/integrations/doku.rb', line 12
def self.return(post, options = {})
Return.new(post, options)
end
|
.service_url ⇒ Object
4
5
6
|
# File 'lib/offsite_payments/integrations/doku.rb', line 4
def self.service_url
'https://apps.myshortcart.com/payment/request-payment/'
end
|