From 3d5dc7b5c4d6787a98b5d8e939dc98ebab8824ba Mon Sep 17 00:00:00 2001 From: Tunbosun Ayinla Date: Sun, 30 Nov 2014 10:48:57 +0100 Subject: [PATCH] Version 2.0.4 --- README.md | 9 ++++++--- readme.txt | 10 ++++++---- voguepay-woocommerce-payment-gateway.php | 3 +-- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e929fff..ad360f5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ **Tested up to:** 4.0 -**Stable tag:** 2.0.3 +**Stable tag:** 2.0.4 **License:** GPLv2 or later @@ -134,6 +134,9 @@ __*You can select the radio button next to the Voguepay Payment Gateway from the ## Changelog ## +### 2.0.4 ### +* Fix: Fix an error on my part that sent the wrong notify url to Voguepay + ### 2.0.3 ### * Fix: Disable SSL certificate check when calling Voguepay Notification/Order processing API @@ -173,8 +176,8 @@ __*You can select the radio button next to the Voguepay Payment Gateway from the ## Upgrade Notice ## -### 2.0.3 ### -* Kindly update to this version immediately, this is a very important update that fixes an order payment status from being updated once payment is made in the newest Voguepay global platform that was launched recently. +### 2.0.4 ### +* This is an important update kindly update to this version rightaway. diff --git a/readme.txt b/readme.txt index 91a1393..f592af8 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://bosun.me/donate Tags: woocommerce, payment gateway, payment gateways, voguepay, interswitch, verve cards, tubiz plugins, verve, nigeria Requires at least: 3.5 Tested up to: 4.0 -Stable tag: 2.0.3 +Stable tag: 2.0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -126,6 +126,9 @@ __*You can select the radio button next to the Voguepay Payment Gateway from the == Changelog == += 2.0.4 = +* Fix: Fix an error on my part that sent the wrong notify url to Voguepay + = 2.0.3 = * Fix: Disable SSL certificate check when calling Voguepay Notification/Order processing API @@ -145,7 +148,6 @@ __*You can select the radio button next to the Voguepay Payment Gateway from the * New: Set correct order status for orders that contains downloadable products * Fix: Changed deprecated Woocommerce functions - = 1.2.0 = * Fix: Fixed the settings page link not working in Woocommerce 2.1 * Fix: Failed transaction displaying an error message @@ -168,8 +170,8 @@ __*You can select the radio button next to the Voguepay Payment Gateway from the == Upgrade Notice == -= 2.0.3 = -* Kindly update to this version immediately, this is a very important update that fixes an order payment status from being updated once payment is made in the newest Voguepay global platform that was launched recently. += 2.0.4 = +* This is an important update kindly update to this version rightaway. diff --git a/voguepay-woocommerce-payment-gateway.php b/voguepay-woocommerce-payment-gateway.php index 74ecf25..2bfb138 100644 --- a/voguepay-woocommerce-payment-gateway.php +++ b/voguepay-woocommerce-payment-gateway.php @@ -3,7 +3,7 @@ Plugin Name: Voguepay WooCommerce Payment Gateway Plugin URI: http://bosun.me/voguepay-woocommerce-payment-gateway Description: Voguepay Woocommerce Payment Gateway allows you to accept payment on your Woocommerce store via Visa Cards, Mastercards, Verve Cards and eTranzact. - Version: 2.0.3 + Version: 2.0.4 Author: Tunbosun Ayinla Author URI: http://bosun.me/ License: GPL-2.0+ @@ -141,7 +141,6 @@ function get_voguepay_args( $order ) { $merchantID = $this->voguePayMerchantId; $memo = "Payment for Order ID: $order_id on ". get_bloginfo('name'); $notify_url = $this->notify_url; - $notify_url = 'http://postcatcher.in/catchers/54732efed811f60200001410'; $success_url = esc_url( $this->get_return_url( $order ) );