2
0
forked from Wavyzz/dolibarr

Add log to help debug

This commit is contained in:
ldestailleur
2025-03-28 03:07:34 +01:00
parent 473e88a3e9
commit 0a1c338666

View File

@@ -1887,6 +1887,8 @@ if ($ispaymentok) {
}
}
dol_syslog("ispaymentok=".$ispaymentok." ispostactionok=".$ispostactionok." doactionsthenredirect=".$doactionsthenredirect, LOG_DEBUG, 0, '_payment');
if ($ispaymentok) {
// Get on url call
$onlinetoken = empty($PAYPALTOKEN) ? $_SESSION['onlinetoken'] : $PAYPALTOKEN;