diff --git a/zgopmtgwy.php b/zgopmtgwy.php index 8a3454f..fdab68e 100644 --- a/zgopmtgwy.php +++ b/zgopmtgwy.php @@ -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: