|
@@ -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(),
|