diff --git a/src/Gateway/GatewayModule.php b/src/Gateway/GatewayModule.php index a7a06172..f51dcfa0 100644 --- a/src/Gateway/GatewayModule.php +++ b/src/Gateway/GatewayModule.php @@ -124,7 +124,7 @@ public function services(): array return $method['id'] !== Constants::ALMA; }); } - $swishFlag = (bool) apply_filters('inpsyde.feature-flags.mollie-woocommerce.swish_enabled', false); + $swishFlag = (bool) apply_filters('inpsyde.feature-flags.mollie-woocommerce.swish_enabled', true); if (!$swishFlag) { $availablePaymentMethods = array_filter($availablePaymentMethods, static function ($method) { return $method['id'] !== Constants::SWISH;