Hello There,

as I am just starting to get familiar with Mezzanine and Cartridge I feel a 
little reluctant to file an issue right away. However, I believe there is a 
code error in checkout.py of cartridge, line 133. 

The current code:


133: for order_field in OrderForm._meta.fields:

The result is that initial_order_data() will only try to pre-fill fields 
contained in the default OrderForm and no additional fields used in 
customized order forms.

IMHO the line should say:

133: for order_field in form_class._meta.fields:


Or did I overlook something here?

Chris


-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to