1.4.7 bank res log w full info

This commit is contained in:
SDE
2024-07-09 16:17:00 +03:00
parent 890986c5de
commit 15340d254c

View File

@@ -100,7 +100,7 @@ def create_order(data):
)
msg = f'create_order answer received = {str(res)}'
if res:# and res.status_code > 300:
# if res:# and res.status_code > 300:
msg += f' > ({str(res.text)})'
print(msg)
except Exception as e: