Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Add gocardles ssupport for Andelskassen Fælleskassen (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
circle3451 authored Feb 2, 2024
1 parent 21c65cf commit 10d53fb
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/sparnord-spnodk22.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: ['SPARNORD_SPNODK22', 'LAGERNES_BANK_LAPNDKK1'],
institutionIds: [
'SPARNORD_SPNODK22',
'LAGERNES_BANK_LAPNDKK1',
'ANDELSKASSEN_FALLESKASSEN_FAELDKK1',
],

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

Add GoCardless integration for Andelskassen Fælleskassen

0 comments on commit 10d53fb

Please sign in to comment.