Closed (fixed)
Project:
Amazon Product Advertisement API
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2008 at 14:03 UTC
Updated:
8 Jul 2009 at 21:50 UTC
For any given ASIN, the test function (at /admin/settings/amazon/test) retrieves the details from the Amazon service on the first fetch only. These details are then cached locally and all subsequent tests for the same ASIN retrieve the locally cached values.
This tiny patch sets $force_lookup = TRUE in the call to amazon_item_lookup().
| Comment | File | Size | Author |
|---|---|---|---|
| amazon_admin_test.txt | 649 bytes | mleicester |
Comments
Comment #1
mleicester commentedComment #2
eaton commentedCommitted. Thanks!