From 34827af5be5d3045900b970bb9ba11da60f52ed8 Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 7 May 2024 15:23:45 +0300 Subject: [PATCH] 1.0.0 subscribe page w dynamically load --- 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 ced9986..25e0b7c 100644 --- a/BaseModels/pay_systems/DVL_Group_kaz/api/funcs.py +++ b/BaseModels/pay_systems/DVL_Group_kaz/api/funcs.py @@ -65,10 +65,10 @@ def get_order_status(bank_order_id): **get_kwargs_for_request() ) - msg = f'create_order answer received = {str(res)}' + msg = f'get_order_status answer received = {str(res)}' print(msg) except Exception as e: - msg = f'Exception create_order GET {url} = {str(e)} ({str(res)})' + msg = f'Exception get_order_status GET {url} = {str(e)} ({str(res)})' print(msg) res = None