mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Hide the setting when vaulting is disabled.
This commit is contained in:
parent
6d215c8306
commit
9ca0054e7c
1 changed files with 7 additions and 0 deletions
|
@ -311,6 +311,13 @@ document.addEventListener(
|
|||
]
|
||||
);
|
||||
|
||||
groupToggle(
|
||||
'#ppcp-vault_enabled',
|
||||
[
|
||||
'#field-subscription_behavior_when_vault_fails',
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
groupToggleSelect(
|
||||
'#ppcp-intent',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue