Skip to content

Reccuring not work #1

@applibs

Description

@applibs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions