Fixed that userCancelledAction wasn't mapped
This commit is contained in:
parent
2aad114d55
commit
a991164d55
|
@ -22,7 +22,7 @@ open class fints4javaModelMapper {
|
|||
|
||||
|
||||
open fun mapResponse(response: FinTsClientResponse): BankingClientResponse {
|
||||
return BankingClientResponse(response.isSuccessful, mapErrorToShowToUser(response), response.exception)
|
||||
return BankingClientResponse(response.isSuccessful, mapErrorToShowToUser(response), response.exception, response.userCancelledAction)
|
||||
}
|
||||
|
||||
open fun mapResponse(account: Account, response: net.dankito.fints.response.client.AddAccountResponse): AddAccountResponse {
|
||||
|
|
Loading…
Reference in New Issue