Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.0

Bug #5638 Services_AmazonECS4 doesn't return an "invalid Subscription ID" error
Submitted: 2005-10-09 14:58 UTC
From: ttsuruoka Assigned: ttsuruoka
Status: Closed Package: Services_Amazon
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 22 + 33 = ?

 
 [2005-10-09 14:58 UTC] ttsuruoka
Description: ------------ Services_AmazonECS4: _sendRequest() method doesn't return an error message when the Subscription ID is not valid. Test script: --------------- <?php $amazon = new Services_AmazonECS4('XXXXXXXXXX'); $result = $amazon->ItemSearch('Books', array('Keywords' => 'test')); echo 'Error: ' . $result->message; ?> Expected result: ---------------- Error: AWS.InvalidParameterValue: XXXXXXXXXX is not a valid value for SubscriptionId. Please change this value and retry your request. Actual result: -------------- Error:

Comments

 [2005-10-09 16:35 UTC] ttsuruoka at php dot net
This has been fixed in version 0.3.1.