Module ActiveMerchant::Billing::Base
In: lib/active_merchant/billing/base.rb

Methods

gateway   integration   mode=   test?  

Public Class methods

Return the matching gateway for the provider

Return the matching integration module You can then get the notification from the module

  • bogus: Bogus - Does nothing (for testing)
  • chronopay: Chronopay - Does nothing (for testing)
  • paypal: Chronopay - Does nothing (for testing)

    chronopay = ActiveMerchant::Billing::Base.integration(‘chronopay’) notification = chronopay.notification(raw_post)

A check to see if we‘re in test mode

[Validate]