crounauer
11-01-11, 21:00
Hi,
I am making a request for category id => 422 using =>
$oCategoryResults = $oClient->call('getCategoryPath', array('iCategoryId' => 422));
This is the output I get, which is for categor ID 421 and not 422
stdClass Object ( [oCategory] => stdClass Object ( [iId] => 421 [sName] => Home & Garden [sDescription] => Home & Garden [iAdult] => 0 ) )
Please advise.
Simon
I am making a request for category id => 422 using =>
$oCategoryResults = $oClient->call('getCategoryPath', array('iCategoryId' => 422));
This is the output I get, which is for categor ID 421 and not 422
stdClass Object ( [oCategory] => stdClass Object ( [iId] => 421 [sName] => Home & Garden [sDescription] => Home & Garden [iAdult] => 0 ) )
Please advise.
Simon