Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: 1.9.0
-
Component/s: Zend_Service_Amazon
-
Labels:None
Description
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/
You have until August 15, 2009 to authenticate requests sent to the Product Advertising API. After August 15, 2009, messages that aren't authenticated will be denied.
The current interface
$amazon = new Zend_Service_Amazon($appId, $countryCode);
should be like
$amazon = new Zend_Service_Amazon($appId, $countryCode, $appSecretKey);
this should help
http://mierendo.com/software/aws_signed_query/
i confirm the problem,
In order to do this evolution: