bonjour j'ai ce message d'erreur quand je cree un compte et que je fais un test de paiement avec paypl ipn
Warning: Missing argument 1 for javascript_validation() in /mounted-storage/home17a/sub002/sc19012-MBZA/www/catalog/includes/classes/payment.php on line 98
j'ai installer ccgv 5.17, j'ai comparer les fichier et je trouve pas d'ou ca peux venir.
voici un bout de code, je vois pas l'argument ce que c'est.
// #################### Begin Added CGV JONYO ######################
// function javascript_validation() {
function javascript_validation($coversAll) { <--- ligne 98
//added the $coversAll to be able to pass whether or not the voucher will cover the whole
//price or not. If it does, then let checkout proceed when just it is passed.
$js = '';
if (is_array($this->modules)) {
if ($coversAll) {
$addThis='if (document.checkout_payment.cot_gv.checked) {
payment_value=cot_gv; alert (\'hey yo\');
} else ';
} else {
$addThis='';
}
quelqu'un aurrai t il eu ce soucis?
merci