mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(router): add external authentication webhooks flow (#4339)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d4dbaadb06
commit
00cd96d097
@ -591,6 +591,10 @@ impl From<errors::ApiErrorResponse> for StripeErrorCode {
|
||||
object: "dispute".to_owned(),
|
||||
id: dispute_id,
|
||||
},
|
||||
errors::ApiErrorResponse::AuthenticationNotFound { id } => Self::ResourceMissing {
|
||||
object: "authentication".to_owned(),
|
||||
id,
|
||||
},
|
||||
errors::ApiErrorResponse::BusinessProfileNotFound { id } => Self::ResourceMissing {
|
||||
object: "business_profile".to_owned(),
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user