mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Remove Legacy Status from the code (#5982)
This commit is contained in:
@@ -656,7 +656,7 @@ namespace BTCPayServer
|
||||
if (store is null)
|
||||
return NotFound();
|
||||
|
||||
if (i.Status == InvoiceStatusLegacy.New)
|
||||
if (i.Status == InvoiceStatus.New)
|
||||
{
|
||||
var pmi = GetLNUrlPaymentMethodId(cryptoCode, store, out var lnurlSupportedPaymentMethod);
|
||||
if (pmi is null)
|
||||
|
||||
Reference in New Issue
Block a user