Skip to content

Commit

Permalink
Merge pull request #994 from mollie/PIWOO-622-remove-feature-flag-for…
Browse files Browse the repository at this point in the history
…-swish

Remove feature flag for Swish
  • Loading branch information
danielhuesken authored Feb 5, 2025
2 parents 8638936 + ceabca8 commit 1a4e05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateway/GatewayModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1a4e05b

Please sign in to comment.