ZF-8269: Zend_Service_Amazon_Item: item data "languages" were missing
Description
Zend_Service_Amazon_Item does not provide the item data "languages" (eg. for dvds). Attached you may find a patch for Zend_Service_Amazon_Item and a new class Zend_Service_Amazon_Language to fix this issue.
After applying the patch you will find a new property "Languages" with all available languages represented as an array of Zend_Service_Amazon_Language objects.
Zend_Service_Amazon_Language properties: {color:gray}Name Type Description{color} Name string Language name (eg. "deutsch") Type string Type (eg. "subtitled" or "Original Language") AudioFormat string Audio format (eg. "Dolby Pro")
Comments
Posted by Dominik Blunk (dblunk) on 2009-11-10T00:17:12.000+0000
See issue description
Posted by Rob Allen (rob) on 2012-11-20T20:53:31.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.