Allow merchant to customize their checkout page

This commit is contained in:
nicolas.dorier
2018-03-27 15:14:50 +09:00
parent a562e90bdb
commit 26aac66a76
10 changed files with 90 additions and 11 deletions

View File

@@ -13,7 +13,8 @@ namespace BTCPayServer.Models.InvoicingModels
public string CryptoImage { get; set; }
public string Link { get; set; }
}
public string CustomCSSLink { get; set; }
public string CustomLogoLink { get; set; }
public string DefaultLang { get; set; }
public List<AvailableCrypto> AvailableCryptos { get; set; } = new List<AvailableCrypto>();
public bool IsLightning { get; set; }