From d074d60dadc39e3bc5d69a4c6db3480cd2eaadc5 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 26 Mar 2022 11:58:10 -0400 Subject: [PATCH] Change "was confirmed paid" to "is settled" As detailed here: https://github.com/btcpayserver/btcpayserver/issues/3572 --- .../Services/Notifications/Blobs/InvoiceEventNotification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Services/Notifications/Blobs/InvoiceEventNotification.cs b/BTCPayServer/Services/Notifications/Blobs/InvoiceEventNotification.cs index 42bee92bb..7373002cb 100644 --- a/BTCPayServer/Services/Notifications/Blobs/InvoiceEventNotification.cs +++ b/BTCPayServer/Services/Notifications/Blobs/InvoiceEventNotification.cs @@ -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,