Class: ActiveMerchant::Billing::TransaxGateway

Inherits:
SmartPs show all
Defined in:
lib/active_merchant/billing/gateways/transax.rb

Constant Summary

Constants inherited from Gateway

Gateway::CREDIT_DEPRECATION_MESSAGE, Gateway::CURRENCIES_WITHOUT_FRACTIONS, Gateway::DEBIT_CARDS

Instance Attribute Summary

Attributes inherited from Gateway

#options

Instance Method Summary collapse

Methods inherited from SmartPs

#amend, #authorize, #capture, #credit, #delete, #initialize, #purchase, #refund, #store, #update, #void

Methods inherited from Gateway

#card_brand, card_brand, inherited, #initialize, supports?, #test?

Methods included from CreditCardFormatting

#format

Constructor Details

This class inherits a constructor from ActiveMerchant::Billing::SmartPs

Instance Method Details

#api_urlObject



6
7
8
# File 'lib/active_merchant/billing/gateways/transax.rb', line 6

def api_url 
  'https://secure.nelixtransax.net/api/transact.php'
end