diff --git a/web/src/WebhookEditPage.js b/web/src/WebhookEditPage.js index ee41f701..13767430 100644 --- a/web/src/WebhookEditPage.js +++ b/web/src/WebhookEditPage.js @@ -167,6 +167,9 @@ class WebhookEditPage extends React.Component { ["add", "update", "delete"].forEach(action => { res.push(`${action}-${obj}`); }); + if (obj === "payment") { + res.push("invoice-payment", "notify-payment"); + } }); return res; }