mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
fix option id
This commit is contained in:
parent
c7fdfe1bce
commit
593b15487d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
)
|
||||
|
||||
const vaultingCheckboxes = document.querySelectorAll(
|
||||
"#ppcp-vault_enabled, #ppcp-save-paypal-account"
|
||||
"#ppcp-vault_enabled, #ppcp-save_paypal_account"
|
||||
)
|
||||
|
||||
function atLeastOneChecked(checkboxesNodeList) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue