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.
1 parent 3ef5922 commit 04837f7Copy full SHA for 04837f7
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