Merge branch 'fronkdev' into 'master'

SnoppCitycom API: not checking home status anymore

See merge request fronk/thetool!2055
This commit is contained in:
Frank Schubert
2026-01-27 12:28:09 +00:00

View File

@@ -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);