Skip to content

Commit

Permalink
add support for ABANCA_CAGLPTPL payee name (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd authored Sep 16, 2024
1 parent fe85325 commit 9ea7bd2
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/banks/abanca-caglesmm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { formatPayeeName } from '../../util/payee-name.js';
export default {
...Fallback,

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

accessValidForDays: 180,

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

Add support for `ABANCA_CAGLPTPL` payee name

0 comments on commit 9ea7bd2

Please sign in to comment.