mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add migration flag option name to clear db service
This commit is contained in:
parent
3cab410be0
commit
f382ec4bd8
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue