Skip to content

Commit

Permalink
Version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tubiz committed Nov 30, 2014
1 parent 246fe00 commit 3d5dc7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Tested up to:** 4.0

**Stable tag:** 2.0.3
**Stable tag:** 2.0.4

**License:** GPLv2 or later

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.



Expand Down
10 changes: 6 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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.



Expand Down
3 changes: 1 addition & 2 deletions voguepay-woocommerce-payment-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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 ) );

Expand Down

0 comments on commit 3d5dc7b

Please sign in to comment.