cartridge-stripe icon indicating copy to clipboard operation
cartridge-stripe copied to clipboard

cartridge_stripe.forms.OrderForm: 'dict' object has no attribute 'iteritems'

Open NOTtheMessiah opened this issue 9 years ago • 0 comments

When I click "checkout" the following happens:

ImportError at /shop/checkout/ Could not import the name: cartridge_stripe.forms.OrderForm: 'dict' object has no attribute 'iteritems'

This seems to be an issue from using Python 3 looking at https://stackoverflow.com/questions/13998492/iteritems-in-python/13998534#13998534

NOTtheMessiah avatar May 21 '15 00:05 NOTtheMessiah