Omnipay\WechatPay\Message\CompletePurchaseResponse::isSuccessful PHP 메소드

isSuccessful() 공개 메소드

Is the response successful?
public isSuccessful ( ) : boolean
리턴 boolean
    public function isSuccessful()
    {
        return $this->isPaid();
    }