Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6
-
Fix Version/s: 4.6.1
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
Description
There is some inconsistency in whether the payment processor receives the contact_id from the calling function. This is later passed to the alterProcessor hook.
In this case I am just standardising the behaviour from the participant form - I note that some payment processors seem to use $params['contactID'] so I am selecting this format (over $params['contact_id'] or the one I personally don't like $params['contactId'])