Skip to content

Commit

Permalink
Enable bancomat feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Apr 17, 2024
1 parent 2500d07 commit 109d150
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 @@ -111,7 +111,7 @@ public function services(): array
return $method['id'] !== Constants::KLARNA;
});
}
$bancomatpayFlag = apply_filters('inpsyde.feature-flags.mollie-woocommerce.bancomatpay_enabled', false);
$bancomatpayFlag = apply_filters('inpsyde.feature-flags.mollie-woocommerce.bancomatpay_enabled', true);
if (!$bancomatpayFlag) {
return array_filter($availablePaymentMethods, static function ($method) {
return $method['id'] !== Constants::BANCOMATPAY;
Expand Down

0 comments on commit 109d150

Please sign in to comment.