Skip to content

Commit

Permalink
Change SparNord integration to add support for Lægernes Bank (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseh authored Jan 9, 2024
1 parent 3b83f06 commit 1d4eaaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-gocardless/banks/sparnord-spnodk22.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SORTED_BALANCE_TYPE_LIST = [

/** @type {import('./bank.interface.js').IBank} */
export default {
institutionIds: ['SPARNORD_SPNODK22'],
institutionIds: ['SPARNORD_SPNODK22', 'LAGERNES_BANK_LAPNDKK1'],

normalizeAccount(account) {
return {
Expand All @@ -33,7 +33,7 @@ export default {
},

/**
* Spar Nord only gives information regarding the transaction in additionalInformation
* Banks on the BEC backend only give information regarding the transaction in additionalInformation
*/
normalizeTransaction(transaction, _booked) {
return {
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/298.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [Waseh]
---

Add GoCardless integration for Lægernes Bank DK

0 comments on commit 1d4eaaa

Please sign in to comment.