Sha256: 072d848122ae266e61f5edff0917d1f2619c20064fdbc00919330fa37c3793b8

Contents?: true

Size: 721 Bytes

Versions: 99

Compression:

Stored size: 721 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

99 entries across 98 versions & 7 rubygems

Version Path
solidus_backend-1.0.0.pre3 vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/transax.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.52.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.51.0 lib/active_merchant/billing/gateways/transax.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/activemerchant-1.44.1/lib/active_merchant/billing/gateways/transax.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.50.0 lib/active_merchant/billing/gateways/transax.rb
tanga_activemerchant-1.38.0.1 lib/active_merchant/billing/gateways/transax.rb
tanga_activemerchant-1.38.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.49.0 lib/active_merchant/billing/gateways/transax.rb
tanga_activemerchant-1.37.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.48.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.47.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.46.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.45.0 lib/active_merchant/billing/gateways/transax.rb
aktivemerchant-2.0.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.44.1 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.44.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.43.3 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.43.1 lib/active_merchant/billing/gateways/transax.rb