mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
refactor(auth_type): updated auth type in update tracker and also changed the default flow to non-3ds from 3ds (#1424)
This commit is contained in:
@ -61,9 +61,9 @@ pub enum AttemptStatus {
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum AuthenticationType {
|
||||
/// If the card is enrolled for 3DS authentication, the 3DS based authentication will be activated. The liability of chargeback shift to the issuer
|
||||
#[default]
|
||||
ThreeDs,
|
||||
/// 3DS based authentication will not be activated. The liability of chargeback stays with the merchant.
|
||||
#[default]
|
||||
NoThreeDs,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user