mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
bugfix: use connector error handler for 500 error messages. (#696)
This commit is contained in:
@ -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(),
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user