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