Zend Framework

Add 'Merchant Name' to Offer details

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Trivial 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;

Activity

Hide
Michael Rehbein added a comment -

A patch file containing the extra lines to support one of the additional fields included with ResponseGroup option "OfferFull".

Includes a matching documentation update.

Show
Michael Rehbein added a comment - A patch file containing the extra lines to support one of the additional fields included with ResponseGroup option "OfferFull". Includes a matching documentation update.
Hide
Matthew Weier O'Phinney added a comment -

Patch applied in 1.10 release branch and trunk.

Show
Matthew Weier O'Phinney added a comment - Patch applied in 1.10 release branch and trunk.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: