From 6b44f8c27f64850734f946878f96fb5ecc34ab38 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 5 Jul 2023 09:08:09 +0300 Subject: [PATCH] fix: error message --- views_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )