Merge pull request #3227 from woocommerce/PCP-4353-set-default-option-for-subtotal-mismatch

Set default option for Subtotal Mismatch (4353)
This commit is contained in:
Emili Castells 2025-03-17 14:04:55 +01:00 committed by GitHub
commit 52f3d921d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ class SettingsModel extends AbstractDataModel {
'soft_descriptor' => '',
// Enum-type string values.
'subtotal_adjustment' => 'skip_details', // Options: [correction|no_details].
'subtotal_adjustment' => 'correction', // Options: [correction|no_details].
'landing_page' => 'any', // Options: [any|login|guest_checkout].
'button_language' => '', // empty or a language locale code.