Remove request id repo from uninstall module

This commit is contained in:
emilicastells 2023-01-17 15:09:36 +01:00
parent 9055c702e7
commit 05237ca93e
No known key found for this signature in database
GPG key ID: 1520C07081754570
2 changed files with 28 additions and 399 deletions

View file

@ -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',