Module | ActiveMerchant::Billing::Base |
In: |
lib/active_merchant/billing/base.rb
|
Return the matching gateway for the provider
ActiveMerchant::Billing::Base.gateway(‘moneris’).new
Return the matching integration module You can then get the notification from the module
chronopay = ActiveMerchant::Billing::Base.integration(‘chronopay’) notification = chronopay.notification(raw_post)