Skip to content

Commit

Permalink
1.6.8
Browse files Browse the repository at this point in the history
* WooCommerce: Issue with order completion fixed
  • Loading branch information
straightvisions-matthias-bathke committed Jun 22, 2014
1 parent 3f651b4 commit f1d584f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Changelog
=========

1.6.8
-----
* WooCommerce: Issue with order completion fixed

1.6.7
-----
* WooCommerce: Switching live/test-modes results in "offer not found" - fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PAYMILL for WordPress
* Tags: paymill, creditcard, elv, payment, woocommerce, paybutton, ecommerce, debitcard, subscriptions
* Requires at least: 3.9
* Tested up to: 3.9
* Stable tag: 1.6.6
* Stable tag: 1.6.8
* License: [GPLv3 or later](http://www.gnu.org/licenses/gpl-3.0.html)

With PAYMILL you are able to provide credit card based payments for your customers.
Expand Down
2 changes: 0 additions & 2 deletions lib/integration/woocommerce.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,6 @@ public function process_payment($order_id){

// process subscriptions & products
if($this->processSubscriptions() && $this->processProducts()){
var_dump('test');
die('end');
// success
if(method_exists($this->order, 'payment_complete')){
// if order contains subscription, mark payment complete later when webhook triggers succeeded payment
Expand Down
2 changes: 1 addition & 1 deletion paymill.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paymill
Plugin URI: https://www.paymill.com
Description: Payments made easy
Version: 1.6.7
Version: 1.6.8
Author: Matthias Reuter [email protected]
Author URI: http://elbnetz.com
*/
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link:
Tags: paymill, creditcard, elv, payment, woocommerce, paybutton, ecommerce, debitcard, subscriptions
Requires at least: 3.9
Tested up to: 3.9
Stable tag: 1.6.7
Stable tag: 1.6.8
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -145,6 +145,10 @@ custom theme file on 'THEME_DIR/paymill/pay_button.php' (it will replace '/paymi

== Changelog ==

= 1.6.8 =

* WooCommerce: Issue with order completion fixed

= 1.6.7 =

* WooCommerce: Switching live/test-modes results in "offer not found" - fixed
Expand Down Expand Up @@ -285,6 +289,10 @@ WooCommerce support added

== Upgrade Notice ==

= 1.6.8 =

* WooCommerce: Issue with order completion fixed

= 1.6.7 =

* WooCommerce: Switching live/test-modes results in "offer not found" - fixed
Expand Down

0 comments on commit f1d584f

Please sign in to comment.