diff --git a/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs b/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs index 70366c251..321c0784e 100644 --- a/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs @@ -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")]