Add missing attribute for textSearch in get invoice

This commit is contained in:
nicolas.dorier 2021-10-29 22:27:21 +09:00
parent a28399e31d
commit ccd8859d7f
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -56,7 +56,7 @@ namespace BTCPayServer.Controllers.GreenField
[FromQuery]
[ModelBinder(typeof(ModelBinders.DateTimeOffsetModelBinder))]
DateTimeOffset? endDate = null,
string textSearch = null,
[FromQuery] string textSearch = null,
[FromQuery] bool includeArchived = false)
{
var store = HttpContext.GetStoreData();