Clean code
This commit is contained in:
parent
79cbdf7fd1
commit
c0d4715bdb
@ -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
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user