get pgp verified commit

This commit is contained in:
Kukks 2022-04-28 16:05:33 +02:00
parent f7cb44c343
commit d2a7e5dc4d
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097

View File

@ -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}"
};