Sha256: d1e20700a277ad0c222edff2b3802a7f56f43dc5410e6a1e63e1b84ad9f0544f

Contents?: true

Size: 605 Bytes

Versions: 11

Compression:

Stored size: 605 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

11 entries across 11 versions & 3 rubygems

Version Path
start_activemerchant-1.50.0 lib/active_merchant/billing/gateways/braintree_orange.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/braintree_orange.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.52.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.51.0 lib/active_merchant/billing/gateways/braintree_orange.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.50.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.49.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.48.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.47.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.46.0 lib/active_merchant/billing/gateways/braintree_orange.rb