The store owner can define default currency pairs when using rate API without parameter

This commit is contained in:
nicolas.dorier
2019-03-11 18:39:21 +09:00
parent c6ce676ad3
commit 23f296ef34
7 changed files with 113 additions and 23 deletions

View File

@@ -42,6 +42,8 @@ namespace BTCPayServer.Models.StoreViewModels
public string Script { get; set; }
public string DefaultScript { get; set; }
public string ScriptTest { get; set; }
public string DefaultCurrencyPairs { get; set; }
public string StoreId { get; set; }
public CoinAverageExchange[] AvailableExchanges { get; set; }
[Display(Name = "Add a spread on exchange rate of ... %")]