Closed (fixed)
Project:
Amazon Product Advertisement API
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2008 at 17:49 UTC
Updated:
9 Mar 2009 at 20:19 UTC
$locales['UK'] = array(
'url' => 'http://ecs.amazonaws.uk/onca/xml',
'name' => t('United Kingdom'),
Should read
$locales['UK'] = array(
'url' => 'http://ecs.amazonaws.co.uk/onca/xml',
'name' => t('United Kingdom'),
co. is missing from the url
Comments
Comment #1
rburr49 commentedI think I've cracked this one - you indeed have to apply the above change in amazon.module BUT you must also then purge the cached value which is stored in the database in the "cache" table under the cid "amazon:metadata" - should be good to go once you've done that...
RB
Comment #2
isani commentedConfirming -- changing the address in amazon.module and removing the line from cache made Amazon.co.uk work for me. Thanks, hooperman and rburr49.
Comment #3
dbr commentedamazon.module now correctly uses .co.uk. Closing.
Comment #4
dbr commented