mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Providing Payment Request completed webhook
This commit is contained in:
committed by
nicolas.dorier
parent
fdde3096d0
commit
967ec3460e
@@ -17,5 +17,6 @@ public static class WebhookEventType
|
||||
public const string PaymentRequestCreated = nameof(PaymentRequestCreated);
|
||||
public const string PaymentRequestArchived = nameof(PaymentRequestArchived);
|
||||
public const string PaymentRequestStatusChanged = nameof(PaymentRequestStatusChanged);
|
||||
public const string PaymentRequestCompleted = nameof(PaymentRequestCompleted);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user