Webhooks: Re-add OverPaid property to WebhookInvoiceSettledEvent (#5538)

Fixes #5496.
This commit is contained in:
d11n
2023-12-06 01:21:04 +01:00
committed by GitHub
parent d050c8e3b2
commit 3f344f2c0c
3 changed files with 5 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ namespace BTCPayServer.Client.Models
}
public bool ManuallyMarked { get; set; }
public bool OverPaid { get; set; }
}
public class WebhookInvoiceInvalidEvent : WebhookInvoiceEvent