mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Consolidate vaulting settings in one single one
This commit is contained in:
parent
267a4704c9
commit
ea23200de6
10 changed files with 36 additions and 166 deletions
|
@ -6,7 +6,7 @@
|
|||
)
|
||||
|
||||
const vaultingCheckboxes = document.querySelectorAll(
|
||||
"#ppcp-vault_enabled, #ppcp-save_paypal_account"
|
||||
"#ppcp-vault_enabled"
|
||||
)
|
||||
|
||||
function atLeastOneChecked(checkboxesNodeList) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue