Fixed traversing response's booked transactions

This commit is contained in:
dankl 2020-01-26 11:10:21 +01:00 committed by dankito
parent 7a114b7e0a
commit ae895d98e9
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ open class MainWindowPresenter(
persistAccount(account)
if (response.supportsRetrievingTransactionsOfLast90DaysWithoutTan) {
account.bankAccounts.forEach { bankAccount ->
response.bookedTransactions.keys.forEach { bankAccount ->
retrievedAccountTransactions(bankAccount, response)
}
}