@@ -26,7 +26,7 @@ function serviceAddon_CreateAccount(array $params) {
__FUNCTION__,
$params,
'Debug',
- $params['model']->getServicePropertiesAttribute('name')
+ $whmcs->get_req_var('name')
);
if(empty($params['name'])) {