mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
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:
committed by
Nicolas Dorier
parent
c25831316e
commit
e144d2479b
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user