mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
fix: Update events table after notifying merchant (#871)
This commit is contained in:
@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user