# File lib/active_merchant/billing/base.rb, line 47 def self.integration(name) Billing::Integrations.const_get("#{name.to_s.downcase}".camelize) end