SnoppCitycom API: not checking home status anymore
This commit is contained in:
@@ -132,9 +132,9 @@ class SnoppCitycom extends Modules\ApiControllerModule
|
|||||||
|
|
||||||
|
|
||||||
// Home must have Status 300, else return deferred
|
// 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"]);
|
return \mfResponse::Ok(["message" => "ONT not yet installed. Deferred", "activation_status" => "deferred"]);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$cc_home_id = \Citycom_OanApiHelper::hausnummerExtrefToCitycomId($wohneinheit->extref);
|
$cc_home_id = \Citycom_OanApiHelper::hausnummerExtrefToCitycomId($wohneinheit->extref);
|
||||||
|
|||||||
Reference in New Issue
Block a user