Skip to content

Commit

Permalink
Revert "was confirmed paid" to "has been paid" change
Browse files Browse the repository at this point in the history
  • Loading branch information
bolatovumar committed Dec 28, 2020
1 parent ad90103 commit acbd800
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public Handler(LinkGenerator linkGenerator, BTCPayServerOptions options)
{InvoiceEvent.ExpiredPaidPartial, "expired with partial payments"},
{InvoiceEvent.FailedToConfirm, "has payments that failed to confirm on time"},
// {InvoiceEvent.ReceivedPayment, "received a payment"},
{InvoiceEvent.Confirmed, "has been paid"}
{InvoiceEvent.Confirmed, "was confirmed paid"}
};

protected override void FillViewModel(InvoiceEventNotification notification,
Expand Down

0 comments on commit acbd800

Please sign in to comment.