Crowdfund: Display contributions value (#2938)

This commit is contained in:
d11n
2021-10-04 07:54:06 +02:00
committed by GitHub
parent b0814166f5
commit 975ad2f8ab
9 changed files with 67 additions and 30 deletions

View File

@@ -73,9 +73,11 @@ namespace BTCPayServer.Models.AppViewModels
public bool Ended => EndDate.HasValue && DateTime.UtcNow > EndDate;
public bool DisplayPerksRanking { get; set; }
public bool DisplayPerksValue { get; set; }
public bool Enabled { get; set; }
public string ResetEvery { get; set; }
public Dictionary<string, CurrencyData> CurrencyDataPayments { get; set; }
public Dictionary<string, decimal> PerkValue { get; set; }
}
public class ContributeToCrowdfund