From 9aad13b6a5694cdfc42f1dadf4a92ee3330c6386 Mon Sep 17 00:00:00 2001 From: zenminimalist Date: Sat, 21 Dec 2024 20:59:25 +0100 Subject: [PATCH] Update bank-factory.js According to Gocardless's own coverage (https://docs.google.com/spreadsheets/d/1EZ5n7QDGaRIot5M86dwqd5UFSGEDTeTRzEq3D9uEDkM/edit?gid=976380583#gid=976380583), DKB bank supports up to 365 days of transaction and most other money apps pull in this amount automatically. --- src/app-gocardless/bank-factory.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app-gocardless/bank-factory.js b/src/app-gocardless/bank-factory.js index 0274c28e5..710715990 100644 --- a/src/app-gocardless/bank-factory.js +++ b/src/app-gocardless/bank-factory.js @@ -124,4 +124,5 @@ export const BANKS_WITH_LIMITED_HISTORY = [ 'TIM_HYEEIT22', 'TOT_SELBIT2B', 'VUB_BANKA_SUBASKBX', + 'DKB_BYLADEM1', ];