Exemplo n.º 1
0
    public function bocCallBack4return($request, $response)
    {/*{{{*/
        $unionPay = new UnionPayConnector();
        $unionPay->getResponse();                                                                                           
        $this->_checkPayable($unionPay,Pay::NAME_TYPE_UNIONPAY);

	    $this->_jump2resultUrl4returnUrl();
        return parent::DIRECT_OUTPUT;
    }/*}}}*/