mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Rename UI controllers
This commit is contained in:
@@ -236,7 +236,7 @@ namespace BTCPayServer.Hosting
|
||||
|
||||
case nameof(AppType.PointOfSale):
|
||||
|
||||
var settings2 = app.GetSettings<AppsController.PointOfSaleSettings>();
|
||||
var settings2 = app.GetSettings<UIAppsController.PointOfSaleSettings>();
|
||||
if (string.IsNullOrEmpty(settings2.Currency))
|
||||
{
|
||||
settings2.Currency = app.StoreData.GetStoreBlob().DefaultCurrency;
|
||||
|
||||
Reference in New Issue
Block a user