You are here

function pay::settings_form_submit in Pay 6

Same name and namespace in other branches
  1. 7 includes/handlers/pay.inc \pay::settings_form_submit()

File

includes/handlers/pay.inc, line 251
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);
}