Omnipay\WechatPay\Message\CreateMicroOrderResponse::getCodeUrl PHP 메소드

getCodeUrl() 공개 메소드

public getCodeUrl ( )
    public function getCodeUrl()
    {
        if ($this->isSuccessful() && $this->request->getTradeType() == 'NATIVE') {
            return $this->getData()['code_url'];
        } else {
            return null;
        }
    }