Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0.2
-
Component/s: CiviContribute
-
Labels:None
Description
ContributionProcessor.php does not handle recurring contributions from PayPal, and presumably from other payment processors. I marked this issue as a "New Feature" because this script may not be considered part of the core CiviCRM code. However, it is shipped with CiviCRM and since CiviCRM fully supports recurring contributions I somewhat view it as a bug that this API processor script does not support a core and integral feature of both PayPal and CiviCRM. Attached is a patch that enables recurring contributions for PayPal. It probably wouldn't require to much to get it working for other payment processors if they support recurring contributions.