Module: ActiveMerchant::Billing::Integrations::Bogus

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

Defined Under Namespace

Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

.notification(post) ⇒ Object



11
12
13
# File 'lib/active_merchant/billing/integrations/bogus.rb', line 11

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