public/plugin/buycourses/src/expresscheckout.php
Variable "ErrorCode" is not in valid camel caps format Open
Open
$ErrorCode = urldecode($resArray["L_ERRORCODE0"]);
- Exclude checks
Variable "ErrorSeverityCode" is not in valid camel caps format Open
Open
$ErrorSeverityCode = urldecode($resArray["L_SEVERITYCODE0"]);
- Exclude checks
Variable "ErrorSeverityCode" is not in valid camel caps format Open
Open
echo "Error Severity Code: ".$ErrorSeverityCode;
- Exclude checks
Variable "ErrorLongMsg" is not in valid camel caps format Open
Open
echo "Detailed Error Message: ".$ErrorLongMsg;
- Exclude checks
Variable "ErrorShortMsg" is not in valid camel caps format Open
Open
$ErrorShortMsg = urldecode($resArray["L_SHORTMESSAGE0"]);
- Exclude checks
Variable "ErrorLongMsg" is not in valid camel caps format Open
Open
$ErrorLongMsg = urldecode($resArray["L_LONGMESSAGE0"]);
- Exclude checks
Variable "ErrorCode" is not in valid camel caps format Open
Open
echo "Error Code: ".$ErrorCode;
- Exclude checks
Variable "ErrorShortMsg" is not in valid camel caps format Open
Open
echo "Short Error Message: ".$ErrorShortMsg;
- Exclude checks