mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
fix code styling
This commit is contained in:
parent
9694c05d6f
commit
d7aef159f9
1 changed files with 1 additions and 5 deletions
|
@ -247,11 +247,7 @@ function ppcp_onboarding_productionCallback(...args) {
|
|||
}
|
||||
);
|
||||
|
||||
if (sandboxSwitchElement.checked) {
|
||||
sandboxSwitchElement.checked = false;
|
||||
} else {
|
||||
sandboxSwitchElement.checked = true;
|
||||
}
|
||||
sandboxSwitchElement.checked = ! sandboxSwitchElement.checked;
|
||||
|
||||
isDisconnecting = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue