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

This reverts commit 6848482999.
This commit is contained in:
rockstardev
2020-02-28 16:30:57 -06:00
parent 18aaa1a0c4
commit fca6b39681
3 changed files with 7 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ 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; }