From 96f58732ba4821368e3f906031a14f904a959994 Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 9 Jul 2024 16:19:55 +0300 Subject: [PATCH] 1.4.8 bank res log w full info --- BaseModels/pay_systems/DVL_Group_kaz/api/funcs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseModels/pay_systems/DVL_Group_kaz/api/funcs.py b/BaseModels/pay_systems/DVL_Group_kaz/api/funcs.py index 10d42e1..fac2f28 100644 --- a/BaseModels/pay_systems/DVL_Group_kaz/api/funcs.py +++ b/BaseModels/pay_systems/DVL_Group_kaz/api/funcs.py @@ -99,9 +99,9 @@ def create_order(data): **get_kwargs_for_request() ) - msg = f'create_order answer received = {str(res)}' + msg = f'create_order answer received = {str(res.text)}' # if res:# and res.status_code > 300: - msg += f' > ({str(res.text)})' + # msg += f' > ({str(res.text)})' print(msg) except Exception as e: msg = f'Exception create_order POST {url} = {str(e)} ({str(res)})'