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

Could not import the name: cartridge_stripe.forms.OrderForm: cannot import name SortedDict

Open megatran opened this issue 8 years ago • 0 comments

It seems this plugin no longer works with django 1.9

could you please fix it?

"Could not import the name: cartridge_stripe.forms.OrderForm: cannot import name SortedDict"

I think you a possible fix is to change sortedDict to "collections.OrderedDict"

megatran avatar Jun 14 '16 18:06 megatran