mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(connector): [STRIPE] Retrieving Connect Account Id from Mandate Metadata in MITs (#8326)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
This commit is contained in:
committed by
GitHub
parent
aee3f6441f
commit
17c30b6105
@ -193,6 +193,8 @@ pub enum ConnectorError {
|
||||
InvalidDataFormat { field_name: &'static str },
|
||||
#[error("Payment Method data / Payment Method Type / Payment Experience Mismatch ")]
|
||||
MismatchedPaymentData,
|
||||
#[error("Field {fields} doesn't match with the ones used during mandate creation")]
|
||||
MandatePaymentDataMismatch { fields: String },
|
||||
#[error("Failed to parse Wallet token")]
|
||||
InvalidWalletToken { wallet_name: String },
|
||||
#[error("Missing Connector Related Transaction ID")]
|
||||
|
||||
Reference in New Issue
Block a user