mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Add missing attribute for textSearch in get invoice
This commit is contained in:
@@ -56,7 +56,7 @@ namespace BTCPayServer.Controllers.GreenField
|
|||||||
[FromQuery]
|
[FromQuery]
|
||||||
[ModelBinder(typeof(ModelBinders.DateTimeOffsetModelBinder))]
|
[ModelBinder(typeof(ModelBinders.DateTimeOffsetModelBinder))]
|
||||||
DateTimeOffset? endDate = null,
|
DateTimeOffset? endDate = null,
|
||||||
string textSearch = null,
|
[FromQuery] string textSearch = null,
|
||||||
[FromQuery] bool includeArchived = false)
|
[FromQuery] bool includeArchived = false)
|
||||||
{
|
{
|
||||||
var store = HttpContext.GetStoreData();
|
var store = HttpContext.GetStoreData();
|
||||||
|
|||||||
Reference in New Issue
Block a user