You are here

function pay::form_submit in Pay 7

Same name and namespace in other branches
  1. 6 includes/handlers/pay.inc \pay::form_submit()
1 call to pay::form_submit()
pay_form::form_submit in includes/handlers/pay_form.inc
2 methods override pay::form_submit()
pay_form::form_submit in includes/handlers/pay_form.inc
pay_method_direct::form_submit in includes/handlers/pay_method_direct.inc

File

includes/handlers/pay.inc, line 297
The base class for the Payment API.

Class

pay
@file The base class for the Payment API.

Code

function form_submit($form, &$form_state) {
}