You are here

function commerce_cop_submit_form_validate in Commerce Custom Offline Payments 7

Payment method callback: checkout form validation.

File

./commerce_cop.module, line 314
Custom offline payment methods for Drupal Commerce.

Code

function commerce_cop_submit_form_validate($payment_method, $pane_form, $pane_values, $order, $form_parents = array()) {

  // empty
}