remove template max length in pos app

closes #704
This commit is contained in:
Kukks 2019-03-22 09:14:27 +01:00
parent be90172840
commit 5e76d4bfc1

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")]