Index: vendor/xtento/xtcore/Block/System/Config/Form/Xtento/Debug.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/vendor/xtento/xtcore/Block/System/Config/Form/Xtento/Debug.php b/vendor/xtento/xtcore/Block/System/Config/Form/Xtento/Debug.php
--- a/vendor/xtento/xtcore/Block/System/Config/Form/Xtento/Debug.php	
+++ b/vendor/xtento/xtcore/Block/System/Config/Form/Xtento/Debug.php	(date 1678351734382)
@@ -37,7 +37,7 @@
         \Magento\Backend\Model\Auth\Session $authSession,
         \Magento\Framework\View\Helper\Js $jsHelper,
         \Magento\Framework\Filesystem $filesystem,
-        \Magento\Framework\HTTP\ZendClientFactory $httpClientFactory,
+        \Magento\Framework\HTTP\LaminasClientFactory $httpClientFactory,
         array $data = []
     ) {
         parent::__construct($context, $authSession, $jsHelper, $data);
@@ -61,8 +61,9 @@
             } else {
                 $client = $this->zendClientFactory->create();
                 $client->setUri($url);
-                $client->setConfig(['timeout' => 10]);
-                $response = $client->request('GET');
+                $client->setOptions(['timeout' => 10]);
+                $client->setMethod('GET');
+                $response = $client->send();
                 $ipAddress = $response->getBody();
             }
         } catch (\Exception $e) {
