Development

Changeset 4737

You must first sign up to be able to contribute.

Changeset 4737

Show
Ignore:
Timestamp:
07/27/07 20:58:26 (1 year ago)
Author:
Jonathan.Wage
Message:

sfAmazonECSPlugin: Fixed arguments for function.

Files:

Legend:

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

    r4725 r4737  
    271271   * 
    272272   * @param   int $ItemId A positive integer that unique identifies an item.  
     273   * @param   string $IdType Type of item identifier used to look up an item. 
    273274   * @param   string $SearchIndex The product category to search. 
    274275   * @param   string $ResponseGroup Comma seperated list of ResponseGroups to include in the response 
     
    277278   * @author  Jonathan H. Wage 
    278279   **/ 
    279   public function ItemLookup($ItemId, $SearchIndex = null, $ResponseGroup = null, $params = array()) 
     280  public function ItemLookup($ItemId, $IdType = null, $SearchIndex = null, $ResponseGroup = null, $params = array()) 
    280281  { 
    281282    return $this->doOperation(__FUNCTION__, get_defined_vars(), $params); 
     
    293294   * @author  Jonathan H. Wage 
    294295   **/ 
    295   public function ItemSearch($Keywords, $SearchIndex, $ItemPage = 1, $ResponseGroup = null, $params = array()) 
     296  public function ItemSearch($Keywords, $SearchIndex = null, $ItemPage = 1, $ResponseGroup = null, $params = array()) 
    296297  {  
    297298    return $this->doOperation(__FUNCTION__, get_defined_vars(), $params);