Fix online payment
This commit is contained in:
parent
36b75031f5
commit
3e49935eac
@ -233,9 +233,7 @@ if (! empty($conf->global->PAYMENT_SECURITY_TOKEN))
|
|||||||
if (! $valid)
|
if (! $valid)
|
||||||
{
|
{
|
||||||
print '<div class="error">Bad value for key.</div>';
|
print '<div class="error">Bad value for key.</div>';
|
||||||
//prin <input name="savesource" type="checkbox"> '.$langs->trans("SaveSource").'
|
//print 'SECUREKEY='.$SECUREKEY.' token='.$token.' valid='.$valid;
|
||||||
1563
|
|
||||||
t 'SECUREKEY='.$SECUREKEY.' token='.$token.' valid='.$valid;
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user