Module: ActiveMerchant::Billing::Integrations::Moneybookers
- Defined in:
- lib/active_merchant/billing/integrations/moneybookers.rb,
lib/active_merchant/billing/integrations/moneybookers/helper.rb,
lib/active_merchant/billing/integrations/moneybookers/notification.rb
Defined Under Namespace
Classes: Helper, Notification
Class Method Summary
collapse
Class Method Details
.notification(post, options) ⇒ Object
16
17
18
|
# File 'lib/active_merchant/billing/integrations/moneybookers.rb', line 16
def self.notification(post, options)
Notification.new(post, options)
end
|
.return(post, options = {}) ⇒ Object
20
21
22
|
# File 'lib/active_merchant/billing/integrations/moneybookers.rb', line 20
def self.return(post, options = {})
Return.new(post, options)
end
|
.service_url ⇒ Object
12
13
14
|
# File 'lib/active_merchant/billing/integrations/moneybookers.rb', line 12
def self.service_url
self.production_url
end
|