-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WooCommeerce: 3Dsecure amount mismatch issue fixed * WooCommerce: Separated Payment for order feature support * Common: Debug Mode now has no effect when not activated
- Loading branch information
1 parent
c1a5f77
commit 7590289
Showing
5 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Plugin Name: Paymill | ||
Plugin URI: https://www.paymill.com | ||
Description: Payments made easy | ||
Version: 1.8.0 | ||
Version: 1.8.1 | ||
Author: Matthias Reuter [email protected] | ||
Author URI: http://elbnetz.com | ||
*/ | ||
|
@@ -31,10 +31,6 @@ | |
/*define('paymill_BENCHMARK', true); | ||
require_once(PAYMILL_DIR.'lib/benchmark.inc.php'); | ||
paymill_doBenchmark(false,'init'); // start benchmark*/ | ||
}else{ | ||
define('paymill_BENCHMARK', false); | ||
error_reporting(0); | ||
ini_set('display_errors',0); | ||
} | ||
|
||
// load translation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters