module OffsitePayments::Integrations::Moneybookers
Public Class Methods
notification(post, options)
click to toggle source
# File lib/offsite_payments/integrations/moneybookers.rb, line 12 def notification(post, options) Notification.new(post, options) end
return(post, options = {})
click to toggle source
# File lib/offsite_payments/integrations/moneybookers.rb, line 16 def return(post, options = {}) Return.new(post, options) end
service_url()
click to toggle source
# File lib/offsite_payments/integrations/moneybookers.rb, line 8 def service_url production_url end