[PR #5193] [MERGED] fix: wrong payeeName for KBC Brussels #5807

Closed
opened 2026-02-28 21:18:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5193
Author: @wachkyri
Created: 6/18/2025
Status: Merged
Merged: 6/19/2025
Merged by: @matt-fidd

Base: masterHead: KBC_Brussels_payee


📝 Commits (1)

  • 63b53b2 fix: wrong payeeName for KBC Brussels

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/sync-server/src/app-gocardless/banks/kbc_kredbebb.js (+1 -1)
upcoming-release-notes/5193.md (+6 -0)

📄 Description

It is the same fix as done for KBC Bank in https://github.com/actualbudget/actual-server/pull/442
In between there was a refactor done for CBC https://github.com/actualbudget/actual-server/pull/451
KBC and KBC Brussels are the same banks in Belgium, the latter being the Brussels branch.

To be honest, I don't know the exact differences between the two, I think it is only for administrative reasons. I can log in both KBC and KBC Brussels without differences. The same applies to sync with GoCardLess.

However, if I select sync with KBC Brussels, the fix for payeeName for KBC is not applied.

Please check if the fix I've done is the correct way to do it. I didn't want to create duplicate code which serves the same purpose.

I tested the fix successfully on my build with KBC Brussels


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5193 **Author:** [@wachkyri](https://github.com/wachkyri) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `KBC_Brussels_payee` --- ### 📝 Commits (1) - [`63b53b2`](https://github.com/actualbudget/actual/commit/63b53b246d57129043e4fbacf9619ba01019de0b) fix: wrong payeeName for KBC Brussels ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/app-gocardless/banks/kbc_kredbebb.js` (+1 -1) ➕ `upcoming-release-notes/5193.md` (+6 -0) </details> ### 📄 Description It is the same fix as done for KBC Bank in https://github.com/actualbudget/actual-server/pull/442 In between there was a refactor done for CBC https://github.com/actualbudget/actual-server/pull/451 KBC and KBC Brussels are the same banks in Belgium, the latter being the Brussels branch. To be honest, I don't know the exact differences between the two, I think it is only for administrative reasons. I can log in both KBC and KBC Brussels without differences. The same applies to sync with GoCardLess. However, if I select sync with KBC Brussels, the fix for payeeName for KBC is not applied. Please check if the fix I've done is the correct way to do it. I didn't want to create duplicate code which serves the same purpose. I tested the fix successfully on my build with KBC Brussels --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:18:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5807