Omnipay\Common\Message\AbstractResponseTest_MockRedirectResponse::getRedirectUrl PHP Method

getRedirectUrl() public method

public getRedirectUrl ( )
    public function getRedirectUrl()
    {
        return 'https://example.com/redirect?a=1&b=2';
    }