Compare commits

...

1 Commits

Author SHA1 Message Date
96c2fd7244 fix pos item topups lnurl
fixes #5170
2023-07-13 13:42:36 +02:00

View File

@ -296,7 +296,8 @@ namespace BTCPayServer
var createInvoice = new CreateInvoiceRequest()
{
Amount = item?.Price.Value,
Amount = item?.PriceType == ViewPointOfSaleViewModel.ItemPriceType.Topup? null: item?.Price,
Currency = currencyCode,
Checkout = new InvoiceDataBase.CheckoutOptions()
{