CRM-19707 CiviContribute Assigns Payment Processor ID correctly (#9481)
authorLogan Bear <webminister@dignityusa.org>
Fri, 13 Jan 2017 02:55:50 +0000 (21:55 -0500)
committercolemanw <coleman@civicrm.org>
Fri, 13 Jan 2017 02:55:50 +0000 (21:55 -0500)
commiteaf9432c6b3a98a8aa8345dbf9d23bc697d93a03
tree7e55fd9ebd3083885e5e306e72a4f34cbb2cd8b9
parent95d529926793fb8fdd233ad154b432b27c26ea65
CRM-19707 CiviContribute Assigns Payment Processor ID correctly (#9481)

* CRM-19707 CiviContribute Assigns Payment Processor ID correctly

Original code used Payment Processor Type ID for PayPal.  New code
looks up actual Payment Processor ID, instead.

* Corrected coding standards

Removed white space

* Revert "Corrected coding standards"

This reverts commit 6f8109650736ccb20ee08328f208c3852742b71e.

* Revert "CRM-19707 CiviContribute Assigns Payment Processor ID correctly"

This reverts commit 597e639e632ae793c422a2f5ce6c41e44c70b29e.

* CRM-19707

Created function to get Payment Processing ID and called it in the two
locations needed

* Corrected Coding Standards

I’m still learning

* Corrected function call

Misnamed Processor as Processing

* Forgot this

It’s been a while,  Forgot the this-> to call the proper function.

* Still trying removed this

Attempting to get through the errors

* self, not this

Still learning OO PHP.  This should finally fix it.
CRM/Core/Payment/PayPalProIPN.php