fix: Update events table after notifying merchant (#871)

This commit is contained in:
SamraatBansal
2023-04-17 23:59:54 +05:30
committed by GitHub
parent 8905e66340
commit ba013026a7
6 changed files with 85 additions and 5 deletions

View File

@ -430,6 +430,8 @@ pub enum WebhooksFlowError {
DisputeCoreFailed,
#[error("Webhook event creation failed")]
WebhookEventCreationFailed,
#[error("Webhook event updation failed")]
WebhookEventUpdationFailed,
#[error("Unable to fork webhooks flow for outgoing webhooks")]
ForkFlowFailed,
#[error("Webhook api call to merchant failed")]