From: vincent@cubedesigners.com Date: Fri, 10 Apr 2020 08:11:23 +0000 (+0000) Subject: wip #3393 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6a98d451ce160a6b45c75c5251091aaa23b286ed;p=cubeextranet.git wip #3393 @0.25 --- diff --git a/inc/ws/Controlleur/class.ws.ajax.php b/inc/ws/Controlleur/class.ws.ajax.php index 4098a32df..8673da402 100644 --- a/inc/ws/Controlleur/class.ws.ajax.php +++ b/inc/ws/Controlleur/class.ws.ajax.php @@ -504,7 +504,8 @@ class wsAjax extends cubeAjax 'nombre_liens' => '', 'nombre_langues' => '', 'coupon' => '', - 'fax' => ''); + 'fax' => '', + 'gclid' => ''); $_POST = array_merge($defaults, $_POST); @@ -568,6 +569,7 @@ class wsAjax extends cubeAjax $datas['langues'] = $_POST['nombre_langues']; $datas['details'] = $_POST['detail']; $datas['coupon'] = $_POST['coupon']; + $datas['gclid'] = $_POST['gclid']; $datas['utilisateur'] = $utilisateur_id; $datas['revendeur'] = 0; $datas['status'] = 0; @@ -596,6 +598,7 @@ class wsAjax extends cubeAjax 'nombre_langues' => 'Langues', 'contact_type' => 'Type de client', 'detail' => 'Commentaires', + 'gclid' => 'Google Ads ID (gclid)' );