Comment 3 for bug 644200

Revision history for this message
Anthony Lenton (elachuni) wrote : Re: purchase of the 1$ item does not work, hangs in "Payment Authorized"

The web app makes some strong suppositions about the structure of the archive_id field in Application, namely that it contains a single '/'. It will fail miserably when creating subscriptions on Launchpad if this condition isn't met, and yet it doesn't enforce this restriction when creating new applications via the admin interface.

We've asked for this to be fixed for the "ricks-wallpapers" app for now, but we should add a bit of validation code to ensure that new applications are created with good archive_id fields in the future.