diff --git a/src/Gateway/GatewayModule.php b/src/Gateway/GatewayModule.php index 18e88d24..a7a06172 100644 --- a/src/Gateway/GatewayModule.php +++ b/src/Gateway/GatewayModule.php @@ -130,12 +130,6 @@ public function services(): array return $method['id'] !== Constants::SWISH; }); } - $swishFlag = (bool) apply_filters('inpsyde.feature-flags.mollie-woocommerce.multibanco_enabled', false); - if (!$swishFlag) { - $availablePaymentMethods = array_filter($availablePaymentMethods, static function ($method) { - return $method['id'] !== 'multibanco'; - }); - } return $availablePaymentMethods; }, 'gateway.isSDDGatewayEnabled' => static function (ContainerInterface $container): bool {