Skip to content

Commit b7844fe

Browse files
committed
Fix pix created log
1 parent 925b13a commit b7844fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

santander_sdk/pix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def transfer_pix(
6565
client, pix_key, value, description, tags
6666
)
6767
pix_id = create_pix_response.get("id")
68-
logger.info("Santander - PIX criado com sucesso: {pix_id}")
68+
logger.info("Santander - PIX criado com sucesso: %s", pix_id)
6969
payment_status = create_pix_response.get("status")
7070

7171
if not pix_id:

0 commit comments

Comments
 (0)