Adding UTF8 lightning icon to Lightning payments methods

This commit is contained in:
rockstardev
2018-07-18 23:53:00 -05:00
parent 2187e05a10
commit 8cb2c93abd
3 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ namespace BTCPayServer.Models.InvoicingModels
public string CryptoImage { get; set; }
public string Link { get; set; }
public string PaymentMethodName { get; set; }
public bool LightningLike { get; set; }
public bool IsLightning { get; set; }
public string CryptoCode { get; set; }
}
public string HtmlTitle { get; set; }