Improve Payment Request view (#2748)

* Improve Payment Request view

Closes #2747.

* Fix payment request invoice listing condition
This commit is contained in:
d11n
2021-08-04 09:13:33 +02:00
committed by GitHub
parent 5bf1161884
commit 80086d76a8
5 changed files with 130 additions and 97 deletions

View File

@@ -159,6 +159,7 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
public DateTime ReceivedDate { get; set; }
public string Link { get; set; }
public string Id { get; set; }
public string Destination { get; set; }
}
}
}