module OffsitePayments

Public Class Methods

mode() click to toggle source
# File lib/active_merchant/offsite_payments_shim.rb, line 16
def self.mode
  ActiveMerchant::Billing::Base.integration_mode
end