Merge branch 'hotfix1'
This commit is contained in:
commit
e7655b2af1
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue