Citycom: Checking and updating Services after creating mgmt Service
This commit is contained in:
@@ -50,10 +50,10 @@ foreach(PreordercampaignModel::search(["fulfillment" => "citycom_oan"]) as $camp
|
||||
];
|
||||
|
||||
$log->info(__METHOD__.": Ordering mgmt service for preorder ".$preorder->id);
|
||||
/*if(!$cc_helper->orderServices($preorder, $sublocation_id, $data)) {
|
||||
if(!$cc_helper->orderServices($preorder, $sublocation_id, $data)) {
|
||||
$log->error(__METHOD__.": Error ordering mgmt service for preorder ".$preorder->id);
|
||||
continue;
|
||||
}*/
|
||||
}
|
||||
|
||||
// TODO check for new service @ citycom -> 230
|
||||
$cc_services = $cc->getServices();
|
||||
|
||||
Reference in New Issue
Block a user