Skip to content

Commit

Permalink
Add release note and fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaan committed Dec 1, 2023
1 parent fe1dc64 commit f7f3bba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app-gocardless/banks/bnp-be-gebabebb.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Check failure on line 20 in src/app-gocardless/banks/bnp-be-gebabebb.js

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
'HELLO_BE_GEBABEBB',
'BNP_BE_GEBABEBB'

Check failure on line 22 in src/app-gocardless/banks/bnp-be-gebabebb.js

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
],

normalizeAccount(account) {
return {
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/285.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [feliciaan]
---

Fix: add fixes for BNP Paribas Fortis and Hello Bank

0 comments on commit f7f3bba

Please sign in to comment.