Add definition for the Todo

This commit is contained in:
Narek Zakarian 2025-08-25 15:05:41 +04:00
parent d221544442
commit 8e8ad4ff28
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -244,6 +244,16 @@ class TodosDefinition {
), ),
'priority' => 14, 'priority' => 14,
), ),
'pay_later_messaging_is_auto_enabled' => array(
'title' => __( 'PayPal Pay Later messaging successfully enabled', 'woocommerce-paypal-payments' ),
'description' => __( 'PayPal is now displaying this flexible payment option earlier in the shopping experience. This update was made based on your “Stay Updated” preference and the messaging can be customized or disabled through the Pay Later settings.', 'woocommerce-paypal-payments' ),
'isEligible' => $eligibility_checks['pay_later_messaging_is_auto_enabled'],
'action' => array(
'type' => 'tab',
'tab' => 'pay_later_messaging',
),
'priority' => 15,
),
); );
$todo_items['check_settings_after_migration'] = array( $todo_items['check_settings_after_migration'] = array(