mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Remove request id repo from uninstall module
This commit is contained in:
parent
9055c702e7
commit
05237ca93e
2 changed files with 28 additions and 399 deletions
|
@ -24,7 +24,6 @@ return array(
|
|||
'uninstall.ppcp-all-option-names' => function( ContainerInterface $container ) : array {
|
||||
return array(
|
||||
$container->get( 'webhook.last-webhook-storage.key' ),
|
||||
PayPalRequestIdRepository::KEY,
|
||||
'woocommerce_ppcp-is_pay_later_settings_migrated',
|
||||
'woocommerce_' . PayPalGateway::ID . '_settings',
|
||||
'woocommerce_' . CreditCardGateway::ID . '_settings',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue