chamilo/chamilo-lms

View on GitHub
public/plugin/buycourses/src/expresscheckout.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "ErrorCode" is not in valid camel caps format
Open

    $ErrorCode = urldecode($resArray["L_ERRORCODE0"]);

Variable "ErrorSeverityCode" is not in valid camel caps format
Open

    $ErrorSeverityCode = urldecode($resArray["L_SEVERITYCODE0"]);

Variable "ErrorSeverityCode" is not in valid camel caps format
Open

    echo "Error Severity Code: ".$ErrorSeverityCode;

Variable "ErrorLongMsg" is not in valid camel caps format
Open

    echo "Detailed Error Message: ".$ErrorLongMsg;

Variable "ErrorShortMsg" is not in valid camel caps format
Open

    $ErrorShortMsg = urldecode($resArray["L_SHORTMESSAGE0"]);

Variable "ErrorLongMsg" is not in valid camel caps format
Open

    $ErrorLongMsg = urldecode($resArray["L_LONGMESSAGE0"]);

Variable "ErrorCode" is not in valid camel caps format
Open

    echo "Error Code: ".$ErrorCode;

Variable "ErrorShortMsg" is not in valid camel caps format
Open

    echo "Short Error Message: ".$ErrorShortMsg;

There are no issues that match your filters.

Category
Status