Store setting for allowing conversion through Shapeshift

This commit is contained in:
lepipele
2018-03-17 23:48:06 -05:00
parent d3befb5b86
commit c36a900627
4 changed files with 18 additions and 2 deletions

View File

@@ -94,6 +94,12 @@ namespace BTCPayServer.Models.StoreViewModels
get; set;
}
[Display(Name = "Allow conversion through third party (Shapeshift, Changelly...)")]
public bool AllowCoinConversion
{
get; set;
}
public string StatusMessage
{
get; set;