mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-08 00:24:23 +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,
|
||||
|
||||
@@ -289,6 +289,10 @@
|
||||
"description": "The id of the payment request",
|
||||
"nullable": false
|
||||
},
|
||||
"storeId": {
|
||||
"type": "string",
|
||||
"description": "The store identifier that the payment request belongs to"
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"enum": [ "Pending", "Completed" ,"Expired"],
|
||||
|
||||
Reference in New Issue
Block a user