Skip to content

(unreleased regression) getObjectParam called with wrong parameters

JonGold requested to merge JonGold/stripe:fix-getobjectparam into master

It seems the function signature of CRM_Core_Payment_StripeIPN::getObjectParam() changed at some point, but the only call to that method passes the old parameters.

Merge request reports