# File lib/active_merchant/billing/gateways/braintree.rb, line 8 def self.new(options={}) if options.has_key?(:login) BraintreeOrangeGateway.new(options) else BraintreeBlueGateway.new(options) end end