module AuthorizeNet::ValidationMode
¶ ↑
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?
¶ ↑
Constants
- LIVE
- NONE
- TEST