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)
|
||||
{
|
||||
print '<div class="error">Bad value for key.</div>';
|
||||
//prin <input name="savesource" type="checkbox"> '.$langs->trans("SaveSource").'
|
||||
1563
|
||||
t 'SECUREKEY='.$SECUREKEY.' token='.$token.' valid='.$valid;
|
||||
//print 'SECUREKEY='.$SECUREKEY.' token='.$token.' valid='.$valid;
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user