diff --git a/zgopmtgwy.php b/zgopmtgwy.php index e8fec89..4a70020 100644 --- a/zgopmtgwy.php +++ b/zgopmtgwy.php @@ -174,7 +174,7 @@ function zgopmt_init() { if ( isset($this->zgoownerid) && ($this->zgoownerid !== '') ) { - $url = 'https://api.zgo.cash//auth?ownerid=' . + $url = 'https://test.zgo.cash/auth?ownerid=' . $this->zgoownerid . '&token=' . $this->zgotoken . '&siteurl=' . $this->base64url_encode($this->siteURL);