mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
coinswitch integration
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user