Fixed traversing response's booked transactions
This commit is contained in:
parent
7a114b7e0a
commit
ae895d98e9
|
@ -148,7 +148,7 @@ open class MainWindowPresenter(
|
||||||
persistAccount(account)
|
persistAccount(account)
|
||||||
|
|
||||||
if (response.supportsRetrievingTransactionsOfLast90DaysWithoutTan) {
|
if (response.supportsRetrievingTransactionsOfLast90DaysWithoutTan) {
|
||||||
account.bankAccounts.forEach { bankAccount ->
|
response.bookedTransactions.keys.forEach { bankAccount ->
|
||||||
retrievedAccountTransactions(bankAccount, response)
|
retrievedAccountTransactions(bankAccount, response)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue