ZF-7253: price: "Too low to display" responses generate notices
Description
<?php
...
$a = new Zend_Service_Amazon($aws_key);
$options = array('IdType' => 'ASIN', 'ResponseGroup' => 'OfferFull,ItemAttributes',
'MerchantId' => 'All', 'Condition' => 'New');
$results = $a->itemLookup('B000J05H36', $options);
?>
Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/OfferSet.php on line 94 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/OfferSet.php on line 95 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 88 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 89 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 88 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 89 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 88 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 89 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 88 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 89 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 88 Notice: Trying to get property of non-object in /usr/share/php/Zend/Service/Amazon/Offer.php on line 89
Fragments of the returned xml:
Too low to display
....
BFEFViybDY4lAXl9d1GNAlXSWhOxPiMD2dEn3aS8G%2Bb5XIH30GbDyzy8kRgAHzMf%2FeTpOQYe4gQwHeY3%2BUYYu2bWg%2B0pLtp48tg3xB4CnjgTjX7UwcduY4RQkmpW0qWHIOSVXxiwDOxMZEkve8b45Q%3D%3DY12M3435395M7748539Too low to displayUsually ships in 1-2 business days0
Comments
Posted by michael depetrillo (klassicd) on 2009-10-16T14:55:03.000+0000
Price/LowestNewPrice/LowestUsedPrice will be set only if set in S3 XML response.