Sha256: df7ff37b7eaafe6808ca5132cfcba0355d5bb24cc4005a9e9107186b5ed48ee0
Contents?: true
Size: 405 Bytes
Versions: 66
Compression:
Stored size: 405 Bytes
Contents
require File.dirname(__FILE__) + '/braintree/braintree_common' module ActiveMerchant #:nodoc: module Billing #:nodoc: class BraintreeGateway < Gateway include BraintreeCommon def self.new(options={}) if options.has_key?(:login) BraintreeOrangeGateway.new(options) else BraintreeBlueGateway.new(options) end end end end end
Version data entries
66 entries across 66 versions & 16 rubygems