mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(events): add APIs to list webhook events and webhook delivery attempts (#4131)
This commit is contained in:
@ -31,6 +31,7 @@ pub enum Permission {
|
||||
UsersRead,
|
||||
UsersWrite,
|
||||
MerchantAccountCreate,
|
||||
WebhookEventRead,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user