# File lib/active_merchant/billing/base.rb, line 18 def self.mode=(mode) @@mode = mode self.gateway_mode = mode self.integration_mode = mode end