mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Set the default value for subtotal_adjustment
to correction
This commit is contained in:
parent
f3eedb309b
commit
b96456b9d1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue