Skip to content

Fix some problems with Postbank TAN media handling and statement fetching#26

Merged
robocode13 merged 8 commits into
mainfrom
Postbank
Jun 13, 2026
Merged

Fix some problems with Postbank TAN media handling and statement fetching#26
robocode13 merged 8 commits into
mainfrom
Postbank

Conversation

@robocode13

@robocode13 robocode13 commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Closes #24
Closes #25

Issue: synchronize not working with Postbank/FYRST account
Refs #24
Issue: getAccountStatements not working with Postbank/FYRST account
Fixes #25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to improve Postbank compatibility by adjusting TAN media handling in HKTAN messages and aligning CAMT statement fetching (HKCAZ) with the library’s international account model, alongside some dependency/tooling updates.

Changes:

  • Switch HKCAZ to use InternationalAccountGroup instead of the removed CamtAccountGroup.
  • Centralize HKTAN tanMedia selection logic in Dialog via getTanMediaName().
  • Update dependencies (notably vitest/fast-xml-parser) and add a pnpm-workspace.yaml config entry.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/segments/HKCAZ.ts Use InternationalAccountGroup for CAMT statement requests.
src/interactions/initDialogInteraction.ts Make UPD account mapping resilient to missing HIUPD.account group.
src/dialog.ts Centralize TAN media selection logic for HKTAN segment creation.
src/dataGroups/CamtAccount.ts Remove obsolete CAMT account data group.
pnpm-workspace.yaml Add pnpm build-allowlist config (but currently missing packages).
package.json Bump fast-xml-parser, @types/node, vitest.
pnpm-lock.yaml Lockfile updates reflecting dependency bumps and new transitive deps.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread pnpm-workspace.yaml
Comment thread src/interactions/initDialogInteraction.ts Outdated
Comment thread package.json
Comment on lines 41 to 46
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@types/node": "^20.19.30",
"@types/node": "^20.19.41",
"typescript": "^5.9.3",
"vitest": "^4.0.17"
"vitest": "^4.1.8"
},
Comment thread src/dialog.ts
@robocode13 robocode13 merged commit b5e5a98 into main Jun 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

getAccountStatements not working with Postbank/FYRST account synchronize not working with Postbank/FYRST account

3 participants