bugfix: use connector error handler for 500 error messages. (#696)

This commit is contained in:
Narayan Bhat
2023-03-02 16:46:27 +05:30
committed by GitHub
parent d622b7438e
commit 9fe2093215
10 changed files with 60 additions and 35 deletions

View File

@ -135,7 +135,8 @@ async fn should_throw_not_implemented_for_unsupported_issuer() {
*response.unwrap_err().current_context(),
errors::ConnectorError::NotSupported {
payment_method: "Maestro".to_string(),
connector: "worldline"
connector: "worldline",
payment_experience: "redirect_to_url".to_string(),
}
)
}