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