function pay::pay_activity in Pay 6
Same name and namespace in other branches
- 7 includes/handlers/pay.inc \pay::pay_activity()
File
- includes/
handlers/ pay.inc, line 183 - 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);
}
}