mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Adjust the comment about storing the button language
This commit is contained in:
parent
aa40627840
commit
935f1a5a42
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue