We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a901d79 + 04837f7 commit 99e5c46Copy full SHA for 99e5c46
app/code/core/Mage/Catalog/Model/Api2/Product/Website/Rest.php
@@ -103,14 +103,13 @@ protected function _create(array $data)
103
$this->_critical(self::RESOURCE_INTERNAL_ERROR);
104
}
105
106
- return $this->_getLocation($website, $product);
+ return $this->_getLocation($website);
107
108
109
/**
110
* Product website assign
111
*
112
* @param array $data
113
- * @return string
114
*/
115
protected function _multiCreate(array $data)
116
{
0 commit comments