mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Update BTCPayServer/Controllers/GreenField/InvoiceController.cs
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
parent
8f4f87cd8f
commit
4917f32574
@ -214,16 +214,15 @@ namespace BTCPayServer.Controllers.GreenField
|
||||
Status = entity.Status,
|
||||
ExceptionStatus = entity.ExceptionStatus,
|
||||
Currency = entity.ProductInformation.Currency,
|
||||
Metadata =
|
||||
new CreateInvoiceRequest.ProductInformation()
|
||||
{
|
||||
Physical = entity.ProductInformation.Physical,
|
||||
ItemCode = entity.ProductInformation.ItemCode,
|
||||
ItemDesc = entity.ProductInformation.ItemDesc,
|
||||
OrderId = entity.OrderId,
|
||||
PosData = entity.PosData,
|
||||
TaxIncluded = entity.ProductInformation.TaxIncluded
|
||||
},
|
||||
Metadata = new CreateInvoiceRequest.ProductInformation()
|
||||
{
|
||||
Physical = entity.ProductInformation.Physical,
|
||||
ItemCode = entity.ProductInformation.ItemCode,
|
||||
ItemDesc = entity.ProductInformation.ItemDesc,
|
||||
OrderId = entity.OrderId,
|
||||
PosData = entity.PosData,
|
||||
TaxIncluded = entity.ProductInformation.TaxIncluded
|
||||
},
|
||||
Customer = new CreateInvoiceRequest.BuyerInformation()
|
||||
{
|
||||
BuyerAddress1 = entity.BuyerInformation.BuyerAddress1,
|
||||
|
Loading…
Reference in New Issue
Block a user