Skip to content

Commit

Permalink
Merge branch 'realease/7.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Feb 12, 2024
2 parents 117569d + 12a9a98 commit 67c049d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mollie-payments-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Mollie Payments for WooCommerce
* Plugin URI: https://www.mollie.com
* Description: Accept payments in WooCommerce with the official Mollie plugin
* Version: 7.5.0
* Version: 7.5.1
* Author: Mollie
* Author URI: https://www.mollie.com
* Requires at least: 5.0
Expand Down
2 changes: 1 addition & 1 deletion src/MerchantCapture/MerchantCaptureModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function run(ContainerInterface $container): bool
add_action('init', static function () use ($container) {
$pluginId = $container->get('shared.plugin_id');
$captureSettings = new MollieCaptureSettings();
if (!apply_filters('mollie_wc_gateway_enable_merchant_capture_module', true)) {
if (!apply_filters('mollie_wc_gateway_enable_merchant_capture_module', false)) {
return;
}

Expand Down

0 comments on commit 67c049d

Please sign in to comment.