mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
@@ -296,7 +296,8 @@ namespace BTCPayServer
|
|||||||
|
|
||||||
var createInvoice = new CreateInvoiceRequest()
|
var createInvoice = new CreateInvoiceRequest()
|
||||||
{
|
{
|
||||||
Amount = item?.Price.Value,
|
Amount = item?.PriceType == ViewPointOfSaleViewModel.ItemPriceType.Topup? null: item?.Price,
|
||||||
|
|
||||||
Currency = currencyCode,
|
Currency = currencyCode,
|
||||||
Checkout = new InvoiceDataBase.CheckoutOptions()
|
Checkout = new InvoiceDataBase.CheckoutOptions()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user