mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Invoice Details: Improve payments list and print view (#4817)
Closes #4729. Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
This commit is contained in:
@@ -23,8 +23,8 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public bool Replaced { get; set; }
|
||||
public BitcoinLikePaymentData CryptoPaymentData { get; set; }
|
||||
public string AdditionalInformation { get; set; }
|
||||
|
||||
public decimal NetworkFee { get; set; }
|
||||
public string PaymentProof { get; set; }
|
||||
}
|
||||
|
||||
public class OffChainPaymentViewModel
|
||||
@@ -32,6 +32,8 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public string Crypto { get; set; }
|
||||
public string BOLT11 { get; set; }
|
||||
public PaymentType Type { get; set; }
|
||||
public string Amount { get; set; }
|
||||
public string PaymentProof { get; set; }
|
||||
}
|
||||
|
||||
public class InvoiceDetailsModel
|
||||
|
||||
Reference in New Issue
Block a user