Prepare for test server

This commit is contained in:
Rene Vergara 2023-06-23 10:46:13 -05:00
parent 2e8aaa1f1a
commit 244a2cc80e
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 1 deletions

View File

@ -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);