diff --git a/lib/Fhp/FinTs.php b/lib/Fhp/FinTs.php index 8502224..0ab514e 100644 --- a/lib/Fhp/FinTs.php +++ b/lib/Fhp/FinTs.php @@ -489,6 +489,10 @@ public function checkDecoupledSubmission(BaseAction $action): bool throw new UnexpectedResponseException('Got neither 3956 nor HITAN with tanProzess=2'); } $action->setTanRequest($hitanProcessS); + if ($action instanceof DialogInitialization) { + $this->dialogId = null; + $action->setMessageNumber($this->messageNumber); + } } return $isSuccess; }