1.4.4 move pay_system sets to settings

This commit is contained in:
SDE
2024-07-09 16:07:16 +03:00
parent 37981602dd
commit 6c911dde43

View File

@@ -100,6 +100,8 @@ def create_order(data):
)
msg = f'create_order answer received = {str(res)}'
if res:
msg += f' > ({str(res.text)})'
print(msg)
except Exception as e:
msg = f'Exception create_order POST {url} = {str(e)} ({str(res)})'