function pay::pay_activity in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay.inc \pay::pay_activity()
@todo Please document this function.
See also
File
- includes/
handlers/ pay.inc, line 210 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function pay_activity() {
if ($this->paid) {
return pay_activity_load($this->paid);
}
}