mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Don't delete the entire general-settings entry
This commit is contained in:
parent
503d75e396
commit
5a85286142
1 changed files with 0 additions and 2 deletions
|
@ -96,8 +96,6 @@ function clear_plugin_branding( ContainerInterface $container ) : void {
|
|||
*/
|
||||
delete_option( 'woocommerce_paypal_branded' );
|
||||
|
||||
delete_option( 'woocommerce-ppcp-data-common' );
|
||||
|
||||
try {
|
||||
$general_settings = $container->get( 'settings.data.general' );
|
||||
assert( $general_settings instanceof GeneralSettings );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue