-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nordigen): support unstructured array
If string is not defined combine the array into a single string and use that. Should fix BoursoBank which only returns the array. Fixes #77
- Loading branch information
1 parent
dd452f4
commit 07cc371
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/martinohansen/ynabber | ||
|
||
go 1.21 | ||
go 1.23 | ||
|
||
require github.com/frieser/nordigen-go-lib/v2 v2.1.7 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters