Comment 9 for bug 162368

Revision history for this message
dfoerster (dfoerster-deactivatedaccount) wrote : Fix

The problem was the inconsistent use of strings and unicode objects as keys. The attached patch fixes that and adds a bunch of assertions to document and ensure the expected parameter types.

I was only able to test the checkout due to the memory problems.

Regards, David