[PR #4845] [MERGED] fix: commerzbank escape payee #125049

Closed
opened 2026-06-14 03:33:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4845
Author: @misu-dev
Created: 4/18/2025
Status: Merged
Merged: 4/21/2025
Merged by: @MatissJanis

Base: masterHead: fix/commerzbank-escape-payee


📝 Commits (2)

📊 Changes

4 files changed (+37 additions, -1 deletions)

View changed files

📝 packages/sync-server/src/app-gocardless/banks/commerzbank_cobadeff.js (+4 -1)
📝 packages/sync-server/src/app-gocardless/banks/tests/commerzbank_cobadeff.spec.js (+23 -0)
packages/sync-server/src/app-gocardless/banks/util/escape-regexp.js (+4 -0)
upcoming-release-notes/4845.md (+6 -0)

📄 Description

This should fix the Issue #4788. Now the Payee is escaped, so that the regular expression can work


🔄 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/4845 **Author:** [@misu-dev](https://github.com/misu-dev) **Created:** 4/18/2025 **Status:** ✅ Merged **Merged:** 4/21/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix/commerzbank-escape-payee` --- ### 📝 Commits (2) - [`a318535`](https://github.com/actualbudget/actual/commit/a318535c6298909d41389573768c84ce9e9480ce) fix: escape payee for RegExp - [`69ff022`](https://github.com/actualbudget/actual/commit/69ff022cee34e7e5090696024e958441984c3cd8) doc: add release note ### 📊 Changes **4 files changed** (+37 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/app-gocardless/banks/commerzbank_cobadeff.js` (+4 -1) 📝 `packages/sync-server/src/app-gocardless/banks/tests/commerzbank_cobadeff.spec.js` (+23 -0) ➕ `packages/sync-server/src/app-gocardless/banks/util/escape-regexp.js` (+4 -0) ➕ `upcoming-release-notes/4845.md` (+6 -0) </details> ### 📄 Description This should fix the Issue #4788. Now the Payee is escaped, so that the regular expression can work --- <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-06-14 03:33:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#125049