Sha256: 7c3ffceed61fbd6a175500e221ecc91b8433e0e2bcbe2d38d83f514a4d31a74c

Contents?: true

Size: 604 Bytes

Versions: 29

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

29 entries across 29 versions & 1 rubygems

Version Path
activemerchant-1.79.2 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.79.1 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.79.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.78.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.77.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.76.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.75.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.74.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.73.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.72.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.71.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.70.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.69.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.68.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.67.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.66.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.65.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.64.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.63.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.62.0 lib/active_merchant/billing/gateways/braintree_orange.rb