You are here

function uc_order_condition_delivery_zone_submit in Ubercart 5

File

uc_order/uc_order_workflow.inc, line 266
This file contains the Workflow-ng hooks and functions necessary to make the order related entity, conditions, events, and actions work.

Code

function uc_order_condition_delivery_zone_submit($form_id, $form_values) {
  return array(
    'zones' => $form_values['zones'],
  );
}