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 aac452f commit 59da6f1Copy full SHA for 59da6f1
santander_sdk/pix.py
@@ -27,7 +27,7 @@ def transfer_pix(
27
tags: list[str] = [],
28
id: uuid.UUID | str | None = None,
29
) -> TransferPixResult:
30
- transfer_flow = SantanderPaymentFlow(client, PIX_ENDPOINT, logger)
+ transfer_flow = SantanderPaymentFlow(client, PIX_ENDPOINT)
31
32
try:
33
if value is None or value <= 0:
0 commit comments