mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
add email to export (#583)
This commit is contained in:
parent
b1584c352b
commit
5b1bf6cd88
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ namespace BTCPayServer.Services.Invoices.Export
|
|||
InvoiceItemDesc = invoice.ProductInformation.ItemDesc,
|
||||
InvoicePrice = invoice.ProductInformation.Price,
|
||||
InvoiceCurrency = invoice.ProductInformation.Currency,
|
||||
BuyerEmail = invoice.BuyerInformation?.BuyerEmail
|
||||
};
|
||||
|
||||
exportList.Add(target);
|
||||
|
@ -139,5 +140,6 @@ namespace BTCPayServer.Services.Invoices.Export
|
|||
public string InvoiceFullStatus { get; set; }
|
||||
public string InvoiceStatus { get; set; }
|
||||
public string InvoiceExceptionStatus { get; set; }
|
||||
public string BuyerEmail { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue