-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels