Skip to content
Snippets Groups Projects
Commit 784ef7bb authored by mattwire's avatar mattwire
Browse files

IPN _inputParameters is actually a StripeObject

parent d81ba883
No related branches found
No related tags found
1 merge request!1146.4.1
......@@ -33,6 +33,11 @@ class CRM_Core_Payment_StripeIPN extends CRM_Core_Payment_BaseIPN {
// testing, we can properly test a failed recurring contribution.
protected $verify_event = TRUE;
/**
* @var \Stripe\StripeObject
*/
protected $_inputParameters;
/**
* Do we send an email receipt for each contribution?
*
......@@ -106,7 +111,7 @@ class CRM_Core_Payment_StripeIPN extends CRM_Core_Payment_BaseIPN {
* Store input array on the class.
* We override base because our input parameter is an object
*
* @param array $parameters
* @param \Stripe\StripeObject $parameters
*/
public function setInputParameters($parameters) {
// Determine the proper Stripe Processor ID so we can get the secret key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment