mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
get pgp verified commit
This commit is contained in:
parent
f7cb44c343
commit
d2a7e5dc4d
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ namespace BTCPayServer.Services.Apps
|
|||
{
|
||||
ItemCode = itemCode,
|
||||
Title = perk?.Title ?? itemCode,
|
||||
SalesCount = entities.Count(),
|
||||
SalesCount = entities.Count(),
|
||||
Total = total,
|
||||
TotalFormatted = $"{total.ShowMoney(currencyData.Divisibility)} {settings.TargetCurrency}"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue