Omnipay\WechatPay\Message\CompletePurchaseResponse::isPaid PHP Method

isPaid() public method

public isPaid ( )
    public function isPaid()
    {
        $data = $this->getData();
        return $data['paid'];
    }