Implemented not showing an error message if user cancelled action (e.g. entering TAN or selecting a TAN medium)
This commit is contained in:
parent
ec2c8fc5c9
commit
abedd1d094
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ open class fints4javaModelMapper {
|
|||
mappedBookedTransactions,
|
||||
mapOf(), // TODO: map unbooked transactions
|
||||
balances,
|
||||
response.userCancelledAction,
|
||||
response.exception)
|
||||
response.exception,
|
||||
response.userCancelledAction)
|
||||
}
|
||||
|
||||
open fun mapResponse(bankAccount: BankAccount, response: net.dankito.fints.response.client.GetTransactionsResponse): GetTransactionsResponse {
|
||||
|
|
Loading…
Add table
Reference in a new issue