function application_checkout_pane in Ubercart Webform Integration 7
1 string reference to 'application_checkout_pane'
- uc_webform_uc_checkout_pane in ./
uc_webform.module - Implements hook_uc_checkout_pane
File
- ./
uc_webform.module, line 318
Code
function application_checkout_pane($op, $order, $form = NULL, &$form_state = NULL) {
if (!is_object($order)) {
return;
}
}