Skip to content

Commit 67c049d

Browse files
committed
Merge branch 'realease/7.5.1'
2 parents 117569d + 12a9a98 commit 67c049d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mollie-payments-for-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Mollie Payments for WooCommerce
44
* Plugin URI: https://www.mollie.com
55
* Description: Accept payments in WooCommerce with the official Mollie plugin
6-
* Version: 7.5.0
6+
* Version: 7.5.1
77
* Author: Mollie
88
* Author URI: https://www.mollie.com
99
* Requires at least: 5.0

src/MerchantCapture/MerchantCaptureModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function run(ContainerInterface $container): bool
147147
add_action('init', static function () use ($container) {
148148
$pluginId = $container->get('shared.plugin_id');
149149
$captureSettings = new MollieCaptureSettings();
150-
if (!apply_filters('mollie_wc_gateway_enable_merchant_capture_module', true)) {
150+
if (!apply_filters('mollie_wc_gateway_enable_merchant_capture_module', false)) {
151151
return;
152152
}
153153

0 commit comments

Comments
 (0)