mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Pass a boolean to the map to check if the new settings module is enabled
This commit is contained in:
parent
e06ea0036f
commit
c8d9a142ea
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,8 @@ return array(
|
|||
$container->get( 'compat.settings.styling_map_helper' ),
|
||||
$container->get( 'compat.settings.settings_tab_map_helper' ),
|
||||
$container->get( 'compat.settings.subscription_map_helper' ),
|
||||
$container->get( 'compat.settings.general_map_helper' )
|
||||
$container->get( 'compat.settings.general_map_helper' ),
|
||||
$container->get( 'wcgateway.settings.admin-settings-enabled' )
|
||||
);
|
||||
},
|
||||
'compat.settings.styling_map_helper' => static function() : StylingSettingsMapHelper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue