Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.9.7
-
Fix Version/s: 1.10.2
-
Component/s: Zend_Service_Amazon
-
Labels:None
Description
add string MerchantName as a field
in constructor of Zend_Service_Amazon_Offer:
$this->MerchantName = (string) $xpath->query('./az:Merchant/az:Name/text()', $dom)->item(0)->data;
A patch file containing the extra lines to support one of the additional fields included with ResponseGroup option "OfferFull".
Includes a matching documentation update.