From cc3bdc331e19b4dae26d904c0cfa106fad587855 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 16 Jun 2023 23:19:47 +0900 Subject: [PATCH] Fix build --- .../Plugins/PointOfSale/Controllers/UIPointOfSaleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Plugins/PointOfSale/Controllers/UIPointOfSaleController.cs b/BTCPayServer/Plugins/PointOfSale/Controllers/UIPointOfSaleController.cs index bb5af5aec..75a7d1a32 100644 --- a/BTCPayServer/Plugins/PointOfSale/Controllers/UIPointOfSaleController.cs +++ b/BTCPayServer/Plugins/PointOfSale/Controllers/UIPointOfSaleController.cs @@ -201,7 +201,7 @@ namespace BTCPayServer.Plugins.PointOfSale.Controllers title = settings.Title; //if cart IS enabled and we detect posdata that matches the cart system's, check inventory for the items - + price = amount; if (currentView == PosViewType.Cart && AppService.TryParsePosCartItems(jposData, out cartItems)) {