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