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