mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(pm_list): handle client secret check (#759)
This commit is contained in:
@ -406,7 +406,8 @@ impl From<errors::ApiErrorResponse> for StripeErrorCode {
|
||||
errors::ApiErrorResponse::CustomerNotFound => Self::CustomerNotFound,
|
||||
errors::ApiErrorResponse::PaymentNotFound => Self::PaymentNotFound,
|
||||
errors::ApiErrorResponse::PaymentMethodNotFound => Self::PaymentMethodNotFound,
|
||||
errors::ApiErrorResponse::ClientSecretNotGiven => Self::ClientSecretNotFound,
|
||||
errors::ApiErrorResponse::ClientSecretNotGiven
|
||||
| errors::ApiErrorResponse::ClientSecretExpired => Self::ClientSecretNotFound,
|
||||
errors::ApiErrorResponse::MerchantAccountNotFound => Self::MerchantAccountNotFound,
|
||||
errors::ApiErrorResponse::ResourceIdNotFound => Self::ResourceIdNotFound,
|
||||
errors::ApiErrorResponse::MerchantConnectorAccountNotFound => {
|
||||
|
||||
Reference in New Issue
Block a user