diff --git a/library/Scores/Ws/Client/Gestion.php b/library/Scores/Ws/Client/Gestion.php index bcc52ddf9..499633c1b 100644 --- a/library/Scores/Ws/Client/Gestion.php +++ b/library/Scores/Ws/Client/Gestion.php @@ -35,17 +35,24 @@ return array( ), '0.4' => array( 'getCategory' => null, + 'getAccess' => null, 'getClient' => null, 'getClientServices' => null, 'getClients' => null, - 'getService' => null, - 'getServices' => null, + 'getService' => array( + 'debug' => true, + ), + 'getServiceList' => array( + 'debug' => true, + ), 'getUser' => null, 'getUserEmail' => null, 'getUserHistory' => array( 'debug' => true, ), - 'getUsers' => null, + 'getUserList' => array( + 'debug' => true, + ), 'loginAuthenticate' => null, 'setCGU' => null, 'setService' => null,