Clean code

This commit is contained in:
Laurent Destailleur 2018-06-15 16:29:26 +02:00
parent 79cbdf7fd1
commit c0d4715bdb

View File

@ -1607,8 +1607,6 @@ if (preg_match('/^dopayment/',$action))
console.log(form); console.log(form);
form.addEventListener('submit', function(event) { form.addEventListener('submit', function(event) {
event.preventDefault(); event.preventDefault();
<?php <?php
if (empty($conf->global->STRIPE_USE_3DSECURE)) // Ask credit card directly, no 3DS test if (empty($conf->global->STRIPE_USE_3DSECURE)) // Ask credit card directly, no 3DS test
{ {
@ -1643,7 +1641,6 @@ if (preg_match('/^dopayment/',$action))
<?php <?php
} }
?> ?>
}); });