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
projectdx_activemerchant-1.7.1.20100817.2 lib/active_merchant/billing/gateways/braintree_orange.rb
projectdx_activemerchant-1.7.1.20100817.1 lib/active_merchant/billing/gateways/braintree_orange.rb
humanzz-activemerchant-1.7.1.1 lib/active_merchant/billing/gateways/braintree_orange.rb
humanzz-activemerchant-1.7.1 lib/active_merchant/billing/gateways/braintree_orange.rb
smulube-activemerchant-1.7.1 lib/active_merchant/billing/gateways/braintree_orange.rb
smulube-activemerchant-1.7.0.3 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.7.1 lib/active_merchant/billing/gateways/braintree_orange.rb
smulube-activemerchant-1.7.0.2 lib/active_merchant/billing/gateways/braintree_orange.rb
smulube-activemerchant-1.7.0.1 lib/active_merchant/billing/gateways/braintree_orange.rb
smulube-activemerchant-1.7.0 lib/active_merchant/billing/gateways/braintree_orange.rb
activemerchant-1.7.0 lib/active_merchant/billing/gateways/braintree_orange.rb