feat(core): add signature to outgoing webhooks (#1249)

This commit is contained in:
Shankar Singh C
2023-05-29 16:15:17 +05:30
committed by GitHub
parent b9ec38a1b5
commit 3534caca68
3 changed files with 42 additions and 7 deletions

View File

@ -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")]