Fix typo in API call

This commit is contained in:
Rene Vergara 2023-07-20 13:51:12 -05:00
parent 15584ca7b1
commit 9d1d9cc5ae
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@ 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.1
* Version: 1.0.2
* 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://test.zgo.cash/woopayment' .
$url = 'https://api.zgo.cash/woopayment' .
'?ownerid=' . $this->zgoownerid .
'&token=' . $this->zgotoken .
'&order_id=' . $order_id .