Add migration flag option name to clear db service

This commit is contained in:
Emili Castells Guasch 2023-06-22 15:03:49 +02:00
parent 3cab410be0
commit f382ec4bd8

View file

@ -33,6 +33,7 @@ return array(
'woocommerce-ppcp-version',
WebhookSimulation::OPTION_ID,
WebhookRegistrar::KEY,
'ppcp_payment_tokens_migration_initialized',
);
},
@ -40,6 +41,7 @@ return array(
return array(
'woocommerce_paypal_payments_check_pui_payment_captured',
'woocommerce_paypal_payments_check_saved_payment',
'woocommerce_paypal_payments_payment_tokens_migration',
);
},