Sha256: e221be49a2b1f768d2dde3b04c0de3ae7350ca33a4c6100cccd298488bbe1a21

Contents?: true

Size: 720 Bytes

Versions: 89

Compression:

Stored size: 720 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
  end
end

Version data entries

89 entries across 89 versions & 21 rubygems

Version Path
humanzz-activemerchant-1.7.1.1 lib/active_merchant/billing/gateways/transax.rb
humanzz-activemerchant-1.7.1 lib/active_merchant/billing/gateways/transax.rb
smulube-activemerchant-1.7.1 lib/active_merchant/billing/gateways/transax.rb
smulube-activemerchant-1.7.0.3 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.7.1 lib/active_merchant/billing/gateways/transax.rb
johnreitano-activemerchant-1.5.8 lib/active_merchant/billing/gateways/transax.rb
smulube-activemerchant-1.7.0.2 lib/active_merchant/billing/gateways/transax.rb
smulube-activemerchant-1.7.0.1 lib/active_merchant/billing/gateways/transax.rb
johnreitano-activemerchant-1.5.7 lib/active_merchant/billing/gateways/transax.rb
smulube-activemerchant-1.7.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.7.0 lib/active_merchant/billing/gateways/transax.rb
activemerchant-1.6.0 lib/active_merchant/billing/gateways/transax.rb
bitfluent-activemerchant-1.5.1.1 lib/active_merchant/billing/gateways/transax.rb
johnreitano-activemerchant-1.5.5 lib/active_merchant/billing/gateways/transax.rb
johnreitano-activemerchant-1.5.4 lib/active_merchant/billing/gateways/transax.rb
smulube-activemerchant-1.5.1.4 lib/active_merchant/billing/gateways/transax.rb
smulube-activemerchant-1.5.1.3 lib/active_merchant/billing/gateways/transax.rb
johnreitano-activemerchant-1.5.3 lib/active_merchant/billing/gateways/transax.rb
johnreitano-activemerchant-1.5.2 lib/active_merchant/billing/gateways/transax.rb
smulube-activemerchant-1.5.1.2 lib/active_merchant/billing/gateways/transax.rb