History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-5667
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P0 P0
Assignee: Unassigned
Reporter: Amy Muntz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Update Amazon demo with new API

Created: 24/Mar/08 12:37 PM   Updated: 27/Mar/08 08:19 AM
Component/s: SA - Amazon
Affects Version/s: Mars
Fix Version/s: Mars

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 8,416
Runtime: N/A
Fix in hand: False


 Description  « Hide
The Amazon API we are using in the demo app is being changed.
Please fix this in Mars so that it can be deployed by 3/31.

Can you please make sure that this is logged in JIRA and fixed on OL.org by 3/31? we also need to fix it in the shipping product. Not sure what the release schedule looks like, but this is an important demo, and it needs to keep pace with the Amazon API.

-------- Begin forwarded message --------
Subject: Amazon ECS 3.0: FINAL MIGRATION REMINDER
Date: 3/22/2008 8:54:12 AM
From: Amazon Web Services
To: info@laszlosystems.com




Greetings, This is your final reminder that the Amazon E-Commerce Web Service 3.0 will be deprecated on March 31st, 2008.
Our monitoring indicates that your Subscription Id was passed into calls to Amazon E-Commerce Service 3.0 between March 10th and 16th, 2008. After March 31st, 2008, we will no longer accept Amazon ECS 3.0 requests. Please upgrade to the Amazon Associates Web Service (previously called Amazon E-Commerce Web Service 4.0) by then to ensure that you or your customers are not affected by the deprecation (if you migrated your application after March 16th, 2008, you will be unaffected). Please also note that none of the links you generate from Associates Central are affected by the deprecation. Any links, widgets or banner ads that you may have on your site will continue to function after March 31st.


The Amazon ECS 3.0 deprecation was announceda year ago in February 2007, and has had complete feature and data parity with Amazon ECS 4.0 since June 2006 (Version: 2006-06-28). We will re-invest the existing maintenance effort saved by discontinuing Amazon ECS 3.0 into Amazon ECS 4.0 to allow for the introduction of more features and capabilities.
Please note that this is the last communication reminder that we will send prior to the final Amazon ECS 3.0 deprecation.
Please refer to the migration guidefor assistance in mapping Amazon ECS 3.0 calls to their Amazon ECS 4.0 equivalents. Please use the Amazon Associates Web Service forumto ask technical questions and share answers with your fellow developers.


We thank you for being part of Amazon's developer community and look forward to your continued support.
Sincerely,
The Amazon Web Services Team


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Amy Muntz - 24/Mar/08 12:38 PM
Max - please fix this and merge to pagan-deities. Thanks.

Philip Romanik - 26/Mar/08 08:05 AM
Change 20080326-Philip-2 by Philip@Philip-DC on 2008-03-26 09:03:12 EDT
     in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/pagan-deities
     for http://svn.openlaszlo.org/openlaszlo/branches/pagan-deities

Summary: Make amazon prices consistent

New Features:

Bugs Fixed: LPP-5667

Technical Reviewer: (pending)
QA Reviewer: mamye
Doc Reviewer: (pending)

Documentation:

Release Notes:
The 'Our Price' field was not consistent on all pages. The price shown is now the price you can purchase the music for. Previously, the list price was the price you could purchase music. Now, the price is LowestNewPrice.

The change is to the datapath, from:
     ItemAttributes/ListPrice/FormattedPrice/text()
to:
     OfferSummary/LowestNewPrice/FormattedPrice/text()

I am checking this in now so an RC can be built.


Tests:
amazon app

Files:
M demos/amazon/shoppinglist.lzx
M demos/amazon/recommendation.lzx

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080326-Philip-2.tar


Mamye Kratt - 27/Mar/08 08:19 AM
(pagan-deities branch build r8434 - mars rc/4.0.11)
Changed and tested.