Providing Payment Request completed webhook

This commit is contained in:
rockstardev
2025-03-28 23:51:25 -05:00
committed by nicolas.dorier
parent fdde3096d0
commit 967ec3460e
4 changed files with 16 additions and 4 deletions

View File

@@ -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);
}