Skip to content

Commit

Permalink
Merge branch 'master' into nbg-pending
Browse files Browse the repository at this point in the history
  • Loading branch information
mezger6 authored Sep 17, 2024
2 parents 8ec000d + 9ea7bd2 commit b06b860
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/app-gocardless/bank-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ export const BANKS_WITH_LIMITED_HISTORY = [
'SELLA_PERSONAL_CREDIT_SELBIT22',
'SANTANDER_BSCHESMM',
'NORDEA_NDEADKKK',
'VUB_BANKA_SUBASKBX',
'REVOLUT_REVOLT21',
];
2 changes: 1 addition & 1 deletion src/app-gocardless/banks/abanca-caglesmm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { formatPayeeName } from '../../util/payee-name.js';
export default {
...Fallback,

institutionIds: ['ABANCA_CAGLESMM'],
institutionIds: ['ABANCA_CAGLESMM', 'ABANCA_CAGLPTPL'],

accessValidForDays: 180,

Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/452.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [molnart]
---

added REVOLUT_REVOLT21 & VUB_BANKA_SUBASKBX to banks with limited history
6 changes: 6 additions & 0 deletions upcoming-release-notes/455.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [matt-fidd]
---

Add support for `ABANCA_CAGLPTPL` payee name

0 comments on commit b06b860

Please sign in to comment.