コード例 #1
0
 /**
  * send this message and get response
  *
  * @return array transactionid=>status
  */
 public function sendRequest()
 {
     parent::sendRequest();
     return $this->getStatusArray();
 }
コード例 #2
0
 /**
  * send this debitpay and get response
  * @return boolean true if transaction was accepted, false otherwise
  */
 public function sendRequest()
 {
     parent::sendRequest();
     return $this->isError() === false;
 }