Skip to content

Commit

Permalink
fix: confirm intraday downloads
Browse files Browse the repository at this point in the history
(cherry picked from commit e73d4e1)
  • Loading branch information
barredterra authored and mergify[bot] committed Dec 17, 2024
1 parent c96b9b5 commit b6521e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banking/ebics/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ def download_intraday_transactions(self) -> "Iterator[CAMTDocument]":
for name in sorted(camt52):
yield CAMTDocument(xml=camt52[name])

client.confirm_download(success=False) # TODO: change to False
client.confirm_download(success=True)

0 comments on commit b6521e8

Please sign in to comment.