function pay::pay_transaction in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay.inc \pay::pay_transaction()
@todo Please document this function.
See also
1 method overrides pay::pay_transaction()
- pay_activity::pay_transaction in includes/
handlers/ pay_activity.inc - Return the transaction related to this activity.
File
- includes/
handlers/ pay.inc, line 200 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function pay_transaction() {
if ($this->pxid) {
return pay_transaction_load($this->pxid);
}
}