Merge pull request #706 from Kukks/pos-max-length

remove template max length in pos app
This commit is contained in:
Nicolas Dorier
2019-03-24 23:58:08 +09:00
committed by GitHub

View File

@@ -10,7 +10,6 @@ namespace BTCPayServer.Models.AppViewModels
[Required]
[MaxLength(5)]
public string Currency { get; set; }
[MaxLength(5000)]
public string Template { get; set; }
[Display(Name = "Enable shopping cart")]