Skip to content

Commit 59da6f1

Browse files
samuel.coelhodarkdks
authored andcommitted
Fix merge problem
1 parent aac452f commit 59da6f1

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
@@ -27,7 +27,7 @@ def transfer_pix(
2727
tags: list[str] = [],
2828
id: uuid.UUID | str | None = None,
2929
) -> TransferPixResult:
30-
transfer_flow = SantanderPaymentFlow(client, PIX_ENDPOINT, logger)
30+
transfer_flow = SantanderPaymentFlow(client, PIX_ENDPOINT)
3131

3232
try:
3333
if value is None or value <= 0:

0 commit comments

Comments
 (0)