Please change this line:
$this->_redirectUrl = $this->_checkParam($responseParams, 'redirect');
into this:
if(!$reccurringId) {
$this->_redirectUrl = $this->_checkParam($responseParams, 'redirect');
}
otherwise it not works when transaction is reccurring. At response is only: code,message,transId.
Please change this line:
$this->_redirectUrl = $this->_checkParam($responseParams, 'redirect');into this:
otherwise it not works when transaction is reccurring. At response is only: code,message,transId.