fix: error message

This commit is contained in:
Vlad Stan 2023-07-05 09:08:09 +03:00
parent 02d9fcfbfd
commit 6b44f8c27f

View file

@ -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",
)