Module: AuthorizeNet::KeyValueTransaction::Gateway
- Defined in:
- lib/authorize_net/key_value_transaction.rb
Overview
Constants for both the various Authorize.Net payment gateways are defined here.
Constant Summary collapse
- LIVE =
'https://secure2.authorize.net/gateway/transact.dll'
- TEST =
'https://test.authorize.net/gateway/transact.dll'
- CARD_PRESENT_LIVE =
'https://cardpresent.authorize.net/gateway/transact.dll'
- CARD_PRESENT_TEST =
'https://test.authorize.net/gateway/transact.dll'