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)) {