function uc_payment_condition_balance_submit in Ubercart 5
File
- payment/
uc_payment/ uc_payment_workflow.inc, line 158 - 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_balance_submit($form_id, $form_values) {
return array(
'balance_comparison' => $form_values['balance_comparison'],
);
}