Sha256: ae19445bed4c6a81167ef13657bfb06311d63876c9ca3c4dab18fb0d371dbb79

Contents?: true

Size: 756 Bytes

Versions: 30

Compression:

Stored size: 756 Bytes

Contents

require File.join(File.dirname(__FILE__),'smart_ps.rb')

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    class TransaxGateway < SmartPs
      def api_url 
        'https://secure.nelixtransax.net/api/transact.php'
      end
      
      # The countries the gateway supports merchants from as 2 digit ISO country codes
      self.supported_countries = ['US']
      
      # The card types supported by the payment gateway
      self.supported_cardtypes = [:visa, :master, :american_express, :discover]
      
      # The homepage URL of the gateway
      self.homepage_url = 'https://www.nelixtransax.com/'
      
      # The name of the gateway
      self.display_name = 'NELiX TransaX'

    end
    TransaXGateway = TransaxGateway
  end
end

Version data entries

30 entries across 30 versions & 9 rubygems

Version Path
johnideal-activemerchant-1.4.10 lib/active_merchant/billing/gateways/transax.rb
johnideal-activemerchant-1.4.11 lib/active_merchant/billing/gateways/transax.rb
johnideal-activemerchant-1.4.4 lib/active_merchant/billing/gateways/transax.rb
johnideal-activemerchant-1.4.5 lib/active_merchant/billing/gateways/transax.rb
johnideal-activemerchant-1.4.6 lib/active_merchant/billing/gateways/transax.rb
johnideal-activemerchant-1.4.7 lib/active_merchant/billing/gateways/transax.rb
johnideal-activemerchant-1.4.8 lib/active_merchant/billing/gateways/transax.rb
mattbauer-activemerchant-1.4.2 lib/active_merchant/billing/gateways/transax.rb
tomriley-active_merchant-1.4.2.3 lib/active_merchant/billing/gateways/transax.rb
tomriley-active_merchant-1.4.2.4 lib/active_merchant/billing/gateways/transax.rb
tomriley-active_merchant-1.4.2.5 lib/active_merchant/billing/gateways/transax.rb
tomriley-active_merchant-1.4.2.6 lib/active_merchant/billing/gateways/transax.rb
tomriley-active_merchant-1.4.2.7 lib/active_merchant/billing/gateways/transax.rb
tomriley-active_merchant-1.4.2.8 lib/active_merchant/billing/gateways/transax.rb
tomriley-tomriley-active_merchant-1.4.2.4 lib/active_merchant/billing/gateways/transax.rb
goldstar-activemerchant-1.4.2.7 lib/active_merchant/billing/gateways/transax.rb
goldstar-activemerchant-1.4.2.6 lib/active_merchant/billing/gateways/transax.rb
tomriley-active_merchant-1.4.2.11 lib/active_merchant/billing/gateways/transax.rb
tomriley-active_merchant-1.4.2.10 lib/active_merchant/billing/gateways/transax.rb
ghazel-activemerchant-1.4.2 lib/active_merchant/billing/gateways/transax.rb