1.0.0 subscribe page w dynamically load

This commit is contained in:
SDE
2024-05-07 15:23:45 +03:00
parent 6ed5652f16
commit 34827af5be

View File

@@ -65,10 +65,10 @@ def get_order_status(bank_order_id):
**get_kwargs_for_request() **get_kwargs_for_request()
) )
msg = f'create_order answer received = {str(res)}' msg = f'get_order_status answer received = {str(res)}'
print(msg) print(msg)
except Exception as e: 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) print(msg)
res = None res = None