mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Add missing attribute for textSearch in get invoice
This commit is contained in:
parent
a28399e31d
commit
ccd8859d7f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user