diff --git a/library/Scores/Ws/Client/Entreprise.php b/library/Scores/Ws/Client/Entreprise.php index d2644efc3..06c8d5146 100644 --- a/library/Scores/Ws/Client/Entreprise.php +++ b/library/Scores/Ws/Client/Entreprise.php @@ -33,6 +33,22 @@ return array( 'debug' => true, 'errorMsg' => array('0902'), 'log' => 'mail', - ) + ), + ), + '0.8' => array( + 'getLienRef' => array( + 'debug' => true, + ), + 'getLiensById' => array( + 'debug' => true, + ), + 'getLiens' => array( + 'debug' => true, + ), + 'searchLienRef' => array( + 'debug' => true, + 'log' => 'mail' + ), + ), ); \ No newline at end of file