mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Update user tokens migration message
This commit is contained in:
parent
45c69350e3
commit
04adf15df2
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class VaultingModule implements ModuleInterface {
|
|||
return;
|
||||
}
|
||||
|
||||
$logger->info( 'Starting payment tokens migration for ' . (string) count( $customers ) . ' users' );
|
||||
$logger->info( 'Identified ' . (string) count( $customers ) . ' users with payment tokens. Initiating token migration.' );
|
||||
update_option( 'ppcp_payment_tokens_migration_initialized', true );
|
||||
|
||||
$interval_in_seconds = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue