We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925b13a commit b7844feCopy full SHA for b7844fe
santander_sdk/pix.py
@@ -65,7 +65,7 @@ def transfer_pix(
65
client, pix_key, value, description, tags
66
)
67
pix_id = create_pix_response.get("id")
68
- logger.info("Santander - PIX criado com sucesso: {pix_id}")
+ logger.info("Santander - PIX criado com sucesso: %s", pix_id)
69
payment_status = create_pix_response.get("status")
70
71
if not pix_id:
0 commit comments