coinswitch integration

This commit is contained in:
Kukks
2018-12-18 20:14:59 +01:00
parent b2e5415a35
commit 40c645e433
4 changed files with 9 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ namespace BTCPayServer.Models.StoreViewModels
public string MerchantId { get; set; }
public bool Enabled { get; set; }
[Display(Name = "Mode, Choose how to show CoinSwitch")]
[Display(Name = "Integration Mode")]
public string Mode { get; set; } = "popup";
public List<SelectListItem> Modes { get; } = new List<SelectListItem>