/**
  * Construct the adapter
  */
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->payer = new TruePaymentApi\Payer();
     $this->billing = new TruePaymentApi\Billing();
     $this->product = new TruePaymentApi\Product();
 }
 /**
  * Construct the adapter
  */
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->payer = new TrueMoneyApi\Payer();
     $this->address = new TrueMoneyApi\Address();
     $this->payment = new TrueMoneyApi\Payment();
     $this->product = new TrueMoneyApi\Product();
 }
示例#3
0
 /**
  * Construct the payment adapter.
  *
  * @access public
  * @param  array $params (default: array())
  * @return void
  */
 public function __construct($params = array())
 {
     parent::__construct($params);
 }