From 939e12ad2c06ca01108f18e7b2f099b971dde47a Mon Sep 17 00:00:00 2001 From: Arman KYOKCHAN Date: Wed, 21 Aug 2013 05:06:00 +0000 Subject: [PATCH] issue #0001687: monitoring events interface --- library/Giant/WSgiant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Giant/WSgiant.php b/library/Giant/WSgiant.php index aea3c1d47..f4dc3a14b 100644 --- a/library/Giant/WSgiant.php +++ b/library/Giant/WSgiant.php @@ -33,7 +33,7 @@ class WSgiant extends Zend_Soap_Client $giantHeader = new stdClass(); $giantHeader->ConsumerId = $this->wsService->header->ConsumerId; - $giantHeader->CustomerId = '001'; + $giantHeader->CustomerId = $utilisateur->getLogin(); $giantHeader->Provider = new stdClass(); $giantHeader->Provider->CountryCode = $parametres->CountryCode;