Prepare for test server
This commit is contained in:
parent
2e8aaa1f1a
commit
244a2cc80e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue