Tweaking display with display name and crypto code

This commit is contained in:
rockstardev
2018-07-16 23:43:52 -05:00
parent c44132fd35
commit d49bbc95af
4 changed files with 27 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ namespace BTCPayServer.Models.InvoicingModels
public string Link { get; set; }
public string PaymentMethodName { get; set; }
public bool LightningLike { get; set; }
public string CryptoCode { get; set; }
}
public string HtmlTitle { get; set; }
public string CustomCSSLink { get; set; }