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:
@ -34,6 +34,7 @@ pub enum Permission {
|
||||
WebhookEventRead,
|
||||
PayoutWrite,
|
||||
PayoutRead,
|
||||
WebhookEventWrite,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user