Development

Changeset 4771

You must first sign up to be able to contribute.

Changeset 4771

Show
Ignore:
Timestamp:
08/01/07 00:29:35 (1 year ago)
Author:
Jonathan.Wage
Message:

sfAmazonECSPlugin: General development.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfAmazonECSPlugin/lib/BasesfAmazonECS.class.php

    r4737 r4771  
    278278   * @author  Jonathan H. Wage 
    279279   **/ 
    280   public function ItemLookup($ItemId, $IdType = null, $SearchIndex = null, $ResponseGroup = null, $params = array()) 
     280  public function ItemLookup($ItemId, $IdType = 'ISBN', $SearchIndex = null, $ResponseGroup = null, $params = array()) 
    281281  { 
    282282    return $this->doOperation(__FUNCTION__, get_defined_vars(), $params); 
     
    429429                        'AssociateTag'    =>  $this->associateTag, 
    430430                        'AWSAccessKeyId'  =>  $this->awsAccessKeyId, 
     431                        'Version'         =>  '2007-06-13', 
    431432                        'Request'         =>  array($params)); 
    432433