Method: ActiveMerchant::Billing::Integrations::Moneybookers.notification

Defined in:
lib/active_merchant/billing/integrations/moneybookers.rb

.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