Added field "StoreId" to a Payment Request in Greenfield

This commit is contained in:
Wouter Samaey
2021-12-21 10:51:15 +01:00
committed by Andrew Camilleri
parent 9843f66bb6
commit f63a9ed1a0
4 changed files with 7 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ namespace BTCPayServer.Controllers.GreenField
{
Created = data.Created,
Id = data.Id,
StoreId = data.StoreDataId,
Status = data.Status,
Archived = data.Archived,
Amount = blob.Amount,