diff --git a/src/app-gocardless/banks/bnp-be-gebabebb.js b/src/app-gocardless/banks/bnp-be-gebabebb.js index e932c57f3..95ff5261b 100644 --- a/src/app-gocardless/banks/bnp-be-gebabebb.js +++ b/src/app-gocardless/banks/bnp-be-gebabebb.js @@ -16,7 +16,11 @@ const SORTED_BALANCE_TYPE_LIST = [ /** @type {import('./bank.interface.js').IBank} */ export default { - institutionIds: ['FINTRO_BE_GEBABEBB', 'HELLO_BE_GEBABEBB', 'BNP_BE_GEBABEBB'], + institutionIds: [ + 'FINTRO_BE_GEBABEBB', + 'HELLO_BE_GEBABEBB', + 'BNP_BE_GEBABEBB' + ], normalizeAccount(account) { return { diff --git a/upcoming-release-notes/285.md b/upcoming-release-notes/285.md new file mode 100644 index 000000000..5aef22bec --- /dev/null +++ b/upcoming-release-notes/285.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [feliciaan] +--- + +Fix: add fixes for BNP Paribas Fortis and Hello Bank \ No newline at end of file