Fix online payment

This commit is contained in:
Laurent Destailleur 2018-10-06 15:48:47 +02:00
parent 36b75031f5
commit 3e49935eac

View File

@ -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;
}
}