From 27ef057564d1f34ed110ec2567b1d91c7a045e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Fri, 15 Mar 2013 14:36:26 +0100 Subject: [PATCH] [*] WS: Add contact entity --- classes/webservice/WebserviceRequest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/webservice/WebserviceRequest.php b/classes/webservice/WebserviceRequest.php index d2a107e21..a4f5ee6b5 100644 --- a/classes/webservice/WebserviceRequest.php +++ b/classes/webservice/WebserviceRequest.php @@ -228,6 +228,7 @@ class WebserviceRequestCore 'categories' => array('description' => 'The product categories','class' => 'Category'), 'combinations' => array('description' => 'The product combinations','class' => 'Combination'), 'configurations' => array('description' => 'Shop configuration', 'class' => 'Configuration'), + 'contacts' => array('description' => 'Shop contacts','class' => 'Contact'), 'countries' => array('description' => 'The countries','class' => 'Country'), 'currencies' => array('description' => 'The currencies', 'class' => 'Currency'), 'customers' => array('description' => 'The e-shop\'s customers','class' => 'Customer'),