Sha256: c9e6642ca82077ece6e4368cf6fe77f5e2223c4db698739a390ca446d29eaa7e

Contents?: true

Size: 604 Bytes

Versions: 59

Compression:

Stored size: 604 Bytes

Contents

require 'active_merchant/billing/gateways/smart_ps.rb'
require 'active_merchant/billing/gateways/braintree/braintree_common'

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    class BraintreeOrangeGateway < SmartPs
      include BraintreeCommon

      self.display_name = 'Braintree (Orange Platform)'
      self.supported_countries = ['US']

      self.live_url = self.test_url = 'https://secure.braintreepaymentgateway.com/api/transact.php'

      def add_processor(post, options)
        post[:processor_id] = options[:processor] unless options[:processor].nil?
      end
    end
  end
end

Version data entries

59 entries across 59 versions & 4 rubygems

Version Path
activemerchant-1.114.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.113.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.112.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.111.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.110.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.109.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.108.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.107.4 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.107.3 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.107.2 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.107.1 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.106.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.105.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.104.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.103.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.102.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.101.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.100.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.99.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.98.0 lib/active_merchant/billing/gateways/braintree_orange.rb