Omnipay\Alipay\Requests\AopTradePayRequest::query PHP Method

query() protected method

protected query ( )
    protected function query()
    {
        $request = new AopTradeQueryRequest($this->httpClient, $this->httpRequest);
        $request->initialize($this->parameters->all());
        $request->setEndpoint($this->getEndpoint());
        $request->setPrivateKey($this->getPrivateKey());
        $request->setBizContent(['out_trade_no' => $this->getBizData('out_trade_no')]);
        $this->response = $request->send();
    }