Fix final bugs

This commit is contained in:
Kukks
2019-02-22 11:37:45 +01:00
committed by nicolas.dorier
parent ad25a2ed08
commit f5d366cf7f
8 changed files with 59 additions and 38 deletions

View File

@@ -179,6 +179,7 @@ namespace BTCPayServer.Services.PaymentRequests
{
public string PaymentRequestId { get; set; }
public PaymentRequestData Data { get; set; }
public bool Published { get; set; }
}
public class PaymentRequestQuery