Skip to content

Commit cd4b624

Browse files
authored
Merge pull request #440 from Philipp91/patch-7
Reset DialogInitialization state when decoupled submission is still pending on login
2 parents 4f2ea90 + d0b6b5b commit cd4b624

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Fhp/FinTs.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ public function checkDecoupledSubmission(BaseAction $action): bool
489489
throw new UnexpectedResponseException('Got neither 3956 nor HITAN with tanProzess=2');
490490
}
491491
$action->setTanRequest($hitanProcessS);
492+
if ($action instanceof DialogInitialization) {
493+
$this->dialogId = null;
494+
$action->setMessageNumber($this->messageNumber);
495+
}
492496
}
493497
return $isSuccess;
494498
}

0 commit comments

Comments
 (0)