mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Switch from System.Text.Json to Newtonsoft, typify the BTCPayServer.Client
This commit is contained in:
@@ -331,7 +331,6 @@ namespace BTCPayServer.Controllers
|
||||
}
|
||||
public string Label { get; set; }
|
||||
public StoreData[] Stores { get; set; }
|
||||
ApiKeyStoreMode _StoreMode;
|
||||
public ApiKeyStoreMode StoreMode { get; set; }
|
||||
public List<string> SpecificStores { get; set; } = new List<string>();
|
||||
public PermissionValueItem StoreManagementPermission { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user