mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(webhooks): allow manually retrying delivery of outgoing webhooks (#4176)
This commit is contained in:
@ -398,6 +398,8 @@ pub enum Flow {
|
||||
WebhookEventInitialDeliveryAttemptList,
|
||||
/// List delivery attempts for a webhook event
|
||||
WebhookEventDeliveryAttemptList,
|
||||
/// Manually retry the delivery for a webhook event
|
||||
WebhookEventDeliveryRetry,
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user