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