Successful build of server. Ready for testing.

This commit is contained in:
2023-09-10 23:32:59 -04:00
parent bb2e8ac538
commit b25530f063
4 changed files with 161 additions and 77 deletions

View File

@@ -163,6 +163,10 @@ class ModuleFunctions extends Module
Database::systemOnServerCreate($params['serviceid'], $data);
$this->updateWhmcsServiceParamsOnServerObject($params['serviceid'], $data);
// If the server is created successfully, we can initialize the server build.
$cs = new ConfigureService();
$cs->initServerBuild($data->data->id, $params);
/**
*
* Server was created successfully.