Methods

Included Modules

Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::BraintreeGateway

Public Class Methods

new(options={}) click to toggle source
# 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.