Fix(connector): [NUVEI] 3ds unsuccessful redirection error msg (#9471)

This commit is contained in:
Nithin N
2025-09-23 15:47:27 +05:30
committed by GitHub
parent 61949c55e2
commit ceacec909b

View File

@ -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),