Log
This commit is contained in:
parent
6dea0425cf
commit
a39ceee426
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user