fix: error message
This commit is contained in:
parent
02d9fcfbfd
commit
6b44f8c27f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue