mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Unifying the format of WebhookEventTypes display text
This commit is contained in:
@@ -18,10 +18,10 @@ public class PaymentRequestWebhookProvider: WebhookProvider<PaymentRequestEvent>
|
||||
{
|
||||
return new Dictionary<string, string>()
|
||||
{
|
||||
{WebhookEventType.PaymentRequestCreated, "Payment Request Created"},
|
||||
{WebhookEventType.PaymentRequestUpdated, "Payment Request Updated"},
|
||||
{WebhookEventType.PaymentRequestArchived, "Payment Request Archived"},
|
||||
{WebhookEventType.PaymentRequestStatusChanged, "Payment Request Status Changed"},
|
||||
{WebhookEventType.PaymentRequestCreated, "Payment Request - Created"},
|
||||
{WebhookEventType.PaymentRequestUpdated, "Payment Request - Updated"},
|
||||
{WebhookEventType.PaymentRequestArchived, "Payment Request - Archived"},
|
||||
{WebhookEventType.PaymentRequestStatusChanged, "Payment Request - Status Changed"},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user