mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
Fix(connector): [NUVEI] 3ds unsuccessful redirection error msg (#9471)
This commit is contained in:
@ -1270,7 +1270,7 @@ impl ConnectorRedirectResponse for Nuvei {
|
|||||||
Ok(CallConnectorAction::StatusUpdate {
|
Ok(CallConnectorAction::StatusUpdate {
|
||||||
status: enums::AttemptStatus::AuthenticationFailed,
|
status: enums::AttemptStatus::AuthenticationFailed,
|
||||||
error_code: None,
|
error_code: None,
|
||||||
error_message: None,
|
error_message: Some("3ds Authentication failed".to_string()),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
_ => Ok(CallConnectorAction::Trigger),
|
_ => Ok(CallConnectorAction::Trigger),
|
||||||
|
|||||||
Reference in New Issue
Block a user