Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.1
-
Component/s: Core CiviCRM
-
Labels:
Description
Code in CRM / Core / Payment / PaymentExpress.php and PaymentExpressIPN.php can not use functions in PaymentExpressUtils.php, fatal undefined function errors are thrown.
My patch involves putting a class around the functions in PaymentExpressUtils.php so these can be referenced properly. (ie. CRM_Core_Payment_PaymentExpressUtils::function() ) Will add this here soon