[-] WS : id_group_shop is not mandatory

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15595 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aKorczak
2012-05-22 08:01:54 +00:00
parent 6ad6434f4a
commit 4f0ae05ba0
+2 -5
View File
@@ -794,12 +794,9 @@ class WebserviceRequestCore
$this->setError(500, 'This group shop doesn\'t have shops', 999);
return false;
}
return true;
}
// @FIXME Set ErrorCode !
$this->setError(404, 'This group shop id doesn\'t exist', 999);
return false;
// id_group_shop isn't mandatory
return true;
}
/**