Compare commits

..

No commits in common. "e7655b2af11f4d6ed09c0c58f557b3e150ec906d" and "15584ca7b1f5a13a8d69410597a645cc131e4e99" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.2] - 2023-07-20
- Fixed typo in API call
## [1.0.1] - 2023-06-26
- Updates for production release

View file

@ -3,7 +3,7 @@
* Plugin Name: ZGo Payment Gateway
* Plugin URI: https://zgo.cash/
* Description: ZGo latest payment processing solution for Woocommerce. Accept payments using Zcash.
* Version: 1.0.2
* Version: 1.0.1
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Vergara Tech LLC
@ -220,7 +220,7 @@ function zgopmt_init() {
$wc_order_key = $order->get_order_key();
$url = 'https://api.zgo.cash/woopayment' .
$url = 'https://test.zgo.cash/woopayment' .
'?ownerid=' . $this->zgoownerid .
'&token=' . $this->zgotoken .
'&order_id=' . $order_id .