Sha256: 30eeebf0bd247043e1f524252aeb33271697072c6f185dc137cadd98ace2bc08

Contents?: true

Size: 691 Bytes

Versions: 26

Compression:

Stored size: 691 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 = %i[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

26 entries across 26 versions & 3 rubygems

Version Path
swiss-activemerchant-1.0.5 lib/active_merchant/billing/gateways/transax.rb
swiss-activemerchant-1.0.4 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.137.0 lib/active_merchant/billing/gateways/transax.rb
swiss-activemerchant-1.0.2 lib/active_merchant/billing/gateways/transax.rb
swiss-activemerchant-1.0.1 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.133.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.131.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.130.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.129.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.126.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.125.0 lib/active_merchant/billing/gateways/transax.rb
archetype2142_activemerchant-1.124.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.124.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.123.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.121.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.120.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.119.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.118.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.117.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.116.0 lib/active_merchant/billing/gateways/transax.rb