Skip to content
Snippets Groups Projects
Commit 600e0c62 authored by mattwire's avatar mattwire
Browse files

Define contributionRecur property on IPN class

parent b11bc5d2
No related branches found
No related tags found
1 merge request!23Release 1.1
......@@ -34,6 +34,12 @@ trait CRM_Core_Payment_MJWIPNTrait {
*/
protected $contribution_recur_id = NULL;
/**
* The recurring contribution detail (as retrieved by API4)
* @var array
*/
protected $contributionRecur = [];
/**
* The IPN event type
* @var string
......
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