mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +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 {
|
||||
status: enums::AttemptStatus::AuthenticationFailed,
|
||||
error_code: None,
|
||||
error_message: None,
|
||||
error_message: Some("3ds Authentication failed".to_string()),
|
||||
})
|
||||
}
|
||||
_ => Ok(CallConnectorAction::Trigger),
|
||||
|
||||
Reference in New Issue
Block a user