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

@ -254,6 +254,7 @@ pub enum ConnectorError {
NotSupported {
payment_method: String,
connector: &'static str,
payment_experience: String,
},
#[error("Missing connector transaction ID")]
MissingConnectorTransactionID,