mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix psalm
This commit is contained in:
parent
056cb9fcc2
commit
dfccf99e71
2 changed files with 4 additions and 3 deletions
|
@ -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' )
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue