mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Fix build
This commit is contained in:
@@ -201,7 +201,7 @@ namespace BTCPayServer.Plugins.PointOfSale.Controllers
|
|||||||
|
|
||||||
title = settings.Title;
|
title = settings.Title;
|
||||||
//if cart IS enabled and we detect posdata that matches the cart system's, check inventory for the items
|
//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 &&
|
if (currentView == PosViewType.Cart &&
|
||||||
AppService.TryParsePosCartItems(jposData, out cartItems))
|
AppService.TryParsePosCartItems(jposData, out cartItems))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user