[-] 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:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user