Sha256: 583dce3ebec9bf9bedd989819afd740c68a34e86ac6b0ddb03dfbdb375dd91b7

Contents?: true

Size: 697 Bytes

Versions: 18

Compression:

Stored size: 697 Bytes

Contents

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

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    class TransaxGateway < SmartPs
      self.live_url = self.test_url = 'https://secure.nelixtransax.net/api/transact.php'

      # 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
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
activemerchant-1.103.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.102.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.101.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.100.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.99.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.98.0 lib/active_merchant/billing/gateways/transax.rb
active_accountability_merchant-1.97.1 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.97.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.96.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.95.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.94.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.93.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.92.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.91.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.90.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.89.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.88.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.87.0 lib/active_merchant/billing/gateways/transax.rb