Skip to content

Commit

Permalink
Update SEB Credit Card adapter to include SEB Card Accounts (actualbu…
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmdennis authored and MMichotte committed Sep 9, 2024
1 parent 1323c5b commit aa9eb4e
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/seb-kort-bank-ab.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import { printIban, amountToInteger } from '../utils.js';
export default {
...Fallback,

institutionIds: ['SEB_KORT_AB_NO_SKHSFI21', 'SEB_KORT_AB_SE_SKHSFI21'],
institutionIds: [
'SEB_KORT_AB_NO_SKHSFI21',
'SEB_KORT_AB_SE_SKHSFI21',
'SEB_CARD_ESSESESS',
],

accessValidForDays: 180,

Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/391.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [craigmdennis]
---

Add SEB Card Accounts to bank adapter to flip payment and deposit when importing

0 comments on commit aa9eb4e

Please sign in to comment.