Skip to content
Snippets Groups Projects
Unverified Commit 21f06449 authored by Waseem Hassan Shahid's avatar Waseem Hassan Shahid Committed by GitHub
Browse files

fix(nordigen/sync): Use bookingDate as fallback during sync (#754)

parent ec892795
No related branches found
No related tags found
No related merge requests found
...@@ -816,7 +816,7 @@ export async function syncNordigenAccount(userId, userKey, id, acctId, bankId) { ...@@ -816,7 +816,7 @@ export async function syncNordigenAccount(userId, userKey, id, acctId, bankId) {
const oldestDate = const oldestDate =
transactions.length > 0 transactions.length > 0
? oldestTransaction.valueDate ? oldestTransaction.valueDate || oldestTransaction.bookingDate
: monthUtils.currentDay(); : monthUtils.currentDay();
const payee = await getStartingBalancePayee(); const payee = await getStartingBalancePayee();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment