Skip to content
Snippets Groups Projects
Commit 3bd352c7 authored by Randy Fay's avatar Randy Fay
Browse files

Remove the commerce_order_save() from the submit as it's not necessary

parent 3881b9e1
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,6 @@ function checkout_pane_example_pane_checkout_form_submit($form, &$form_state, $c
$order->data['another_email'] = $pane_values['another_email'];
}
$order->data['nickname'] = $pane_values['nickname'];
commerce_order_save($order);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment