fix order
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user