Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.5
-
Fix Version/s: 3.4.6
-
Component/s: Core CiviCRM
-
Labels:None
Description
Simply adding the string
CRM_Utils_Hook::alterPaymentProcessorParams( $this, $params, $payflow_query_array );
on line 258, directly above the line
$payflow_query = $this->convert_to_nvp( $payflow_query_array );
seems to provide for this.