fix order

This commit is contained in:
zman 2025-04-06 18:23:31 -04:00
parent 9d11adaf6c
commit 113a920da7

View File

@ -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