Remove the next address to pay to from Invoice details page (Fix #1056) (#1283)

This commit is contained in:
Nicolas Dorier
2020-01-21 16:53:24 +09:00
committed by GitHub
parent 43967ee86e
commit 6848482999
3 changed files with 1 additions and 7 deletions

View File

@@ -36,7 +36,6 @@ namespace BTCPayServer.Models.InvoicingModels
public string PaymentMethod { get; set; }
public string Due { get; set; }
public string Paid { get; set; }
public string Address { get; internal set; }
public string Rate { get; internal set; }
public string PaymentUrl { get; internal set; }
public string Overpaid { get; set; }