mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Settings UI: Fix merchant features state retrieval in hooks
This commit is contained in:
parent
ab3cca33ec
commit
b902d2eea2
3 changed files with 8 additions and 1 deletions
|
@ -45,6 +45,12 @@ const defaultTransient = Object.freeze( {
|
|||
google_pay: {
|
||||
enabled: false,
|
||||
},
|
||||
alternative_payment_methods: {
|
||||
enabled: false,
|
||||
},
|
||||
pay_later_messaging: {
|
||||
enabled: false,
|
||||
},
|
||||
} ),
|
||||
|
||||
webhooks: Object.freeze( [] ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue