mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix remaining coding standards issues
This commit is contained in:
parent
96556d5f55
commit
19e11d4cf7
3 changed files with 55 additions and 52 deletions
|
@ -94,7 +94,7 @@ class WcGatewayModule implements ModuleInterface {
|
|||
}
|
||||
);
|
||||
add_action(
|
||||
'woocommerce-paypal-commerce-gateway.deactivate',
|
||||
'woocommerce_paypal_commerce_gateway_deactivate',
|
||||
static function () use ( $container ) {
|
||||
delete_option( Settings::KEY );
|
||||
delete_option( PayPalRequestIdRepository::KEY );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue