Omnipay\Alipay\Responses\AopTradeWapPayResponse::getRedirectUrl PHP Метод

getRedirectUrl() публичный Метод

Gets the redirect target url.
public getRedirectUrl ( )
    public function getRedirectUrl()
    {
        return sprintf('%s?%s', $this->request->getEndpoint(), http_build_query($this->data));
    }