Log 3DS authentication result

This commit is contained in:
dinamiko 2021-09-21 11:34:16 +02:00
parent 66c4c2f0a8
commit ead6858a51
4 changed files with 25 additions and 5 deletions

View file

@ -159,7 +159,8 @@ return array(
);
},
'button.helper.three-d-secure' => static function ( $container ): ThreeDSecure {
return new ThreeDSecure();
$logger = $container->get( 'woocommerce.logger.woocommerce' );
return new ThreeDSecure( $logger );
},
'button.helper.messages-apply' => static function ( $container ): MessagesApply {
return new MessagesApply();