mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Log 3DS authentication result
This commit is contained in:
parent
66c4c2f0a8
commit
ead6858a51
4 changed files with 25 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue