Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed locale es->de
  • Loading branch information
Exeu committed Feb 12, 2012
1 parent 01acacc commit df3cf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sampleItemSearch.php
Expand Up @@ -57,7 +57,7 @@
//var_dump($response);

// Back to DE and looking for some Music !! Warning "Large" produces a lot of Response
$response = $amazonEcs->country('es')->category('Music')->responseGroup('Large')->search('The Beatles');
$response = $amazonEcs->country('de')->category('Music')->responseGroup('Large')->search('The Beatles');
//var_dump($response);

// Or doing searchs in a loop?
Expand Down

0 comments on commit df3cf8c

Please sign in to comment.