Removed logging unknown values for ZkaTanProcedure. Through requesting all banks i know all possible values.
This commit is contained in:
parent
055771722d
commit
488905daeb
|
@ -398,9 +398,7 @@ open class ResponseParser @JvmOverloads constructor(
|
||||||
// BestSign, HHDUSB1, Secoder_UC, ZkaTANMode, photoTAN, QRTAN, 1822TAN+
|
// BestSign, HHDUSB1, Secoder_UC, ZkaTANMode, photoTAN, QRTAN, 1822TAN+
|
||||||
|
|
||||||
return ZkaTanProcedure.valueOf(mayZkaTanProcedure)
|
return ZkaTanProcedure.valueOf(mayZkaTanProcedure)
|
||||||
} catch (e: Exception) {
|
} catch (ignored: Exception) { }
|
||||||
log.warn("'$mayZkaTanProcedure' could not be mapped to ZkaTanProcedure")
|
|
||||||
}
|
|
||||||
|
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue