Fix build

This commit is contained in:
nicolas.dorier 2023-06-16 23:19:47 +09:00
parent 76faf77a1c
commit cc3bdc331e
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

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