You are here

function pay_validate in Pay 7

Same name and namespace in other branches
  1. 6 pay.module \pay_validate()

A FAPI validate handler for any type of pay form.

1 string reference to 'pay_validate'
pay_after_build in ./pay.module
A FAPI after_build handler for any type of pay form.

File

./pay.module, line 394
Pay module allows for accepting payments using pluggable payment backends.

Code

function pay_validate($form, &$form_state) {
  pay_form_callback('validate', $form, $form_state);
}