Set the default value for subtotal_adjustment to correction

This commit is contained in:
Narek Zakarian 2025-03-17 16:53:04 +04:00
parent f3eedb309b
commit b96456b9d1
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

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