mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
fix(router): outgoing webhook api call (#1193)
This commit is contained in:
committed by
GitHub
parent
1f52a66452
commit
31a52d8058
@ -460,6 +460,8 @@ pub enum WebhooksFlowError {
|
||||
NotImplemented,
|
||||
#[error("Dispute webhook status validation failed")]
|
||||
DisputeWebhookValidationFailed,
|
||||
#[error("Outgoing webhook body encoding failed")]
|
||||
OutgoingWebhookEncodingFailed,
|
||||
}
|
||||
|
||||
#[cfg(feature = "detailed_errors")]
|
||||
|
||||
Reference in New Issue
Block a user