This commit is contained in:
Laurent Destailleur 2023-04-20 13:01:24 +02:00
parent 6dea0425cf
commit a39ceee426

View File

@ -121,6 +121,7 @@ if (preg_match('/PM=([^\.]+)/', $FULLTAG, $reg)) {
$paymentmethod = $reg[1];
}
if (empty($paymentmethod)) {
dol_syslog("***** paymentok.php was called with a non valid parameter FULLTAG=".$FULLTAG, LOG_DEBUG, 0, '_payment');
dol_print_error(null, 'The callback url does not contains a parameter fulltag that should help us to find the payment method used');
exit;
}