mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
* Allow setting accessValidForDays per bank This also stops taking `accessValidForDays` from the client since it's hardcoded there anyway and it's simpler to just have these per-bank values in one place. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> * Get the max allowed maxHistoricalDays value from the GoCardless API Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> * Upgrade nordigen-node to 1.4.0 Contrary to the claims in the nordigen-node changelog 1.3.0 did *not* fix the missing support for passing in accessValidForDays, so we have to upgrade to 1.4.0 to actually get the fix. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --------- Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
176 B
176 B
category, authors
| category | authors | |
|---|---|---|
| Enhancements |
|
Add support for setting the access validity time per GoCardless bank integration and get the max historical days from the API