|
|
@@ -89,7 +89,7 @@ foreach($serviceIds as $serviceId) {
|
|
|
$service_details['name'] = $service[$serviceId->id]['products']['product'][0]['name'];
|
|
|
$service_details['groupname'] = $service[$serviceId->id]['products']['product'][0]['groupname'];
|
|
|
$productBillingcycle = $service[$serviceId->id]['products']['product'][0]['billingcycle'];
|
|
|
- // use domain or alternatvie custom fields for naming the service
|
|
|
+ // use domain or alternative custom fields for naming the service
|
|
|
if($service[$serviceId->id]['products']['product'][0]['domain']) {
|
|
|
$service_details['domain'] = $service[$serviceId->id]['products']['product'][0]['domain'];
|
|
|
} else {
|
|
|
@@ -104,6 +104,7 @@ foreach($serviceIds as $serviceId) {
|
|
|
$name = $customfield['value'];
|
|
|
break;
|
|
|
case 'Mail Domain':
|
|
|
+ case 'Mail Domaine':
|
|
|
$domain = $customfield['value'];
|
|
|
break;
|
|
|
}
|