We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f2ea90 + d0b6b5b commit cd4b624Copy full SHA for cd4b624
lib/Fhp/FinTs.php
@@ -489,6 +489,10 @@ public function checkDecoupledSubmission(BaseAction $action): bool
489
throw new UnexpectedResponseException('Got neither 3956 nor HITAN with tanProzess=2');
490
}
491
$action->setTanRequest($hitanProcessS);
492
+ if ($action instanceof DialogInitialization) {
493
+ $this->dialogId = null;
494
+ $action->setMessageNumber($this->messageNumber);
495
+ }
496
497
return $isSuccess;
498
0 commit comments