Can filter with "exceptionstatus:", show the exception status on invoice list page

This commit is contained in:
nicolas.dorier
2018-05-05 23:25:09 +09:00
parent 3f4ec9ba80
commit 366490516e
4 changed files with 46 additions and 6 deletions

View File

@@ -49,6 +49,8 @@ namespace BTCPayServer.Models.InvoicingModels
{
get; set;
}
public bool ShowCheckout { get; set; }
public string ExceptionStatus { get; set; }
public string AmountCurrency
{
get; set;