Skip to content

Commit

Permalink
ajuste
Browse files Browse the repository at this point in the history
  • Loading branch information
Alê Borba committed May 20, 2011
1 parent 96617c2 commit 54eee54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.php
Expand Up @@ -23,8 +23,8 @@
//echo $objBuscaPeApi->findCategoryList();
//echo $objBuscaPeApi->findProductList( array( 'keyword' => 'Celular,Nokia' ) );
//echo $objBuscaPeApi->findOfferList( array( 'productId' => 240493 ) );
echo $objBuscaPeApi->topProducts();
//echo $objBuscaPeApi->topProducts();
//echo $objBuscaPeApi->viewUserRatings( array( 'productId' => 240493 ) );
//echo $objBuscaPeApi->viewProductDetails( array( 'productId' => 23348 ) );
echo $objBuscaPeApi->viewProductDetails( array( 'productId' => 232685 ) );
//echo $objBuscaPeApi->viewSellerDetails( array( 'sellerId' => 335525 ) );
?>

0 comments on commit 54eee54

Please sign in to comment.