Setting hints during store creation and update

This commit is contained in:
rockstardev
2020-10-15 23:30:46 -05:00
parent 17c8ac8248
commit 15af66de55
9 changed files with 88 additions and 49 deletions

View File

@@ -53,6 +53,7 @@ namespace BTCPayServer.Models.StoreViewModels
public string DefaultCurrencyPairs { get; set; }
public string StoreId { get; set; }
public IEnumerable<AvailableRateProvider> AvailableExchanges { get; set; }
public bool HintRates { get; set; }
[Display(Name = "Add a spread on exchange rate of ... %")]
[Range(0.0, 100.0)]