Skip to content

Commit

Permalink
Add support for ABANCA_CORP_CAGLPTPL payee name (#550)
Browse files Browse the repository at this point in the history
* add support for ABANCA_CORP_CAGLPTPL payee name

* Create Release Notes file

* Lint institutionIds array

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
sergiofmreis and coderabbitai[bot] authored Jan 19, 2025
1 parent 45d53ff commit ecb4d71
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/abanca_caglesmm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import { formatPayeeName } from '../../util/payee-name.js';
export default {
...Fallback,

institutionIds: ['ABANCA_CAGLESMM', 'ABANCA_CAGLPTPL'],
institutionIds: [
'ABANCA_CAGLESMM',
'ABANCA_CAGLPTPL',
'ABANCA_CORP_CAGLPTPL',
],

// Abanca transactions doesn't get the creditorName/debtorName properly
normalizeTransaction(transaction, _booked) {
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/550.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Features
authors: [sergiofmreis]
---

Add support for `ABANCA_CORP_CAGLPTPL` payee name

0 comments on commit ecb4d71

Please sign in to comment.