fix: prevent EBICS batch imports from being skipped when camt.054 download is disabled - #422
Open
barredterra with Copilot wants to merge 7 commits into
Open
fix: prevent EBICS batch imports from being skipped when camt.054 download is disabled#422barredterra with Copilot wants to merge 7 commits into
barredterra with Copilot wants to merge 7 commits into
Conversation
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix import skipping issue when split is on and download_batch_transactions is off
Prevent EBICS batch imports from being skipped when camt.054 download is disabled
Aug 7, 2026
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
Contributor
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Reviews (5): Last reviewed commit: "style: format with ruff" | Re-trigger Greptile |
barredterra
approved these changes
Aug 15, 2026
barredterra
reviewed
Aug 15, 2026
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
Member
|
@Mergifyio backport version-15-hotfix |
Contributor
🟠 Waiting for conditions to matchDetails
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When batch splitting is enabled but camt.054 downloads are disabled, unresolved batch entries were treated as transient failures and the main statement import was skipped indefinitely.
Batch import behavior
Regression coverage
Fixes Import skipped forever when split is on but download_batch_transactions is off #421