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