mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(core): add signature to outgoing webhooks (#1249)
This commit is contained in:
@ -444,6 +444,8 @@ pub enum WebhooksFlowError {
|
||||
WebhookEventCreationFailed,
|
||||
#[error("Webhook event updation failed")]
|
||||
WebhookEventUpdationFailed,
|
||||
#[error("Outgoing webhook body signing failed")]
|
||||
OutgoingWebhookSigningFailed,
|
||||
#[error("Unable to fork webhooks flow for outgoing webhooks")]
|
||||
ForkFlowFailed,
|
||||
#[error("Webhook api call to merchant failed")]
|
||||
|
||||
Reference in New Issue
Block a user