コード例 #1
0
 /**
  * @deprecated
  * @return string|boolean
  */
 public function getTransactionMessage()
 {
     if ($this->transaction_response && $this->transaction_response->getTxnMessage()) {
         return $this->transaction_response->getTxnMessage();
     }
     return false;
 }