[PR #5312] [CLOSED] [WIP] Fix ING_INGBROBU bank sync via Go Cardless #5871

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5312
Author: @arpadszasz
Created: 7/11/2025
Status: Closed

Base: masterHead: feature/fix-ingbrobu-bank-sync


📝 Commits (2)

  • 4499edb INGBROBU bank account import fix
  • 7eb4080 [autofix.ci] apply automated fixes

📊 Changes

1 file changed (+65 additions, -0 deletions)

View changed files

📝 packages/sync-server/src/app-gocardless/banks/ing_ingbrobu.js (+65 -0)

📄 Description

ING_INGBROBU puts the whole information from remittanceInformationUnstructured into the payeeName field.

This changes in this PR tries to parse the payeeName info from remittanceInformationUnstructured and set it accordingly.

⚠️ This is PoC level code, it works for me, but it needs more testing and proper cleanup of code (maybe even tests).


🔄 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/5312 **Author:** [@arpadszasz](https://github.com/arpadszasz) **Created:** 7/11/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/fix-ingbrobu-bank-sync` --- ### 📝 Commits (2) - [`4499edb`](https://github.com/actualbudget/actual/commit/4499edb80dadfe570432acfa0b49818724caaadf) INGBROBU bank account import fix - [`7eb4080`](https://github.com/actualbudget/actual/commit/7eb40809ce47d33eb7e65844b9a0ce9fc3ba2eb5) [autofix.ci] apply automated fixes ### 📊 Changes **1 file changed** (+65 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/app-gocardless/banks/ing_ingbrobu.js` (+65 -0) </details> ### 📄 Description `ING_INGBROBU` puts the whole information from `remittanceInformationUnstructured` into the `payeeName` field. This changes in this PR tries to parse the `payeeName` info from `remittanceInformationUnstructured` and set it accordingly. ⚠️ This is PoC level code, it works for me, but it needs more testing and proper cleanup of code (maybe even tests). --- <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:20:11 -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#5871