mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Fix build
This commit is contained in:
parent
76faf77a1c
commit
cc3bdc331e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue