Fix psalm

This commit is contained in:
Emili Castells Guasch 2023-11-23 14:58:11 +01:00
parent 056cb9fcc2
commit dfccf99e71
2 changed files with 4 additions and 3 deletions

View file

@ -260,7 +260,7 @@ return array(
'button.helper.three-d-secure' => static function ( ContainerInterface $container ): ThreeDSecure {
return new ThreeDSecure(
$container->get( 'api.factory.card-authentication-result' ),
$container->get( 'api.factory.card-authentication-result-factory' ),
$container->get( 'woocommerce.logger.woocommerce' )
);
},