I notice this line of code:
// Now submit the form. Obviously the $form_state isn't actually
// correct... hopefully nothing will care.
uc_cart_checkout_review_form_submit($form, $form_state);What do you mean by the $form_state is not formed correctly? Doesn't it come form the previous function?
