mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Move PointOfSaleSettings class into own file
This commit is contained in:
@@ -347,7 +347,7 @@ namespace BTCPayServer.Services.Apps
|
||||
{
|
||||
AppType appTypeEnum = Enum.Parse<AppType>(appType);
|
||||
AppData appData = await GetApp(appId, appTypeEnum, false);
|
||||
var settings = appData.GetSettings<UIAppsController.PointOfSaleSettings>();
|
||||
var settings = appData.GetSettings<PointOfSaleSettings>();
|
||||
|
||||
string style;
|
||||
switch (appTypeEnum)
|
||||
|
||||
Reference in New Issue
Block a user