Bug #336 » aqbanking.patch
| src/libs/plugins/backends/aqhbci/applayer/cbox_voptan.c | ||
|---|---|---|
|
return rv;
|
||
|
}
|
||
|
}
|
||
|
else if (AH_Job_HasResultWithCode(tanJob1, 3076)) { /* SCA not needed */
|
||
|
else if (AH_Job_HasResultWithCode(tanJob1, 3076) ||
|
||
|
AH_Job_HasResultWithCode(workJob, 3076)) { /* SCA not needed; Consorsbank returns 3076 for HKIDN segment */
|
||
|
DBG_INFO(AQHBCI_LOGDOMAIN, "No TAN needed");
|
||
|
// TODO: send HKVPA if needed (shouldn't be necessary)
|
||
|
}
|
||