fix order
This commit is contained in:
parent
9d11adaf6c
commit
113a920da7
@ -50,7 +50,7 @@ class TCGPlayerAPIService:
|
|||||||
},
|
},
|
||||||
"sortBy": [
|
"sortBy": [
|
||||||
{"sortingType": "orderStatus", "direction": "ascending"},
|
{"sortingType": "orderStatus", "direction": "ascending"},
|
||||||
{"sortingType": "orderDate", "direction": "ascending"}
|
{"sortingType": "orderDate", "direction": "descending"}
|
||||||
],
|
],
|
||||||
"from": 0,
|
"from": 0,
|
||||||
"size": size
|
"size": size
|
||||||
|
Loading…
x
Reference in New Issue
Block a user