Skip to content

Commit

Permalink
Fix Hype Bank sync (HYPE_HYEEIT22) (#511)
Browse files Browse the repository at this point in the history
* fix: wrong institution_id for HYPE_HYEEIT22 in `BANKS_WITH_LIMITED_HISTORY` array

* added upcoming-release-note

* fixed author name in release note
  • Loading branch information
guglicap authored Nov 28, 2024
1 parent 8506b87 commit 4842111
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-gocardless/bank-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const BANKS_WITH_LIMITED_HISTORY = [
'FINECO_FEBIITM2XXX',
'FINECO_UK_FEBIITM2XXX',
'HYPE_BUSINESS_HYEEIT22',
'HYPE_HYEEIT2',
'HYPE_HYEEIT22',
'ILLIMITY_ITTPIT2M',
'INDUSTRA_MULTLV2X',
'JEKYLL_JEYKLL002',
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/511.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [guglicap]
---

Fixed Hype Bank sync

0 comments on commit 4842111

Please sign in to comment.