Merge pull request #3190 from woocommerce/PCP-4284-logging-toggle-does-not-enable-logging-functionality

Add mapping for the Enable Logging setting (4284)
This commit is contained in:
Emili Castells 2025-03-07 15:01:48 +01:00 committed by GitHub
commit 187a911d25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,7 @@ class SettingsTabMapHelper {
'intent' => '',
'vault_enabled_dcc' => 'save_card_details',
'blocks_final_review_enabled' => 'enable_pay_now',
'logging_enabled' => 'enable_logging',
);
}