ActiveMerchant::Billing::Gateway
# 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
[Validate]
Generated with the Darkfish Rdoc Generator 2.