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