lib/active_merchant/billing/gateways/transax.rb in jelaniharris-activemerchant-1.24.1 vs lib/active_merchant/billing/gateways/transax.rb in jelaniharris-activemerchant-1.29.1

- old
+ new

@@ -1,12 +1,10 @@ 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 + 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