[PR #7489] [CLOSED] make GoCardless fallback safer #60855

Closed
opened 2026-05-07 03:08:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7489
Author: @matt-fidd
Created: 4/12/2026
Status: Closed

Base: masterHead: gocardless-fallback


📝 Commits (2)

📊 Changes

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

View changed files

📝 packages/sync-server/src/app-gocardless/services/gocardless-service.ts (+1 -1)
upcoming-release-notes/7489.md (+6 -0)

📄 Description

Description

As it turns out, some banks don't play well with the 90 day limit, hopefully this should solve it for any of those cases.

https://github.com/actualbudget/actual/issues/5709
https://discord.com/channels/937901803608096828/940290142579605514/1492972507941179605

Testing

Unable, but the worst that will happen is the minimum days access we support is a day shorter

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 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/7489 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 4/12/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `gocardless-fallback` --- ### 📝 Commits (2) - [`f98d89f`](https://github.com/actualbudget/actual/commit/f98d89fe46a4ec4394c2b5f2856493640b4aee85) make GoCardless fallback safer - [`d9f3647`](https://github.com/actualbudget/actual/commit/d9f364779135815d5dfd1282a2b4f038e7d753a1) note ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/app-gocardless/services/gocardless-service.ts` (+1 -1) ➕ `upcoming-release-notes/7489.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> As it turns out, some banks don't play well with the 90 day limit, hopefully this should solve it for any of those cases. ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> https://github.com/actualbudget/actual/issues/5709 https://discord.com/channels/937901803608096828/940290142579605514/1492972507941179605 ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> Unable, but the worst that will happen is the minimum days access we support is a day shorter ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <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-05-07 03:08:49 -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#60855