Fix checkout experience custom logo and css

This commit is contained in:
nicolas.dorier
2018-04-05 11:34:25 +09:00
parent a845ed88a7
commit 6270a626fb
3 changed files with 7 additions and 7 deletions

View File

@@ -37,10 +37,10 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Link to a custom CSS stylesheet")]
[Url]
public Uri CustomCSS { get; set; }
public string CustomCSS { get; set; }
[Display(Name = "Link to a custom logo")]
[Url]
public Uri CustomLogo { get; set; }
public string CustomLogo { get; set; }
public void SetCryptoCurrencies(ExplorerClientProvider explorerProvider, string defaultCrypto)
{