1.4.8 bank res log w full info

This commit is contained in:
SDE
2024-07-09 16:19:55 +03:00
parent 15340d254c
commit 96f58732ba

View File

@@ -99,9 +99,9 @@ def create_order(data):
**get_kwargs_for_request() **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: # if res:# and res.status_code > 300:
msg += f' > ({str(res.text)})' # msg += f' > ({str(res.text)})'
print(msg) print(msg)
except Exception as e: except Exception as e:
msg = f'Exception create_order POST {url} = {str(e)} ({str(res)})' msg = f'Exception create_order POST {url} = {str(e)} ({str(res)})'