mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
bugfix: use connector error handler for 500 error messages. (#696)
This commit is contained in:
@ -254,6 +254,7 @@ pub enum ConnectorError {
|
||||
NotSupported {
|
||||
payment_method: String,
|
||||
connector: &'static str,
|
||||
payment_experience: String,
|
||||
},
|
||||
#[error("Missing connector transaction ID")]
|
||||
MissingConnectorTransactionID,
|
||||
|
||||
Reference in New Issue
Block a user