Merge branch 'fronkdev' into 'master'
SnoppCitycom API: not checking home status anymore See merge request fronk/thetool!2055
This commit is contained in:
@@ -132,9 +132,9 @@ class SnoppCitycom extends Modules\ApiControllerModule
|
||||
|
||||
|
||||
// Home must have Status 300, else return deferred
|
||||
if($wohneinheit->status->code < 300) {
|
||||
/*if($wohneinheit->status->code < 300) {
|
||||
return \mfResponse::Ok(["message" => "ONT not yet installed. Deferred", "activation_status" => "deferred"]);
|
||||
}
|
||||
}*/
|
||||
|
||||
/*
|
||||
$cc_home_id = \Citycom_OanApiHelper::hausnummerExtrefToCitycomId($wohneinheit->extref);
|
||||
|
||||
Reference in New Issue
Block a user