From d2a7e5dc4d51157c6867bcedc2534f592d4fbb51 Mon Sep 17 00:00:00 2001 From: Kukks Date: Thu, 28 Apr 2022 16:05:33 +0200 Subject: [PATCH] get pgp verified commit --- BTCPayServer/Services/Apps/AppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" };