mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
refactor(users): Use domain email type in user DB functions (#6699)
This commit is contained in:
@ -444,7 +444,8 @@ impl From<errors::ApiErrorResponse> for StripeErrorCode {
|
||||
| errors::ApiErrorResponse::GenericUnauthorized { .. }
|
||||
| errors::ApiErrorResponse::AccessForbidden { .. }
|
||||
| errors::ApiErrorResponse::InvalidCookie
|
||||
| errors::ApiErrorResponse::InvalidEphemeralKey => Self::Unauthorized,
|
||||
| errors::ApiErrorResponse::InvalidEphemeralKey
|
||||
| errors::ApiErrorResponse::CookieNotFound => Self::Unauthorized,
|
||||
errors::ApiErrorResponse::InvalidRequestUrl
|
||||
| errors::ApiErrorResponse::InvalidHttpMethod
|
||||
| errors::ApiErrorResponse::InvalidCardIin
|
||||
|
||||
Reference in New Issue
Block a user