mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-06 15:44:26 +01:00
Added field "StoreId" to a Payment Request in Greenfield
This commit is contained in:
committed by
Andrew Camilleri
parent
9843f66bb6
commit
f63a9ed1a0
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user