diff --git a/views_api.py b/views_api.py index 22fdc19..0140742 100644 --- a/views_api.py +++ b/views_api.py @@ -923,7 +923,7 @@ async def api_reissue_order_invoice( logger.warning(ex) raise HTTPException( status_code=HTTPStatus.INTERNAL_SERVER_ERROR, - detail="Cannot restore orders", + detail="Cannot reissue order invoice", )