Implemented not showing an error message if user cancelled action (e.g. entering TAN or selecting a TAN medium)

This commit is contained in:
dankito 2020-04-29 22:46:55 +02:00
parent ec2c8fc5c9
commit abedd1d094
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ open class fints4javaModelMapper {
mappedBookedTransactions, mappedBookedTransactions,
mapOf(), // TODO: map unbooked transactions mapOf(), // TODO: map unbooked transactions
balances, balances,
response.userCancelledAction, response.exception,
response.exception) response.userCancelledAction)
} }
open fun mapResponse(bankAccount: BankAccount, response: net.dankito.fints.response.client.GetTransactionsResponse): GetTransactionsResponse { open fun mapResponse(bankAccount: BankAccount, response: net.dankito.fints.response.client.GetTransactionsResponse): GetTransactionsResponse {