Can mark invoice as complete

This commit is contained in:
nicolas.dorier
2018-12-10 15:34:48 +09:00
parent 07dad3affa
commit b5c9a03052
7 changed files with 134 additions and 51 deletions

View File

@@ -46,6 +46,9 @@ namespace BTCPayServer.Models.InvoicingModels
{
get; set;
}
public bool CanMarkComplete { get; set; }
public bool CanMarkInvalid { get; set; }
public bool CanMarkStatus => CanMarkComplete || CanMarkInvalid;
public bool ShowCheckout { get; set; }
public string ExceptionStatus { get; set; }
public string AmountCurrency