Version 1.0 beta
This commit is contained in:
parent
1a8d06bfcc
commit
32f6e3c251
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: ZGo Payment Gateway
|
||||
* Plugin URI: https://vergara.tech'
|
||||
* Description: ZGo latest payment processing solution for Woocommerce. Accept payments using Zcash.
|
||||
* Version: 0.9
|
||||
* Version: 1.0 beta
|
||||
* Requires at least: 5.2
|
||||
* Requires PHP: 7.2
|
||||
* Author: Vergara Tech LLC
|
||||
|
@ -174,7 +174,7 @@ function zgopmt_init() {
|
|||
if ( isset($this->zgoownerid) &&
|
||||
($this->zgoownerid !== '') ) {
|
||||
|
||||
$url = 'https://test.zgo.cash/auth?ownerid=' .
|
||||
$url = 'https://api.zgo.cash//auth?ownerid=' .
|
||||
$this->zgoownerid . '&token=' .
|
||||
$this->zgotoken . '&siteurl=' .
|
||||
$this->base64url_encode($this->siteURL);
|
||||
|
@ -262,7 +262,7 @@ function zgopmt_init() {
|
|||
|
||||
return array(
|
||||
'result' => 'success',
|
||||
'redirect' => 'https://dev.zgo.cash/invoice/' . $zgoOrderid,
|
||||
'redirect' => 'https://app.zgo.cash/invoice/' . $zgoOrderid,
|
||||
);
|
||||
break;
|
||||
case 202:
|
||||
|
|
Loading…
Reference in a new issue