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
|
@ -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…
Reference in New Issue