module OffsitePayments::Integrations::Doku
Public Class Methods
notification(post, options = {})
click to toggle source
# File lib/offsite_payments/integrations/doku.rb, line 8 def self.notification(post, options = {}) Notification.new(post, options) end
return(post, options = {})
click to toggle source
# File lib/offsite_payments/integrations/doku.rb, line 12 def self.return(post, options = {}) Return.new(post, options) end
service_url()
click to toggle source
# File lib/offsite_payments/integrations/doku.rb, line 4 def self.service_url 'https://apps.myshortcart.com/payment/request-payment/' end