mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Remove unused parameter
This commit is contained in:
parent
bfd182796e
commit
1baa1d4408
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
|||
|
||||
add_action(
|
||||
'woocommerce_paypal_payments_gateway_admin_options_wrapper',
|
||||
static function( PayPalGateway $gateway ) {
|
||||
static function(): void {
|
||||
global $hide_save_button;
|
||||
$hide_save_button = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue