mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +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
@ -600,6 +600,7 @@ impl From<errors::ApiErrorResponse> for StripeErrorCode {
|
||||
errors::ApiErrorResponse::AddressNotFound => Self::AddressNotFound,
|
||||
errors::ApiErrorResponse::NotImplemented { .. } => Self::Unauthorized,
|
||||
errors::ApiErrorResponse::FlowNotSupported { .. } => Self::InternalServerError,
|
||||
errors::ApiErrorResponse::MandatePaymentDataMismatch { .. } => Self::PlatformBadRequest,
|
||||
errors::ApiErrorResponse::PaymentUnexpectedState {
|
||||
current_flow,
|
||||
field_name,
|
||||
|
||||
Reference in New Issue
Block a user