From 7c35d6915b1cfa3c934c540231043a6b0e2c501e Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 30 Nov 2015 14:16:22 +0000 Subject: [PATCH] Pieces : Suppression envoi email erreur kbis --- library/WsScore/Pieces/v0.1/Service.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/WsScore/Pieces/v0.1/Service.php b/library/WsScore/Pieces/v0.1/Service.php index 91411605..bab28853 100644 --- a/library/WsScore/Pieces/v0.1/Service.php +++ b/library/WsScore/Pieces/v0.1/Service.php @@ -129,11 +129,11 @@ class Pieces extends Scores_Ws_Server else { $text = 'La récupération du KBIS a échoué sur le siren : '.$siren; - sendMail( + /*sendMail( 'production@scores-decisions.com', 'supportdev@scores-decisions.com', '[ERREUR KBIS]', - $text); + $text);*/ throw new SoapFault('0000',"Erreur récupération du kbis"); } } else {