Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.2
-
Fix Version/s: 4.2.0
-
Component/s: CiviContribute
-
Labels:
Description
CRM/Core/Payment/FirstData.php line 250:
if ( $errorNum = 60 ) {
Probably should be ==.
Also, around line 226, why disable CURLOPT_SSL_VERIFYHOST?