Add POS Data to Invoice UI (#409)

* Add POS Data in Invoice UI

* fix build

* extract in helper and add UTs

* add in unit test coverage through mvc view too
This commit is contained in:
Andrew Camilleri
2018-11-27 07:13:09 +01:00
committed by Nicolas Dorier
parent c25831316e
commit e144d2479b
4 changed files with 278 additions and 137 deletions

View File

@@ -143,5 +143,6 @@ namespace BTCPayServer.Models.InvoicingModels
public DateTimeOffset MonitoringDate { get; internal set; }
public List<Data.InvoiceEventData> Events { get; internal set; }
public string NotificationEmail { get; internal set; }
public Dictionary<string, string> PosData { get; set; }
}
}