Class ActiveMerchant::Billing::UsaEpayGateway
In: lib/active_merchant/billing/gateways/usa_epay.rb
Parent: Gateway

Delegates to the appropriate gateway, either the Transaction or Advanced depending on options passed to new.

Methods

new  

Public Class methods

Creates an instance of UsaEpayTransactionGateway by default, but if :software id or :live_url are passed in the options hash it will create an instance of UsaEpayAdvancedGateway.

[Validate]