Trying very hard to not have to fork the satchmo code base but I'm running into "KeyError: 'first_name'" when testing the submission of the ship/billing form without any input on the form.
Running on satchmo: 1.0-pre-SVN-1482 This is the exception thrown... File "/satchmo/contact/forms.py", line 123, in clean_addressee first_and_last = u' '.join((self.cleaned_data['first_name'], KeyError: 'first_name' Where the validation is fired by the form.is_valid() over on "/satchmo/ payment/common/views/common_contact.py", line 45, in the contact_info method view Quickly looking at the code I'd assume the form would handle the validation for the required fields prior to handing this off, but maybe I've confused the form execution path order. Ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
