Prettify date on the invoice list, and add orderid

This commit is contained in:
nicolas.dorier
2018-02-28 19:03:23 +09:00
parent 2d5a861df0
commit 9f734349da
4 changed files with 31 additions and 3 deletions

View File

@@ -33,11 +33,12 @@ namespace BTCPayServer.Models.InvoicingModels
public class InvoiceModel
{
public DateTimeOffset Date
public string Date
{
get; set;
}
public string OrderId { get; set; }
public string InvoiceId
{
get; set;