Module: AuthorizeNet::ValidationMode

Defined in:
lib/authorize_net.rb

Overview

Constants for types of authorize net credit card validation

Live Mode - Executes a test charge on the credit card for $0.01

that is immediately voided

Test Mode - Does basic mathematical checks on card validity None - No validation, could be useful for integration tests?

Constant Summary collapse

LIVE =
"liveMode"
TEST =
"testMode"
NONE =
"None"