Adding PeerInfo textbox

We'll need to heavily refactor this HTML and CSS... way to many styles and complex structure
This commit is contained in:
lepipele
2018-03-28 02:13:00 -05:00
committed by nicolas.dorier
parent 46f94d7175
commit a171e00280
5 changed files with 91 additions and 36 deletions

View File

@@ -49,5 +49,6 @@ namespace BTCPayServer.Models.InvoicingModels
public string PaymentMethodId { get; internal set; }
public bool AllowCoinConversion { get; set; }
public string PeerInfo { get; set; }
}
}