From 2d47c4686cc8488b04c9cd9dcc5044fb459e64d1 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Thu, 12 Dec 2024 12:15:09 +0100 Subject: [PATCH] - --- Classes/Api/Start.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Classes/Api/Start.php b/Classes/Api/Start.php index c75dcc3..78a9d86 100644 --- a/Classes/Api/Start.php +++ b/Classes/Api/Start.php @@ -368,11 +368,12 @@ static public function render ( $lConf = $confScript; $gatewayExtKey = $confScript['extName'] ?? ''; $ok = static::checkLoaded($errorMessage, $languageObj, $gatewayExtKey); - $paymentMethod = $confScript['paymentMethod']; + $paymentMethod = $confScript['paymentMethod'] ?? ''; if ( $ok && - $errorMessage == '' + $errorMessage == '' && + $paymentMethod != '' ) { $gatewayProxyObject = PaymentApi::getGatewayProxyObject(