hourly orders
This commit is contained in:
@@ -317,6 +317,7 @@ async def update_cookies(
|
||||
detail=f"Failed to update cookies: {str(e)}"
|
||||
)
|
||||
|
||||
### DEPRECATED ###
|
||||
class TCGPlayerOrderRequest(BaseModel):
|
||||
order_ids: List[str]
|
||||
|
||||
@@ -335,4 +336,6 @@ async def process_orders(
|
||||
)
|
||||
except Exception as e:
|
||||
logger.error(f"Process orders failed: {str(e)}")
|
||||
raise HTTPException(status_code=400, detail=str(e))
|
||||
raise HTTPException(status_code=400, detail=str(e))
|
||||
|
||||
### END DEPRECATED ###
|
Reference in New Issue
Block a user