Skip to content

Commit

Permalink
Update easybank-bawaatww.js to change accessValidForDays: 179 from 180 (
Browse files Browse the repository at this point in the history
#486)

* Update easybank-bawaatww.js to change accessValidForDays: 179 from 180

* added release notes

* changed author in releasenote
  • Loading branch information
clutwo authored Oct 30, 2024
1 parent 603f970 commit e659ccf
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/easybank-bawaatww.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {

institutionIds: ['EASYBANK_BAWAATWW'],

accessValidForDays: 180,
accessValidForDays: 179,

// If date is same, sort by transactionId
sortTransactions: (transactions = []) =>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/486.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [clutwo]
---

Change access_valid_for_days from "180" to "179" for institution "EASYBANK_BAWAATWW"

0 comments on commit e659ccf

Please sign in to comment.