fix(connectors): fix wallet token deserialization error (#4133)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2024-03-27 11:47:30 +05:30
committed by GitHub
parent 070622125f
commit 929848f871
22 changed files with 147 additions and 61 deletions

View File

@ -374,7 +374,7 @@ pub enum ConnectorError {
#[error("Payment Method data / Payment Method Type / Payment Experience Mismatch ")]
MismatchedPaymentData,
#[error("Failed to parse Wallet token")]
InvalidWalletToken,
InvalidWalletToken { wallet_name: String },
#[error("Missing Connector Related Transaction ID")]
MissingConnectorRelatedTransactionID { id: String },
#[error("File Validation failed")]