Code cleanup and commenting

This commit is contained in:
rockstardev
2025-03-23 10:58:55 -05:00
parent acfd6059b1
commit 42878f23a6
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
namespace BTCPayServer.Client.Models;
// TODO: This should be moved to individual Webhook Event Providers
public static class WebhookEventType
{
public const string InvoiceCreated = nameof(InvoiceCreated);