mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add space after if
This commit is contained in:
parent
78fe636e65
commit
85b8179307
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class CreditCardRenderer {
|
|||
const save_card = this.defaultConfig.save_card ? true : false;
|
||||
let vault = document.getElementById('ppcp-credit-card-vault') ?
|
||||
document.getElementById('ppcp-credit-card-vault').checked : save_card;
|
||||
if(this.defaultConfig.enforce_vault) {
|
||||
if (this.defaultConfig.enforce_vault) {
|
||||
vault = true;
|
||||
}
|
||||
const contingency = this.defaultConfig.hosted_fields.contingency;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue