Browse Source

new dns helper class

andre 6 months ago
parent
commit
8e348ae889
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/Http/Response.php

+ 1 - 1
core/Http/Response.php

@@ -171,7 +171,7 @@ class Response extends SymfonyRespose
         $addon = ServiceLocator::call(Config::class);
         $addon = ServiceLocator::call(Config::class);
         $productManager = new ProductManager();
         $productManager = new ProductManager();
 
 
-        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'hostingid']);
+        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'serviceid']);
 
 
         $vars = [
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),
             'assetsURL'                => BuildUrl::getAssetsURL(),