Skip to content

Commit

Permalink
[-] WS : Fix price field of product entity, now unaltered (use price …
Browse files Browse the repository at this point in the history
  • Loading branch information
anat committed Jul 25, 2014
1 parent 959b566 commit 13748d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/webservice/WebserviceRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public function fetch($key, $method, $url, $params, $bad_class_name, $inputXml =
// Method below set a particular fonction to use on the price field for products entity
// @see WebserviceRequest::getPriceForProduct() method
// @see WebserviceOutputBuilder::setSpecificField() method
$this->objOutput->setSpecificField($this, 'getPriceForProduct', 'price', 'products');
//$this->objOutput->setSpecificField($this, 'getPriceForProduct', 'price', 'products');
if (isset($this->urlFragments['price']))
{
$this->objOutput->setVirtualField($this, 'specificPriceForCombination', 'combinations', $this->urlFragments['price']);
Expand Down

0 comments on commit 13748d3

Please sign in to comment.