From d3b7fabe0888c45568f2412b14b99ac9e1fcc975 Mon Sep 17 00:00:00 2001 From: Philipp Keck Date: Mon, 5 Aug 2024 20:41:54 +0200 Subject: [PATCH] DO NOT MERGE Ensure BPD is available in execute() Should not merge this because of https://github.com/nemiah/phpFinTS/blob/4bd1cecf823aaa506e216131146b2a6c7304be9e/lib/Fhp/FinTs.php#L631-L633. --- lib/Fhp/FinTs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Fhp/FinTs.php b/lib/Fhp/FinTs.php index 426ff10..fe6d5d6 100644 --- a/lib/Fhp/FinTs.php +++ b/lib/Fhp/FinTs.php @@ -282,7 +282,7 @@ public function execute(BaseAction $action) throw new \RuntimeException('Need to login (DialogInitialization) before executing other actions'); } - $requestSegments = $action->getNextRequest($this->bpd, $this->upd); + $requestSegments = $action->getNextRequest($this->getBpd(), $this->upd); if (count($requestSegments) === 0) { return; // No request needed.