Fixed that if getting user's TAN procedures fails method didn't stop / still continued
This commit is contained in:
parent
989bbd65aa
commit
7649df6a6b
|
@ -242,6 +242,7 @@ open class FinTsClient(
|
|||
|
||||
if (newUserInfoResponse.isSuccessful == false) { // bank parameter (FinTS server address, ...) already seem to be wrong
|
||||
callback(newUserInfoResponse)
|
||||
return@getUsersTanProcedures
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue