Ver código fonte

new dns helper class

andre 6 meses atrás
pai
commit
8e348ae889
1 arquivos alterados com 1 adições e 1 exclusões
  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);
         $productManager = new ProductManager();
 
-        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'hostingid']);
+        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'serviceid']);
 
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),