mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Partially paid invoices should be reused in payment requests. Cleanup the code. (#2008)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user