Module: ActiveMerchant::Billing::Integrations::Nochex

Defined in:
lib/active_merchant/billing/integrations/nochex.rb,
lib/active_merchant/billing/integrations/nochex/helper.rb,
lib/active_merchant/billing/integrations/nochex/notification.rb

Defined Under Namespace

Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

.notification(post) ⇒ Object



15
16
17
# File 'lib/active_merchant/billing/integrations/nochex.rb', line 15

def self.notification(post)
  Notification.new(post)
end