Module: ActiveMerchant::Billing::ResponseParser::ResultCode
- Defined in:
- lib/active_merchant/billing/gateways/response_parser.rb
Constant Summary collapse
- FAILURE =
'0'- SUCCESS =
'1'- THREE_D_SECURE_1 =
'5'- THREE_D_SECURE_2 =
'6'- SYSTEM_ERROR =
'9'
'0'
'1'
'5'
'6'
'9'