CRM-17718 update repeattransaction to accept contribution_recur_id instead of origina...
authoreileenmcnaughton <eileen@fuzion.co.nz>
Wed, 16 Dec 2015 16:25:37 +0000 (16:25 +0000)
committereileenmcnaugton <eileen@fuzion.co.nz>
Sun, 14 Feb 2016 22:52:38 +0000 (11:52 +1300)
commit5d484a2548f54a4d61ec2a02ec70e77070c69d7c
tree638a0c10895c278df5c5517b314b241184f953e2
parent8d3275a5b73e332f7c75d0702f006858fe48bd8d
CRM-17718 update repeattransaction to accept contribution_recur_id instead of original_contribution_id
wq
I feel like passing in the contribution_recur_id actually makes more sense - the internals of which contribution is repeated should be 'core business' & consistent across processors.

Importantly it has been set here to repeat the latest rather than the earliest which is not as good as saving such things as line items against the recurring transaction but
better than using the earliest - ie. pick up changes over time

Conflicts:
tests/phpunit/api/v3/ContributionTest.php
api/v3/Contribution.php
tests/phpunit/api/v3/ContributionTest.php