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:
@@ -235,7 +235,7 @@ namespace BTCPayServer.Controllers
|
||||
}
|
||||
|
||||
var getAppsTaggingStore = _InvoiceRepository.GetAppsTaggingStore(store.Id);
|
||||
entity.Status = InvoiceStatusLegacy.New;
|
||||
entity.Status = InvoiceStatus.New;
|
||||
entity.UpdateTotals();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user