mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Applying conventions from ListInvoice on PaymentRequests
This commit is contained in:
@@ -76,10 +76,11 @@ namespace BTCPayServer.Controllers
|
||||
});
|
||||
return View(new ListPaymentRequestsViewModel()
|
||||
{
|
||||
IncludeArchived = includeArchived,
|
||||
Skip = skip,
|
||||
Count = count,
|
||||
Total = result.Total,
|
||||
SearchTerm = searchTerm,
|
||||
TimezoneOffset = timezoneOffset,
|
||||
Items = result.Items.Select(data => new ViewPaymentRequestViewModel(data)).ToList()
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user