You are here

function pay_submit in Pay 7

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

A FAPI submit handler for any type of pay form.

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

File

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

Code

function pay_submit($form, &$form_state) {
  pay_form_callback('submit', $form, $form_state);
}