Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jul 25, 2023
1 parent 4c0b800 commit d4ed703
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 @@ -95,7 +95,7 @@ public function services(): array
}
return $availableMethods;
},
'gateway.getPaymentMethodsAfterFeatureFlag' => static function (ContainerInterface $container):array {
'gateway.getPaymentMethodsAfterFeatureFlag' => static function (ContainerInterface $container): array {
$availablePaymentMethods = $container->get('gateway.listAllMethodsAvailable');
$klarnaOneFlag = apply_filters('inpsyde.feature-flags.mollie-woocommerce.klarna_one_enabled', getenv('MOL_KLARNA_ENABLED') === '1');
//remove other klarna, leave only klarna one
Expand Down

0 comments on commit d4ed703

Please sign in to comment.