You are here

function uc_payment_condition_method_submit in Ubercart 5

File

payment/uc_payment/uc_payment_workflow.inc, line 182
This file contains the Workflow-ng hooks and functions necessary to make the order related entity, conditions, events, and actions work.

Code

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