mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Remove Legacy Status from the code (#5982)
This commit is contained in:
@@ -670,7 +670,7 @@ namespace BTCPayServer.Controllers.Greenfield
|
||||
Type = entity.Type,
|
||||
Id = entity.Id,
|
||||
CheckoutLink = request is null ? null : linkGenerator.CheckoutLink(entity.Id, request.Scheme, request.Host, request.PathBase),
|
||||
Status = entity.Status.ToModernStatus(),
|
||||
Status = entity.Status,
|
||||
AdditionalStatus = entity.ExceptionStatus,
|
||||
Currency = entity.Currency,
|
||||
Archived = entity.Archived,
|
||||
|
||||
Reference in New Issue
Block a user