mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
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:
commit
52f3d921d2
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