function pay::settings_form_submit in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay.inc \pay::settings_form_submit()
File
- includes/
handlers/ pay.inc, line 284 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function settings_form_submit($form, &$form_state) {
$this
->form_values($form_state);
$this
->save($this->form_values);
}