mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +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:
@ -80,8 +80,8 @@ pub enum AttemptStatus {
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum AuthenticationType {
|
||||
#[default]
|
||||
ThreeDs,
|
||||
#[default]
|
||||
NoThreeDs,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user