Adjust the comment about storing the button language

This commit is contained in:
Narek Zakarian 2025-02-14 13:21:31 +04:00
parent aa40627840
commit 935f1a5a42
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

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