Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Fixed Italian Product Code URL
Browse files Browse the repository at this point in the history
git-svn-id: http://plugins.svn.wordpress.org/amazon-widgets-shortcodes/trunk@454247 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
oncletom committed Oct 22, 2011
1 parent 0ca2bf8 commit cf870f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AmazonWidgetsShortcodeConfiguration.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function getRegions()
'widget-deals' => 'http://ws.amazon.it/widgets/q?ServiceVersion=20070822&MarketPlace=%s&ID=V20070822%%2F%1$s%%2F%s%%2F8009%%2F%s&Operation=%s',
'widget-mp3' => 'http://ws.amazon.it/widgets/q?ServiceVersion=20070822&MarketPlace=%s&ID=V20070822%%2F%1$s%%2F%s%%2F8014%%2F%s&Operation=%s',
'widget-myfavorites' => 'http://ws.amazon.it/widgets/q?ServiceVersion=20070822&MarketPlace=%s&ID=V20070822/%1$s/%s/8001/%s',
'widget-product' => 'http://rcm-fr.amazon.it/e/cm?t=%s&o=29&p=8&l=as1&asins=%s&fc1=%s&%s=1&lt1=%s&lc1=%s&bc1=%s&bg1=%s&f=ifr',
'widget-product' => 'http://rcm-it.amazon.it/e/cm?t=%s&o=29&p=8&l=as1&asins=%s&fc1=%s&%s=1&lt1=%s&lc1=%s&bc1=%s&bg1=%s&f=ifr',
'widget-productcloud' => 'http://ws.amazon.it/widgets/q?ServiceVersion=20070822&MarketPlace=%s&ID=V20070822/%1$s/%s/8006/%s',
'widget-slideshow' => 'http://ws.amazon.it/widgets/q?ServiceVersion=20070822&MarketPlace=%s&ID=V20070822%%2F%1$s%%2F%s%%2F8003%%2F%s&Operation=%s',
'widget-wishlist' => 'http://ws.amazon.it/widgets/q?ServiceVersion=20070822&MarketPlace=%s&ID=V20070822/%1$s/%s/8004/%s',
Expand Down

0 comments on commit cf870f2

Please sign in to comment.