#1725 - Added start date & changed display timezone

This commit is contained in:
Alex Gidge
2021-03-07 22:51:50 +00:00
parent e31b5529b0
commit da95bd6127
5 changed files with 18 additions and 10 deletions

View File

@@ -70,7 +70,8 @@ namespace BTCPayServer.Controllers
ClaimedAmount = amountDue,
AmountDueFormatted = _currencyNameTable.FormatCurrency(amountDue, blob.Currency),
CurrencyData = cd,
LastUpdated = DateTime.Now,
StartDate = pp.StartDate,
LastRefreshed = DateTime.Now,
Payouts = payouts
.Select(entity => new ViewPullPaymentModel.PayoutLine
{