Partially paid invoices should be reused in payment requests. Cleanup the code. (#2008)

This commit is contained in:
Nicolas Dorier
2020-10-23 21:00:23 +09:00
committed by GitHub
parent 20322c6ab8
commit 758f627e12
5 changed files with 51 additions and 14 deletions

View File

@@ -143,7 +143,7 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
public string AmountFormatted { get; set; }
public InvoiceState State { get; set; }
public InvoiceStatus Status { get; set; }
public string StatusFormatted { get; set; }
public string StateFormatted { get; set; }
public List<PaymentRequestInvoicePayment> Payments { get; set; }
public string Currency { get; set; }