Do not log token id

This commit is contained in:
Emili Castells Guasch 2023-05-29 17:09:32 +02:00
parent ee16175438
commit 3b1ad30aef

View file

@ -72,7 +72,7 @@ class PaymentTokensMigration {
foreach ( $tokens as $token ) {
if ( $this->token_exist( $wc_tokens, $token ) ) {
$this->logger->info( 'Token ' . $token->id() . ' already exist for user ' . (string) $id );
$this->logger->info( 'Token already exist for user ' . (string) $id );
continue;
}