mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Change "was confirmed paid" to "is settled"
As detailed here: https://github.com/btcpayserver/btcpayserver/issues/3572
This commit is contained in:
parent
0bff5e2236
commit
d074d60dad
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace BTCPayServer.Services.Notifications.Blobs
|
|||
{InvoiceEvent.ExpiredPaidPartial, "expired with partial payments"},
|
||||
{InvoiceEvent.FailedToConfirm, "has payments that failed to confirm on time"},
|
||||
// {InvoiceEvent.ReceivedPayment, "received a payment"},
|
||||
{InvoiceEvent.Confirmed, "was confirmed paid"}
|
||||
{InvoiceEvent.Confirmed, "is settled"}
|
||||
};
|
||||
|
||||
protected override void FillViewModel(InvoiceEventNotification notification,
|
||||
|
|
Loading…
Add table
Reference in a new issue