Methods

Included Modules

Class Index [+]

Quicksearch

ActiveMerchant::Billing::BraintreeGateway

Public Class Methods

new(options={}) click to toggle source
    # File lib/active_merchant/billing/gateways/braintree.rb, line 8
 8:       def self.new(options={})
 9:         if options.has_key?(:login)
10:           BraintreeOrangeGateway.new(options)
11:         else
12:           BraintreeBlueGateway.new(options)
13:         end
14:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.