diff --git a/BTCPayServer/Services/Apps/AppService.cs b/BTCPayServer/Services/Apps/AppService.cs index 325fc8d51..ed5572720 100644 --- a/BTCPayServer/Services/Apps/AppService.cs +++ b/BTCPayServer/Services/Apps/AppService.cs @@ -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}" };