### Eclipse Workspace Patch 1.0
#P amazon_store
Index: amazon_store.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/amazon_store/amazon_store.module,v
retrieving revision 1.42
diff -u -r1.42 amazon_store.module
--- amazon_store.module	21 Feb 2011 22:27:36 -0000	1.42
+++ amazon_store.module	27 Feb 2011 09:43:51 -0000
@@ -573,7 +573,7 @@
   //    Get new cart_id and update user with it
   // In all cases, log resultsresults->
   // In Initial stages, we should probably show the cart after doing an add
-  $results = amazon_store_http_request('CartCreate', $cart_creds + $add_items);
+  $results = amazon_store_http_request('CartCreate', $add_items);
   if ($results->error) {
     drupal_set_message(t("Failed to create cart"));
     watchdog("amazon", "Failed to create cart");
