diff --git a/fints4javaLib/src/main/kotlin/net/dankito/fints/FinTsClient.kt b/fints4javaLib/src/main/kotlin/net/dankito/fints/FinTsClient.kt index 01d3aeea..5020d887 100644 --- a/fints4javaLib/src/main/kotlin/net/dankito/fints/FinTsClient.kt +++ b/fints4javaLib/src/main/kotlin/net/dankito/fints/FinTsClient.kt @@ -487,7 +487,7 @@ open class FinTsClient @JvmOverloads constructor( response.tanResponse?.let { tanResponse -> // TODO: is this true for all tan procedures? val enteredTan = callback.enterTan(TanChallenge(tanResponse.challenge ?: "", - tanResponse.challengeHHD_UC ?: "", CustomerData.TanProcedureNotSelected)) // TODO: retrieve tan procedure + tanResponse.challengeHHD_UC ?: "", customer.selectedTanProcedure)) if (enteredTan == null) { // i tried to send a HKTAN with cancelJob = true but then i saw there are no tan procedures that support cancellation (at least not at my bank)