mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
GreenField: Add StoreId to Invoice model (#2592)
This commit is contained in:
@@ -385,6 +385,7 @@ namespace BTCPayServer.Controllers.GreenField
|
||||
{
|
||||
return new InvoiceData()
|
||||
{
|
||||
StoreId = entity.StoreId,
|
||||
ExpirationTime = entity.ExpirationTime,
|
||||
MonitoringExpiration = entity.MonitoringExpiration,
|
||||
CreatedTime = entity.InvoiceTime,
|
||||
|
||||
Reference in New Issue
Block a user