From: vincent@cubedesigners.com Date: Wed, 12 Oct 2016 14:58:37 +0000 (+0000) Subject: #770 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=121876868e48daba92bf959fba0c5d08eafea87d;p=cubeextranet.git #770 --- diff --git a/inc/ws/Controlleur/class.ws.maintenance.php b/inc/ws/Controlleur/class.ws.maintenance.php index e61bd1288..3c7750643 100644 --- a/inc/ws/Controlleur/class.ws.maintenance.php +++ b/inc/ws/Controlleur/class.ws.maintenance.php @@ -1057,7 +1057,7 @@ class wsMaintenance { $api = new CubeIT_Services_Mailchimp('2b255293f3595181dd7d079d29dc6b99-us14'); $res = $api->batchSubscribe('8ff710b78e', $batch); - echo '
' . print_r($batch, true) . '
'; + echo '
OK
'; } @@ -1108,7 +1108,7 @@ class wsMaintenance { } $res = $api->batchSubscribe('69f69a2bb8', $batch); - echo '
' . print_r($res, true) . '
'; + echo '
OK
'; } }