module ActiveMerchant::Billing::ThreeDSecureEciMapper

Constants

ATTEMPTED_AUTHENTICATION_TRANSACTION
BRAND_TO_ECI_MAP
ECI_00_01_02_MAP
ECI_05_06_07_MAP
FULLY_AUTHENTICATED_TRANSACTION
NON_THREE_D_SECURE_TRANSACTION

Public Class Methods

map(brand, eci) click to toggle source
# File lib/active_merchant/billing/three_d_secure_eci_mapper.rb, line 22
def self.map(brand, eci)
  BRAND_TO_ECI_MAP.dig(brand, eci)
end