[PR #745] [MERGED] 🐛 (nordigen) fallback to array version of remittanceInformationUnstructured if necessary #3299

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/745
Author: @Jackenmen
Created: 3/12/2023
Status: Merged
Merged: 3/12/2023
Merged by: @MatissJanis

Base: masterHead: patch-2


📝 Commits (4)

  • 4e00449 🐛 (nordigen) fallback to array version of remittanceInformationUnstructured if necessary
  • ce209e8 Do the same for notes
  • edae88b Add missing 'Array' suffix to field name reference
  • dbc0699 Fix formatting

📊 Changes

1 file changed (+9 additions, -3 deletions)

View changed files

📝 packages/loot-core/src/server/accounts/sync.js (+9 -3)

📄 Description

Try falling back to remittanceInformationUnstructuredArray.join(', ') when neither debtor/creditorName nor remittanceInformationUnstructured fields are present.

Addresses a suggestion from https://github.com/actualbudget/actual/issues/724#issuecomment-1464907064


🔄 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/745 **Author:** [@Jackenmen](https://github.com/Jackenmen) **Created:** 3/12/2023 **Status:** ✅ Merged **Merged:** 3/12/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (4) - [`4e00449`](https://github.com/actualbudget/actual/commit/4e00449468a485d56812bdadea5eeda3550e81ae) 🐛 (nordigen) fallback to array version of remittanceInformationUnstructured if necessary - [`ce209e8`](https://github.com/actualbudget/actual/commit/ce209e842210f090f0e387a5b1a3d4e9c786eeed) Do the same for notes - [`edae88b`](https://github.com/actualbudget/actual/commit/edae88b9881471ea486f354d299f07a41cb924cc) Add missing 'Array' suffix to field name reference - [`dbc0699`](https://github.com/actualbudget/actual/commit/dbc06993fcbdf1e14ada53892f9dd14e89518366) Fix formatting ### 📊 Changes **1 file changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/accounts/sync.js` (+9 -3) </details> ### 📄 Description Try falling back to `remittanceInformationUnstructuredArray.join(', ')` when neither `debtor/creditorName` nor `remittanceInformationUnstructured` fields are present. Addresses a suggestion from https://github.com/actualbudget/actual/issues/724#issuecomment-1464907064 --- <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 20:39:33 -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#3299