Sha256: 7ef46a94d4a91a774d42251fc4cba68c0a4ee0d84238857c9b00035846ff6528

Contents?: true

Size: 424 Bytes

Versions: 51

Compression:

Stored size: 424 Bytes

Contents

require File.dirname(__FILE__) +  '/smart_ps.rb'
require File.dirname(__FILE__) + '/braintree/braintree_common'

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

      self.display_name = 'Braintree (Orange Platform)'
      
      def api_url
        'https://secure.braintreepaymentgateway.com/api/transact.php'
      end
    end
  end
end

Version data entries

51 entries across 51 versions & 14 rubygems

Version Path
activemerchant-1.12.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-abn-ideal-1.7.0c lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-abn-ideal-1.7.0b lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.11.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.10.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.9.4 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.9.3 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.9.2 lib/active_merchant/billing/gateways/braintree_orange.rb
n8_activemerchant-1.9.3 lib/active_merchant/billing/gateways/braintree_orange.rb
maedana-activemerchant-1.9.1.1 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.9.1 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.9.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.8.0 lib/active_merchant/billing/gateways/braintree_orange.rb
smulube-activemerchant-1.7.1.5 lib/active_merchant/billing/gateways/braintree_orange.rb
smulube-activemerchant-1.7.1.4 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.7.3 lib/active_merchant/billing/gateways/braintree_orange.rb
smulube-activemerchant-1.7.1.3 lib/active_merchant/billing/gateways/braintree_orange.rb
glebm-activemerchant-1.7.2.1 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.7.2 lib/active_merchant/billing/gateways/braintree_orange.rb
projectdx_activemerchant-1.7.1.20100817.3 lib/active_merchant/billing/gateways/braintree_orange.rb