Methods

Class Index [+]

Quicksearch

BraintreeCommon

Public Class Methods

included(base) click to toggle source
   # File lib/active_merchant/billing/gateways/braintree/braintree_common.rb, line 2
2:   def self.included(base)
3:     base.supported_countries = ['US']
4:     base.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :diners_club]
5:     base.homepage_url = 'http://www.braintreepaymentsolutions.com'
6:     base.display_name = 'Braintree'
7:     base.default_currency = 'USD'
8:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.