| 1 |
<?php // $Id: pay_transaction.inc,v 1.3 2009/04/28 03:32:01 vauxia Exp $ |
<?php // $Id: pay_transaction.inc,v 1.4 2009/04/30 19:18:07 vauxia Exp $ |
| 2 |
|
|
| 3 |
class pay_transaction extends pay { |
class pay_transaction extends pay { |
| 4 |
var $pxid; |
var $pxid; |
| 67 |
function do_activity() { |
function do_activity() { |
| 68 |
$this->pmid = $this->pay_method->pmid; |
$this->pmid = $this->pay_method->pmid; |
| 69 |
$this->payment_type = $this->pay_method->payment_type; |
$this->payment_type = $this->pay_method->payment_type; |
|
|
|
| 70 |
if (method_exists($this->pay_method, 'execute')) { |
if (method_exists($this->pay_method, 'execute')) { |
| 71 |
$this->result = $this->pay_method->execute($this); |
$this->result = $this->pay_method->execute($this); |
| 72 |
$this->save(); |
$this->save(); |